/* cmsms stylesheet: Bv4 Alertify Semantic modified: 09/25/18 13:54:51 */
/*** alertifyjs 1.11.1 http://alertifyjs.com* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.* Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)* Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/.alertify .ajs-dimmer{background-color:rgba(0,0,0,.85);opacity:1}.alertify .ajs-dialog{max-width:50%;min-height:137px;background-color:#f4f4f4;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;border-radius:5px}.alertify .ajs-header{padding:1.5rem 2rem;border-bottom:none;border-radius:5px 5px 0 0;color:#555;background-color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.6em;font-weight:700}.alertify .ajs-body{font-family:Roboto,sans-serif;color:#555}.alertify .ajs-body .ajs-content .ajs-input{width:100%;margin:0;padding:.65em 1em;font-size:1em;background-color:#fff;border:1px solid rgba(0,0,0,.15);outline:0;color:rgba(0,0,0,.7);border-radius:.3125em;-webkit-transition:background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease,-webkit-box-shadow .2s ease;-webkit-box-sizing:border-box;box-sizing:border-box}.alertify .ajs-body .ajs-content .ajs-input:active{border-color:rgba(0,0,0,.3);background-color:#fafafa}.alertify .ajs-body .ajs-content .ajs-input:focus{border-color:rgba(0,0,0,.2);color:rgba(0,0,0,.85)}.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content,.alertify.ajs-resizable .ajs-content{top:64px;bottom:74px}.alertify .ajs-footer{background-color:#fff;padding:1rem 2rem;border-top:none;border-radius:0 0 5px 5px}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:solid 1px #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}
/* cmsms stylesheet: Bootstrap Animate modified: 05/08/18 12:01:57 */
@charset "UTF-8";/*!Animate.css - http://daneden.me/animateLicensed under the MIT licenseCopyright (c) 2013 Daniel EdenPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}.animated.hinge {-webkit-animation-duration: 2s;animation-duration: 2s;}@-webkit-keyframes bounce {0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}}@keyframes bounce {0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}40% {-webkit-transform: translateY(-30px);-ms-transform: translateY(-30px);transform: translateY(-30px);}60% {-webkit-transform: translateY(-15px);-ms-transform: translateY(-15px);transform: translateY(-15px);}}.bounce {-webkit-animation-name: bounce;animation-name: bounce;}@-webkit-keyframes flash {0%, 50%, 100% {opacity: 1;}25%, 75% {opacity: 0;}}@keyframes flash {0%, 50%, 100% {opacity: 1;}25%, 75% {opacity: 0;}}.flash {-webkit-animation-name: flash;animation-name: flash;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-webkit-keyframes pulse {0% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(1.1);transform: scale(1.1);}100% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes pulse {0% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}100% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}}.pulse {-webkit-animation-name: pulse;animation-name: pulse;}@-webkit-keyframes shake {0%, 100% {-webkit-transform: translateX(0);transform: translateX(0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);transform: translateX(-10px);}20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);transform: translateX(10px);}}@keyframes shake {0%, 100% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);-ms-transform: translateX(-10px);transform: translateX(-10px);}20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}}.shake {-webkit-animation-name: shake;animation-name: shake;}@-webkit-keyframes swing {20% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}40% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}60% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}80% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}}@keyframes swing {20% {-webkit-transform: rotate(15deg);-ms-transform: rotate(15deg);transform: rotate(15deg);}40% {-webkit-transform: rotate(-10deg);-ms-transform: rotate(-10deg);transform: rotate(-10deg);}60% {-webkit-transform: rotate(5deg);-ms-transform: rotate(5deg);transform: rotate(5deg);}80% {-webkit-transform: rotate(-5deg);-ms-transform: rotate(-5deg);transform: rotate(-5deg);}100% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}}.swing {-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-animation-name: swing;animation-name: swing;}@-webkit-keyframes tada {0% {-webkit-transform: scale(1);transform: scale(1);}10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);}40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);}100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);}}@keyframes tada {0% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);-ms-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);-ms-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);}40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);-ms-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);}100% {-webkit-transform: scale(1) rotate(0);-ms-transform: scale(1) rotate(0);transform: scale(1) rotate(0);}}.tada {-webkit-animation-name: tada;animation-name: tada;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-webkit-keyframes wobble {0% {-webkit-transform: translateX(0%);transform: translateX(0%);}15% {-webkit-transform: translateX(-25%) rotate(-5deg);transform: translateX(-25%) rotate(-5deg);}30% {-webkit-transform: translateX(20%) rotate(3deg);transform: translateX(20%) rotate(3deg);}45% {-webkit-transform: translateX(-15%) rotate(-3deg);transform: translateX(-15%) rotate(-3deg);}60% {-webkit-transform: translateX(10%) rotate(2deg);transform: translateX(10%) rotate(2deg);}75% {-webkit-transform: translateX(-5%) rotate(-1deg);transform: translateX(-5%) rotate(-1deg);}100% {-webkit-transform: translateX(0%);transform: translateX(0%);}}@keyframes wobble {0% {-webkit-transform: translateX(0%);-ms-transform: translateX(0%);transform: translateX(0%);}15% {-webkit-transform: translateX(-25%) rotate(-5deg);-ms-transform: translateX(-25%) rotate(-5deg);transform: translateX(-25%) rotate(-5deg);}30% {-webkit-transform: translateX(20%) rotate(3deg);-ms-transform: translateX(20%) rotate(3deg);transform: translateX(20%) rotate(3deg);}45% {-webkit-transform: translateX(-15%) rotate(-3deg);-ms-transform: translateX(-15%) rotate(-3deg);transform: translateX(-15%) rotate(-3deg);}60% {-webkit-transform: translateX(10%) rotate(2deg);-ms-transform: translateX(10%) rotate(2deg);transform: translateX(10%) rotate(2deg);}75% {-webkit-transform: translateX(-5%) rotate(-1deg);-ms-transform: translateX(-5%) rotate(-1deg);transform: translateX(-5%) rotate(-1deg);}100% {-webkit-transform: translateX(0%);-ms-transform: translateX(0%);transform: translateX(0%);}}.wobble {-webkit-animation-name: wobble;animation-name: wobble;}@-webkit-keyframes bounceIn {0% {opacity: 0;-webkit-transform: scale(.3);transform: scale(.3);}50% {opacity: 1;-webkit-transform: scale(1.05);transform: scale(1.05);}70% {-webkit-transform: scale(.9);transform: scale(.9);}100% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes bounceIn {0% {opacity: 0;-webkit-transform: scale(.3);-ms-transform: scale(.3);transform: scale(.3);}50% {opacity: 1;-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}70% {-webkit-transform: scale(.9);-ms-transform: scale(.9);transform: scale(.9);}100% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}}.bounceIn {-webkit-animation-name: bounceIn;animation-name: bounceIn;}@-webkit-keyframes bounceInDown {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}60% {opacity: 1;-webkit-transform: translateY(30px);transform: translateY(30px);}80% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes bounceInDown {0% {opacity: 0;-webkit-transform: translateY(-2000px);-ms-transform: translateY(-2000px);transform: translateY(-2000px);}60% {opacity: 1;-webkit-transform: translateY(30px);-ms-transform: translateY(30px);transform: translateY(30px);}80% {-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}.bounceInDown {-webkit-animation-name: bounceInDown;animation-name: bounceInDown;}@-webkit-keyframes bounceInLeft {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}60% {opacity: 1;-webkit-transform: translateX(30px);transform: translateX(30px);}80% {-webkit-transform: translateX(-10px);transform: translateX(-10px);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes bounceInLeft {0% {opacity: 0;-webkit-transform: translateX(-2000px);-ms-transform: translateX(-2000px);transform: translateX(-2000px);}60% {opacity: 1;-webkit-transform: translateX(30px);-ms-transform: translateX(30px);transform: translateX(30px);}80% {-webkit-transform: translateX(-10px);-ms-transform: translateX(-10px);transform: translateX(-10px);}100% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}}.bounceInLeft {-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}@-webkit-keyframes bounceInRight {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}60% {opacity: 1;-webkit-transform: translateX(-30px);transform: translateX(-30px);}80% {-webkit-transform: translateX(10px);transform: translateX(10px);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes bounceInRight {0% {opacity: 0;-webkit-transform: translateX(2000px);-ms-transform: translateX(2000px);transform: translateX(2000px);}60% {opacity: 1;-webkit-transform: translateX(-30px);-ms-transform: translateX(-30px);transform: translateX(-30px);}80% {-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}100% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}}.bounceInRight {-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}@-webkit-keyframes bounceInUp {0% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}60% {opacity: 1;-webkit-transform: translateY(-30px);transform: translateY(-30px);}80% {-webkit-transform: translateY(10px);transform: translateY(10px);}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes bounceInUp {0% {opacity: 0;-webkit-transform: translateY(2000px);-ms-transform: translateY(2000px);transform: translateY(2000px);}60% {opacity: 1;-webkit-transform: translateY(-30px);-ms-transform: translateY(-30px);transform: translateY(-30px);}80% {-webkit-transform: translateY(10px);-ms-transform: translateY(10px);transform: translateY(10px);}100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}.bounceInUp {-webkit-animation-name: bounceInUp;animation-name: bounceInUp;}@-webkit-keyframes bounceOut {0% {-webkit-transform: scale(1);transform: scale(1);}25% {-webkit-transform: scale(.95);transform: scale(.95);}50% {opacity: 1;-webkit-transform: scale(1.1);transform: scale(1.1);}100% {opacity: 0;-webkit-transform: scale(.3);transform: scale(.3);}}@keyframes bounceOut {0% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}25% {-webkit-transform: scale(.95);-ms-transform: scale(.95);transform: scale(.95);}50% {opacity: 1;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}100% {opacity: 0;-webkit-transform: scale(.3);-ms-transform: scale(.3);transform: scale(.3);}}.bounceOut {-webkit-animation-name: bounceOut;animation-name: bounceOut;}@-webkit-keyframes bounceOutDown {0% {-webkit-transform: translateY(0);transform: translateY(0);}20% {opacity: 1;-webkit-transform: translateY(-20px);transform: translateY(-20px);}100% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}}@keyframes bounceOutDown {0% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}20% {opacity: 1;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);}100% {opacity: 0;-webkit-transform: translateY(2000px);-ms-transform: translateY(2000px);transform: translateY(2000px);}}.bounceOutDown {-webkit-animation-name: bounceOutDown;animation-name: bounceOutDown;}@-webkit-keyframes bounceOutLeft {0% {-webkit-transform: translateX(0);transform: translateX(0);}20% {opacity: 1;-webkit-transform: translateX(20px);transform: translateX(20px);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@keyframes bounceOutLeft {0% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}20% {opacity: 1;-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px);}100% {opacity: 0;-webkit-transform: translateX(-2000px);-ms-transform: translateX(-2000px);transform: translateX(-2000px);}}.bounceOutLeft {-webkit-animation-name: bounceOutLeft;animation-name: bounceOutLeft;}@-webkit-keyframes bounceOutRight {0% {-webkit-transform: translateX(0);transform: translateX(0);}20% {opacity: 1;-webkit-transform: translateX(-20px);transform: translateX(-20px);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@keyframes bounceOutRight {0% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}20% {opacity: 1;-webkit-transform: translateX(-20px);-ms-transform: translateX(-20px);transform: translateX(-20px);}100% {opacity: 0;-webkit-transform: translateX(2000px);-ms-transform: translateX(2000px);transform: translateX(2000px);}}.bounceOutRight {-webkit-animation-name: bounceOutRight;animation-name: bounceOutRight;}@-webkit-keyframes bounceOutUp {0% {-webkit-transform: translateY(0);transform: translateY(0);}20% {opacity: 1;-webkit-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@keyframes bounceOutUp {0% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}20% {opacity: 1;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 0;-webkit-transform: translateY(-2000px);-ms-transform: translateY(-2000px);transform: translateY(-2000px);}}.bounceOutUp {-webkit-animation-name: bounceOutUp;animation-name: bounceOutUp;}@-webkit-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}@-webkit-keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}@-webkit-keyframes fadeInDownBig {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes fadeInDownBig {0% {opacity: 0;-webkit-transform: translateY(-2000px);-ms-transform: translateY(-2000px);transform: translateY(-2000px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}.fadeInDownBig {-webkit-animation-name: fadeInDownBig;animation-name: fadeInDownBig;}@-webkit-keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translateX(-20px);transform: translateX(-20px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translateX(-20px);-ms-transform: translateX(-20px);transform: translateX(-20px);}100% {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}}.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}@-webkit-keyframes fadeInLeftBig {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes fadeInLeftBig {0% {opacity: 0;-webkit-transform: translateX(-2000px);-ms-transform: translateX(-2000px);transform: translateX(-2000px);}100% {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}}.fadeInLeftBig {-webkit-animation-name: fadeInLeftBig;animation-name: fadeInLeftBig;}@-webkit-keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px);}100% {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}}.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}@-webkit-keyframes fadeInRightBig {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes fadeInRightBig {0% {opacity: 0;-webkit-transform: translateX(2000px);-ms-transform: translateX(2000px);transform: translateX(2000px);}100% {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}}.fadeInRightBig {-webkit-animation-name: fadeInRightBig;animation-name: fadeInRightBig;}@-webkit-keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}@-webkit-keyframes fadeInUpBig {0% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes fadeInUpBig {0% {opacity: 0;-webkit-transform: translateY(2000px);-ms-transform: translateY(2000px);transform: translateY(2000px);}100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}.fadeInUpBig {-webkit-animation-name: fadeInUpBig;animation-name: fadeInUpBig;}@-webkit-keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}@keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}.fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}@-webkit-keyframes fadeOutDown {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(20px);transform: translateY(20px);}}@keyframes fadeOutDown {0% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}}.fadeOutDown {-webkit-animation-name: fadeOutDown;animation-name: fadeOutDown;}@-webkit-keyframes fadeOutDownBig {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}}@keyframes fadeOutDownBig {0% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(2000px);-ms-transform: translateY(2000px);transform: translateY(2000px);}}.fadeOutDownBig {-webkit-animation-name: fadeOutDownBig;animation-name: fadeOutDownBig;}@-webkit-keyframes fadeOutLeft {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-20px);transform: translateX(-20px);}}@keyframes fadeOutLeft {0% {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-20px);-ms-transform: translateX(-20px);transform: translateX(-20px);}}.fadeOutLeft {-webkit-animation-name: fadeOutLeft;animation-name: fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@keyframes fadeOutLeftBig {0% {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-2000px);-ms-transform: translateX(-2000px);transform: translateX(-2000px);}}.fadeOutLeftBig {-webkit-animation-name: fadeOutLeftBig;animation-name: fadeOutLeftBig;}@-webkit-keyframes fadeOutRight {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}}@keyframes fadeOutRight {0% {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px);}}.fadeOutRight {-webkit-animation-name: fadeOutRight;animation-name: fadeOutRight;}@-webkit-keyframes fadeOutRightBig {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@keyframes fadeOutRightBig {0% {opacity: 1;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(2000px);-ms-transform: translateX(2000px);transform: translateX(2000px);}}.fadeOutRightBig {-webkit-animation-name: fadeOutRightBig;animation-name: fadeOutRightBig;}@-webkit-keyframes fadeOutUp {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}}@keyframes fadeOutUp {0% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);}}.fadeOutUp {-webkit-animation-name: fadeOutUp;animation-name: fadeOutUp;}@-webkit-keyframes fadeOutUpBig {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@keyframes fadeOutUpBig {0% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-2000px);-ms-transform: translateY(-2000px);transform: translateY(-2000px);}}.fadeOutUpBig {-webkit-animation-name: fadeOutUpBig;animation-name: fadeOutUpBig;}@-webkit-keyframes flip {0% {-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);transform: perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}100% {-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}@keyframes flip {0% {-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);transform: perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}100% {-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}.animated.flip {-webkit-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-animation-name: flip;animation-name: flip;}@-webkit-keyframes flipInX {0% {-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}40% {-webkit-transform: perspective(400px) rotateX(-10deg);transform: perspective(400px) rotateX(-10deg);}70% {-webkit-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100% {-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}}@keyframes flipInX {0% {-webkit-transform: perspective(400px) rotateX(90deg);-ms-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}40% {-webkit-transform: perspective(400px) rotateX(-10deg);-ms-transform: perspective(400px) rotateX(-10deg);transform: perspective(400px) rotateX(-10deg);}70% {-webkit-transform: perspective(400px) rotateX(10deg);-ms-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100% {-webkit-transform: perspective(400px) rotateX(0deg);-ms-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}}.flipInX {-webkit-backface-visibility: visible !important;-ms-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInX;animation-name: flipInX;}@-webkit-keyframes flipInY {0% {-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);opacity: 0;}40% {-webkit-transform: perspective(400px) rotateY(-10deg);transform: perspective(400px) rotateY(-10deg);}70% {-webkit-transform: perspective(400px) rotateY(10deg);transform: perspective(400px) rotateY(10deg);}100% {-webkit-transform: perspective(400px) rotateY(0deg);transform: perspective(400px) rotateY(0deg);opacity: 1;}}@keyframes flipInY {0% {-webkit-transform: perspective(400px) rotateY(90deg);-ms-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);opacity: 0;}40% {-webkit-transform: perspective(400px) rotateY(-10deg);-ms-transform: perspective(400px) rotateY(-10deg);transform: perspective(400px) rotateY(-10deg);}70% {-webkit-transform: perspective(400px) rotateY(10deg);-ms-transform: perspective(400px) rotateY(10deg);transform: perspective(400px) rotateY(10deg);}100% {-webkit-transform: perspective(400px) rotateY(0deg);-ms-transform: perspective(400px) rotateY(0deg);transform: perspective(400px) rotateY(0deg);opacity: 1;}}.flipInY {-webkit-backface-visibility: visible !important;-ms-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInY;animation-name: flipInY;}@-webkit-keyframes flipOutX {0% {-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}100% {-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}}@keyframes flipOutX {0% {-webkit-transform: perspective(400px) rotateX(0deg);-ms-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}100% {-webkit-transform: perspective(400px) rotateX(90deg);-ms-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}}.flipOutX {-webkit-animation-name: flipOutX;animation-name: flipOutX;-webkit-backface-visibility: visible !important;-ms-backface-visibility: visible !important;backface-visibility: visible !important;}@-webkit-keyframes flipOutY {0% {-webkit-transform: perspective(400px) rotateY(0deg);transform: perspective(400px) rotateY(0deg);opacity: 1;}100% {-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);opacity: 0;}}@keyframes flipOutY {0% {-webkit-transform: perspective(400px) rotateY(0deg);-ms-transform: perspective(400px) rotateY(0deg);transform: perspective(400px) rotateY(0deg);opacity: 1;}100% {-webkit-transform: perspective(400px) rotateY(90deg);-ms-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);opacity: 0;}}.flipOutY {-webkit-backface-visibility: visible !important;-ms-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipOutY;animation-name: flipOutY;}@-webkit-keyframes lightSpeedIn {0% {-webkit-transform: translateX(100%) skewX(-30deg);transform: translateX(100%) skewX(-30deg);opacity: 0;}60% {-webkit-transform: translateX(-20%) skewX(30deg);transform: translateX(-20%) skewX(30deg);opacity: 1;}80% {-webkit-transform: translateX(0%) skewX(-15deg);transform: translateX(0%) skewX(-15deg);opacity: 1;}100% {-webkit-transform: translateX(0%) skewX(0deg);transform: translateX(0%) skewX(0deg);opacity: 1;}}@keyframes lightSpeedIn {0% {-webkit-transform: translateX(100%) skewX(-30deg);-ms-transform: translateX(100%) skewX(-30deg);transform: translateX(100%) skewX(-30deg);opacity: 0;}60% {-webkit-transform: translateX(-20%) skewX(30deg);-ms-transform: translateX(-20%) skewX(30deg);transform: translateX(-20%) skewX(30deg);opacity: 1;}80% {-webkit-transform: translateX(0%) skewX(-15deg);-ms-transform: translateX(0%) skewX(-15deg);transform: translateX(0%) skewX(-15deg);opacity: 1;}100% {-webkit-transform: translateX(0%) skewX(0deg);-ms-transform: translateX(0%) skewX(0deg);transform: translateX(0%) skewX(0deg);opacity: 1;}}.lightSpeedIn {-webkit-animation-name: lightSpeedIn;animation-name: lightSpeedIn;-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}@-webkit-keyframes lightSpeedOut {0% {-webkit-transform: translateX(0%) skewX(0deg);transform: translateX(0%) skewX(0deg);opacity: 1;}100% {-webkit-transform: translateX(100%) skewX(-30deg);transform: translateX(100%) skewX(-30deg);opacity: 0;}}@keyframes lightSpeedOut {0% {-webkit-transform: translateX(0%) skewX(0deg);-ms-transform: translateX(0%) skewX(0deg);transform: translateX(0%) skewX(0deg);opacity: 1;}100% {-webkit-transform: translateX(100%) skewX(-30deg);-ms-transform: translateX(100%) skewX(-30deg);transform: translateX(100%) skewX(-30deg);opacity: 0;}}.lightSpeedOut {-webkit-animation-name: lightSpeedOut;animation-name: lightSpeedOut;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}@-webkit-keyframes rotateIn {0% {-webkit-transform-origin: center center;transform-origin: center center;-webkit-transform: rotate(-200deg);transform: rotate(-200deg);opacity: 0;}100% {-webkit-transform-origin: center center;transform-origin: center center;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}}@keyframes rotateIn {0% {-webkit-transform-origin: center center;-ms-transform-origin: center center;transform-origin: center center;-webkit-transform: rotate(-200deg);-ms-transform: rotate(-200deg);transform: rotate(-200deg);opacity: 0;}100% {-webkit-transform-origin: center center;-ms-transform-origin: center center;transform-origin: center center;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}}.rotateIn {-webkit-animation-name: rotateIn;animation-name: rotateIn;}@-webkit-keyframes rotateInDownLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}}@keyframes rotateInDownLeft {0% {-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}100% {-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}}.rotateInDownLeft {-webkit-animation-name: rotateInDownLeft;animation-name: rotateInDownLeft;}@-webkit-keyframes rotateInDownRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}}@keyframes rotateInDownRight {0% {-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}100% {-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}}.rotateInDownRight {-webkit-animation-name: rotateInDownRight;animation-name: rotateInDownRight;}@-webkit-keyframes rotateInUpLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}}@keyframes rotateInUpLeft {0% {-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}100% {-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}}.rotateInUpLeft {-webkit-animation-name: rotateInUpLeft;animation-name: rotateInUpLeft;}@-webkit-keyframes rotateInUpRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}}@keyframes rotateInUpRight {0% {-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}100% {-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}}.rotateInUpRight {-webkit-animation-name: rotateInUpRight;animation-name: rotateInUpRight;}@-webkit-keyframes rotateOut {0% {-webkit-transform-origin: center center;transform-origin: center center;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: center center;transform-origin: center center;-webkit-transform: rotate(200deg);transform: rotate(200deg);opacity: 0;}}@keyframes rotateOut {0% {-webkit-transform-origin: center center;-ms-transform-origin: center center;transform-origin: center center;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: center center;-ms-transform-origin: center center;transform-origin: center center;-webkit-transform: rotate(200deg);-ms-transform: rotate(200deg);transform: rotate(200deg);opacity: 0;}}.rotateOut {-webkit-animation-name: rotateOut;animation-name: rotateOut;}@-webkit-keyframes rotateOutDownLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}}@keyframes rotateOutDownLeft {0% {-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}}.rotateOutDownLeft {-webkit-animation-name: rotateOutDownLeft;animation-name: rotateOutDownLeft;}@-webkit-keyframes rotateOutDownRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}}@keyframes rotateOutDownRight {0% {-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}}.rotateOutDownRight {-webkit-animation-name: rotateOutDownRight;animation-name: rotateOutDownRight;}@-webkit-keyframes rotateOutUpLeft {0% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}}@keyframes rotateOutUpLeft {0% {-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}}.rotateOutUpLeft {-webkit-animation-name: rotateOutUpLeft;animation-name: rotateOutUpLeft;}@-webkit-keyframes rotateOutUpRight {0% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}}@keyframes rotateOutUpRight {0% {-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);opacity: 1;}100% {-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}}.rotateOutUpRight {-webkit-animation-name: rotateOutUpRight;animation-name: rotateOutUpRight;}@-webkit-keyframes slideInDown {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes slideInDown {0% {opacity: 0;-webkit-transform: translateY(-2000px);-ms-transform: translateY(-2000px);transform: translateY(-2000px);}100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}}.slideInDown {-webkit-animation-name: slideInDown;animation-name: slideInDown;}@-webkit-keyframes slideInLeft {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes slideInLeft {0% {opacity: 0;-webkit-transform: translateX(-2000px);-ms-transform: translateX(-2000px);transform: translateX(-2000px);}100% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}}.slideInLeft {-webkit-animation-name: slideInLeft;animation-name: slideInLeft;}@-webkit-keyframes slideInRight {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes slideInRight {0% {opacity: 0;-webkit-transform: translateX(2000px);-ms-transform: translateX(2000px);transform: translateX(2000px);}100% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}}.slideInRight {-webkit-animation-name: slideInRight;animation-name: slideInRight;}@-webkit-keyframes slideOutLeft {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@keyframes slideOutLeft {0% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-2000px);-ms-transform: translateX(-2000px);transform: translateX(-2000px);}}.slideOutLeft {-webkit-animation-name: slideOutLeft;animation-name: slideOutLeft;}@-webkit-keyframes slideOutRight {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@keyframes slideOutRight {0% {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(2000px);-ms-transform: translateX(2000px);transform: translateX(2000px);}}.slideOutRight {-webkit-animation-name: slideOutRight;animation-name: slideOutRight;}@-webkit-keyframes slideOutUp {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@keyframes slideOutUp {0% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-2000px);-ms-transform: translateY(-2000px);transform: translateY(-2000px);}}.slideOutUp {-webkit-animation-name: slideOutUp;animation-name: slideOutUp;}@-webkit-keyframes hinge {0% {-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}20%, 60% {-webkit-transform: rotate(80deg);transform: rotate(80deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}40% {-webkit-transform: rotate(60deg);transform: rotate(60deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}80% {-webkit-transform: rotate(60deg) translateY(0);transform: rotate(60deg) translateY(0);opacity: 1;-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}100% {-webkit-transform: translateY(700px);transform: translateY(700px);opacity: 0;}}@keyframes hinge {0% {-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: top left;-ms-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}20%, 60% {-webkit-transform: rotate(80deg);-ms-transform: rotate(80deg);transform: rotate(80deg);-webkit-transform-origin: top left;-ms-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}40% {-webkit-transform: rotate(60deg);-ms-transform: rotate(60deg);transform: rotate(60deg);-webkit-transform-origin: top left;-ms-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}80% {-webkit-transform: rotate(60deg) translateY(0);-ms-transform: rotate(60deg) translateY(0);transform: rotate(60deg) translateY(0);opacity: 1;-webkit-transform-origin: top left;-ms-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}100% {-webkit-transform: translateY(700px);-ms-transform: translateY(700px);transform: translateY(700px);opacity: 0;}}.hinge {-webkit-animation-name: hinge;animation-name: hinge;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-webkit-keyframes rollIn {0% {opacity: 0;-webkit-transform: translateX(-100%) rotate(-120deg);transform: translateX(-100%) rotate(-120deg);}100% {opacity: 1;-webkit-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}}@keyframes rollIn {0% {opacity: 0;-webkit-transform: translateX(-100%) rotate(-120deg);-ms-transform: translateX(-100%) rotate(-120deg);transform: translateX(-100%) rotate(-120deg);}100% {opacity: 1;-webkit-transform: translateX(0px) rotate(0deg);-ms-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}}.rollIn {-webkit-animation-name: rollIn;animation-name: rollIn;}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@-webkit-keyframes rollOut {0% {opacity: 1;-webkit-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}100% {opacity: 0;-webkit-transform: translateX(100%) rotate(120deg);transform: translateX(100%) rotate(120deg);}}@keyframes rollOut {0% {opacity: 1;-webkit-transform: translateX(0px) rotate(0deg);-ms-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}100% {opacity: 0;-webkit-transform: translateX(100%) rotate(120deg);-ms-transform: translateX(100%) rotate(120deg);transform: translateX(100%) rotate(120deg);}}.rollOut {-webkit-animation-name: rollOut;animation-name: rollOut;}
/* cmsms stylesheet: Bootstrap Select modified: 05/08/18 12:09:31 */
/*Version: 3.5.3 Timestamp: Wed Aug 19 21:55:46 EDT 2015*/.select2-container {margin: 1px 0px 2px 0px;position: relative;display: inline-block;vertical-align: middle;width: 100%;border-bottom: 1px #333 solid;height: 47px;background: #e8e8e8;}.select2-container,.select2-drop,.select2-search,.select2-search input {/*Force border-box so that % widths fit the parentcontainer without overlap because of margin/padding.More Info : http://www.quirksmode.org/css/box.html*/-webkit-box-sizing: border-box; /* webkit */-moz-box-sizing: border-box; /* firefox */box-sizing: border-box; /* css3 */}.select2-container .select2-choice {display: block;height: 44px;padding: 0px 0 0 8px;overflow: hidden;position: relative;border: 0px solid #aaa;white-space: nowrap;line-height: 44px;color: #444;text-decoration: none;border-radius: 0px;background-clip: padding-box;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #e8e8e8;/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);background-image: linear-gradient(to top, #eee 0%, #fff 50%);*/}html[dir="rtl"] .select2-container .select2-choice {padding: 0 8px 0 0;}.select2-container.select2-drop-above .select2-choice {border-bottom-color: #aaa;border-radius: 0 0 0px 0px;background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);}.select2-container.select2-allowclear .select2-choice .select2-chosen {margin-right: 42px;}.select2-container .select2-choice > .select2-chosen {margin-right: 26px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;float: none;width: auto;}html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {margin-left: 26px;margin-right: 0;}.select2-container .select2-choice abbr {display: none;width: 12px;height: 12px;position: absolute;right: 24px;top: 14px;font-size: 1px;text-decoration: none;border: 0;background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') right top no-repeat;cursor: pointer;outline: 0;}.select2-container.select2-allowclear .select2-choice abbr {display: inline-block;}.select2-container .select2-choice abbr:hover {background-position: right -11px;cursor: pointer;}.select2-drop-mask {border: 0;margin: 0;padding: 0;position: fixed;left: 0;top: 0;min-height: 100%;min-width: 100%;height: auto;width: auto;opacity: 0;z-index: 9998;/* styles required for IE to work */background-color: #fff;filter: alpha(opacity=0);}.select2-drop {width: 100%;margin-top: -1px;position: absolute;z-index: 9999;top: 100%;background: #fff;color: #000;border: 1px solid #aaa;border-top: 0;border-radius: 0 0 4px 4px;-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);box-shadow: 0 4px 5px rgba(0, 0, 0, .15);}.select2-drop.select2-drop-above {margin-top: 1px;border-top: 1px solid #aaa;border-bottom: 0;border-radius: 4px 4px 0 0;-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);}.select2-drop-active {border: 1px solid #5897fb;border-top: none;}.select2-drop.select2-drop-above.select2-drop-active {border-top: 1px solid #5897fb;}.select2-drop-auto-width {border-top: 1px solid #aaa;width: auto;}.select2-container .select2-choice .select2-arrow {display: inline-block;width: 18px;height: 100%;position: absolute;right: 0;top: 0;border-left: ;border-radius: 0 ;background-clip: padding-box;background: #e8e8e8;/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);background-image: linear-gradient(to top, #ccc 0%, #eee 60%);*/}html[dir="rtl"] .select2-container .select2-choice .select2-arrow {left: 0;right: auto;border-left: none;border-right: 1px solid #aaa;border-radius: 4px 0 0 4px;}.select2-container .select2-choice .select2-arrow b {display: block;width: 100%;height: 100%;background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat 0 9px;}html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {background-position: 2px 1px;}.select2-search {display: inline-block;width: 100%;min-height: 26px;margin: 0;padding: 4px 4px 0 4px;position: relative;z-index: 10000;white-space: nowrap;}.select2-search input {width: 100%;height: auto !important;min-height: 26px;padding: 4px 20px 4px 5px;margin: 0;outline: 0;font-family: sans-serif;font-size: 1em;border: 1px solid #aaa;border-radius: 0;-webkit-box-shadow: none;box-shadow: none;background: #fff url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat 100% -22px;background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;}html[dir="rtl"] .select2-search input {padding: 4px 5px 4px 20px;background: #fff url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat -37px -22px;background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;}.select2-search input.select2-active {background: #fff url('http://www.hingesa.co.za/uploads/TBS/js/select2-spinner.gif') no-repeat 100%;background: url('http://www.hingesa.co.za/uploads/TBS/js/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));background: url('http://www.hingesa.co.za/uploads/TBS/js/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);background: url('http://www.hingesa.co.za/uploads/TBS/js/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);background: url('http://www.hingesa.co.za/uploads/TBS/js/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;}.select2-container-active .select2-choice,.select2-container-active .select2-choices {border: 1px solid #5897fb;outline: none;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);box-shadow: 0 0 5px rgba(0, 0, 0, .3);}.select2-dropdown-open .select2-choice {border-bottom-color: transparent;-webkit-box-shadow: 0 1px 0 #fff inset;box-shadow: 0 1px 0 #fff inset;border-bottom-left-radius: 0;border-bottom-right-radius: 0;background-color: #eee;background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image: linear-gradient(to top, #fff 0%, #eee 50%);}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices {border: 1px solid #5897fb;border-top-color: transparent;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);}.select2-dropdown-open .select2-choice .select2-arrow {background: transparent;border-left: none;filter: none;}html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {border-right: none;}.select2-dropdown-open .select2-choice .select2-arrow b {background-position: -18px 9px;}html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {background-position: -16px 9px;}.select2-hidden-accessible {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}/* results */.select2-results {max-height: 200px;padding: 0 0 0 4px;margin: 4px 4px 4px 0;position: relative;overflow-x: hidden;overflow-y: auto;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}html[dir="rtl"] .select2-results {padding: 0 4px 0 0;margin: 4px 0 4px 4px;}.select2-results ul.select2-result-sub {margin: 0;padding-left: 0;}.select2-results li {list-style: none;display: list-item;background-image: none;}.select2-results li.select2-result-with-children > .select2-result-label {font-weight: bold;}.select2-results .select2-result-label {padding: 3px 7px 4px;margin: 0;cursor: pointer;min-height: 1em;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.select2-results-dept-1 .select2-result-label { padding-left: 20px }.select2-results-dept-2 .select2-result-label { padding-left: 40px }.select2-results-dept-3 .select2-result-label { padding-left: 60px }.select2-results-dept-4 .select2-result-label { padding-left: 80px }.select2-results-dept-5 .select2-result-label { padding-left: 100px }.select2-results-dept-6 .select2-result-label { padding-left: 110px }.select2-results-dept-7 .select2-result-label { padding-left: 120px }.select2-results .select2-highlighted {background: #3875d7;color: #fff;}.select2-results li em {background: #feffde;font-style: normal;}.select2-results .select2-highlighted em {background: transparent;}.select2-results .select2-highlighted ul {background: #fff;color: #000;}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-ajax-error,.select2-results .select2-selection-limit {background: #f4f4f4;display: list-item;padding-left: 5px;}/*disabled look for disabled choices in the results dropdown*/.select2-results .select2-disabled.select2-highlighted {color: #666;background: #f4f4f4;display: list-item;cursor: default;}.select2-results .select2-disabled {background: #f4f4f4;display: list-item;cursor: default;}.select2-results .select2-selected {display: none;}.select2-more-results.select2-active {background: #f4f4f4 url('http://www.hingesa.co.za/uploads/TBS/js/select2-spinner.gif') no-repeat 100%;}.select2-results .select2-ajax-error {background: rgba(255, 50, 50, .2);}.select2-more-results {background: #f4f4f4;display: list-item;}/* disabled styles */.select2-container.select2-container-disabled .select2-choice {background-color: #f4f4f4;background-image: none;border: 1px solid #ddd;cursor: default;}.select2-container.select2-container-disabled .select2-choice .select2-arrow {background-color: #f4f4f4;background-image: none;border-left: 0;}.select2-container.select2-container-disabled .select2-choice abbr {display: none;}/* multiselect */.select2-container-multi .select2-choices {height: auto !important;height: 1%;margin: 0;padding: 0 5px 0 0;position: relative;border: 1px solid #aaa;cursor: text;overflow: hidden;background-color: #fff;background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);}html[dir="rtl"] .select2-container-multi .select2-choices {padding: 0 0 0 5px;}.select2-locked {padding: 3px 5px 3px 5px !important;}.select2-container-multi .select2-choices {min-height: 26px;}.select2-container-multi.select2-container-active .select2-choices {border: 1px solid #5897fb;outline: none;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);box-shadow: 0 0 5px rgba(0, 0, 0, .3);}.select2-container-multi .select2-choices li {float: left;list-style: none;}html[dir="rtl"] .select2-container-multi .select2-choices li{float: right;}.select2-container-multi .select2-choices .select2-search-field {margin: 0;padding: 0;white-space: nowrap;}.select2-container-multi .select2-choices .select2-search-field input {padding: 5px;margin: 1px 0;font-family: sans-serif;font-size: 100%;color: #666;outline: 0;border: 0;-webkit-box-shadow: none;box-shadow: none;background: transparent !important;}.select2-container-multi .select2-choices .select2-search-field input.select2-active {background: #fff url('http://www.hingesa.co.za/uploads/TBS/js/select2-spinner.gif') no-repeat 100% !important;}.select2-default {color: #999 !important;}.select2-container-multi .select2-choices .select2-search-choice {padding: 3px 5px 3px 18px;margin: 3px 0 3px 5px;position: relative;line-height: 13px;color: #333;cursor: default;border: 1px solid #aaaaaa;border-radius: 3px;-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);background-clip: padding-box;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #e4e4e4;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);}html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice{margin: 3px 5px 3px 0;padding: 3px 18px 3px 5px;}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {cursor: default;}.select2-container-multi .select2-choices .select2-search-choice-focus {background: #d4d4d4;}.select2-search-choice-close {display: block;width: 12px;height: 13px;position: absolute;right: 3px;top: 4px;font-size: 1px;outline: none;background: url('http://www.hingesa.co.za/uploads/TBS/js/select2.png') right top no-repeat;}html[dir="rtl"] .select2-search-choice-close {right: auto;left: 3px;}.select2-container-multi .select2-search-choice-close {left: 3px;}html[dir="rtl"] .select2-container-multi .select2-search-choice-close {left: auto;right: 2px;}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {background-position: right -11px;}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {background-position: right -11px;}/* disabled styles */.select2-container-multi.select2-container-disabled .select2-choices {background-color: #f4f4f4;background-image: none;border: 1px solid #ddd;cursor: default;}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {padding: 3px 5px 3px 5px;border: 1px solid #ddd;background-image: none;background-color: #f4f4f4;}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;background: none;}/* end multiselect */.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match {text-decoration: underline;}.select2-offscreen, .select2-offscreen:focus {clip: rect(0 0 0 0) !important;width: 1px !important;height: 1px !important;border: 0 !important;margin: 0 !important;padding: 0 !important;overflow: hidden !important;position: absolute !important;outline: 0 !important;left: 0px !important;top: 0px !important;}.select2-display-none {display: none;}.select2-measure-scrollbar {position: absolute;top: -10000px;left: -10000px;width: 100px;height: 100px;overflow: scroll;}/* Retina-ize icons */@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b {background-image: url('http://www.hingesa.co.za/uploads/TBS/js/select2x2.png') !important;background-repeat: no-repeat !important;background-size: 60px 40px !important;}.select2-search input {background-position: 100% -21px !important;}}.form-control .select2-choice {border: 0;border-radius: 2px;}.form-control .select2-choice .select2-arrow {border-radius: 0 2px 2px 0;}.form-control.select2-container {height: auto !important;padding: 0;}.form-control.select2-container.select2-dropdown-open {border-color: #5897FB;border-radius: 3px 3px 0 0;}.form-control .select2-container.select2-dropdown-open .select2-choices {border-radius: 3px 3px 0 0;}.form-control.select2-container .select2-choices {border: 0 !important;border-radius: 3px;}.control-group.warning .select2-container .select2-choice,.control-group.warning .select2-container .select2-choices,.control-group.warning .select2-container-active .select2-choice,.control-group.warning .select2-container-active .select2-choices,.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,.control-group.warning .select2-container-multi.select2-container-active .select2-choices {border: 1px solid #C09853 !important;}.control-group.warning .select2-container .select2-choice div {border-left: 1px solid #C09853 !important;background: #FCF8E3 !important;}.control-group.error .select2-container .select2-choice,.control-group.error .select2-container .select2-choices,.control-group.error .select2-container-active .select2-choice,.control-group.error .select2-container-active .select2-choices,.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,.control-group.error .select2-container-multi.select2-container-active .select2-choices {border: 1px solid #B94A48 !important;}.control-group.error .select2-container .select2-choice div {border-left: 1px solid #B94A48 !important;background: #F2DEDE !important;}.control-group.info .select2-container .select2-choice,.control-group.info .select2-container .select2-choices,.control-group.info .select2-container-active .select2-choice,.control-group.info .select2-container-active .select2-choices,.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,.control-group.info .select2-container-multi.select2-container-active .select2-choices {border: 1px solid #3A87AD !important;}.control-group.info .select2-container .select2-choice div {border-left: 1px solid #3A87AD !important;background: #D9EDF7 !important;}.control-group.success .select2-container .select2-choice,.control-group.success .select2-container .select2-choices,.control-group.success .select2-container-active .select2-choice,.control-group.success .select2-container-active .select2-choices,.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,.control-group.success .select2-container-multi.select2-container-active .select2-choices {border: 1px solid #468847 !important;}.control-group.success .select2-container .select2-choice div {border-left: 1px solid #468847 !important;background: #DFF0D8 !important;}
/* cmsms stylesheet: Bootstrap Custom Fonts modified: 05/08/18 12:01:32 */
/* ==================================================Font-Face Icons================================================== */@font-face {font-family: 'Icons';src:url('http://www.hingesa.co.za/uploads/TBS/fonts/customicon/Icons.eot');src:url('http://www.hingesa.co.za/uploads/TBS/fonts/customicon/Icons.eot?#iefix') format('embedded-opentype'),url('http://www.hingesa.co.za/uploads/TBS/fonts/customicon/Icons.woff') format('woff'),url('http://www.hingesa.co.za/uploads/TBS/fonts/customicon/Icons.ttf') format('truetype'),url('http://www.hingesa.co.za/uploads/TBS/fonts/customicon/Icons.svg#Icons') format('svg');font-weight: normal;font-style: normal;}/* Use the following CSS code if you want to use data attributes for inserting your icons */[data-icon]:before {font-family: 'Icons';content: attr(data-icon);speak: none;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;}[class^="font-"]:before, [class*=" font-"]:before {font-family: 'Icons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;-webkit-font-smoothing: antialiased;}[class^="font-"],[class*=" font-"]{display:inline-block;line-height:1em;}/* Use the following CSS code if you want to have a class per icon *//*Instead of a list of all class selectors,you can use the generic selector below, but it's slower:[class*="font-icon-"] {*/.font-icon-zoom-out, .font-icon-zoom-in, .font-icon-wrench, .font-icon-waves, .font-icon-warning, .font-icon-volume-up, .font-icon-volume-off, .font-icon-volume-down, .font-icon-viewport, .font-icon-user, .font-icon-user-border, .font-icon-upload, .font-icon-upload-2, .font-icon-unlock, .font-icon-underline, .font-icon-tint, .font-icon-time, .font-icon-text, .font-icon-text-width, .font-icon-text-height, .font-icon-tags, .font-icon-tag, .font-icon-table, .font-icon-strikethrough, .font-icon-stop, .font-icon-step-forward, .font-icon-step-backward, .font-icon-stars, .font-icon-star, .font-icon-star-line, .font-icon-star-half, .font-icon-sort, .font-icon-sort-up, .font-icon-sort-down, .font-icon-social-zerply, .font-icon-social-youtube, .font-icon-social-yelp, .font-icon-social-yahoo, .font-icon-social-wordpress, .font-icon-social-virb, .font-icon-social-vimeo, .font-icon-social-viddler, .font-icon-social-twitter, .font-icon-social-tumblr, .font-icon-social-stumbleupon, .font-icon-social-soundcloud, .font-icon-social-skype, .font-icon-social-share-this, .font-icon-social-quora, .font-icon-social-pinterest, .font-icon-social-photobucket, .font-icon-social-paypal, .font-icon-social-myspace, .font-icon-social-linkedin, .font-icon-social-last-fm, .font-icon-social-grooveshark, .font-icon-social-google-plus, .font-icon-social-github, .font-icon-social-forrst, .font-icon-social-flickr, .font-icon-social-facebook, .font-icon-social-evernote, .font-icon-social-envato, .font-icon-social-email, .font-icon-social-dribbble, .font-icon-social-digg, .font-icon-social-deviant-art, .font-icon-social-blogger, .font-icon-social-behance, .font-icon-social-bebo, .font-icon-social-addthis, .font-icon-social-500px, .font-icon-sitemap, .font-icon-signout, .font-icon-signin, .font-icon-signal, .font-icon-shopping-cart, .font-icon-search, .font-icon-rss, .font-icon-road, .font-icon-retweet, .font-icon-resize-vertical, .font-icon-resize-vertical-2, .font-icon-resize-small, .font-icon-resize-horizontal, .font-icon-resize-horizontal-2, .font-icon-resize-fullscreen, .font-icon-resize-full, .font-icon-repeat, .font-icon-reorder, .font-icon-remove, .font-icon-remove-sign, .font-icon-remove-circle, .font-icon-read-more, .font-icon-random, .font-icon-question-sign, .font-icon-pushpin, .font-icon-pushpin-2, .font-icon-print, .font-icon-plus, .font-icon-plus-sign, .font-icon-play, .font-icon-picture, .font-icon-phone, .font-icon-phone-sign, .font-icon-phone-boxed, .font-icon-pause, .font-icon-paste, .font-icon-paper-clip, .font-icon-ok, .font-icon-ok-sign, .font-icon-ok-circle, .font-icon-music, .font-icon-move, .font-icon-money, .font-icon-minus, .font-icon-minus-sign, .font-icon-map, .font-icon-map-marker, .font-icon-map-marker-2, .font-icon-magnet, .font-icon-magic, .font-icon-lock, .font-icon-list, .font-icon-list-3, .font-icon-list-2, .font-icon-link, .font-icon-layer, .font-icon-key, .font-icon-italic, .font-icon-info, .font-icon-indent-right, .font-icon-indent-left, .font-icon-inbox, .font-icon-inbox-empty, .font-icon-home, .font-icon-heart, .font-icon-heart-line, .font-icon-headphones, .font-icon-headphones-line, .font-icon-headphones-line-2, .font-icon-headphones-2, .font-icon-hdd, .font-icon-group, .font-icon-grid, .font-icon-grid-large, .font-icon-globe_line, .font-icon-glass, .font-icon-glass_2, .font-icon-gift, .font-icon-forward, .font-icon-font, .font-icon-folder-open, .font-icon-folder-close, .font-icon-flag, .font-icon-fire, .font-icon-film, .font-icon-file, .font-icon-file-empty, .font-icon-fast-forward, .font-icon-fast-backward, .font-icon-facetime, .font-icon-eye, .font-icon-eye_disable, .font-icon-expand-view, .font-icon-expand-view-3, .font-icon-expand-view-2, .font-icon-expand-vertical, .font-icon-expand-horizontal, .font-icon-exclamation, .font-icon-email, .font-icon-email_2, .font-icon-eject, .font-icon-edit, .font-icon-edit-check, .font-icon-download, .font-icon-download_2, .font-icon-dashboard, .font-icon-credit-card, .font-icon-copy, .font-icon-comments, .font-icon-comments-line, .font-icon-comment, .font-icon-comment-line, .font-icon-columns, .font-icon-columns-2, .font-icon-cogs, .font-icon-cog, .font-icon-cloud, .font-icon-check, .font-icon-check-empty, .font-icon-certificate, .font-icon-camera, .font-icon-calendar, .font-icon-bullhorn, .font-icon-briefcase, .font-icon-bookmark, .font-icon-book, .font-icon-bolt, .font-icon-bold, .font-icon-blockquote, .font-icon-bell, .font-icon-beaker, .font-icon-barcode, .font-icon-ban-circle, .font-icon-ban-chart, .font-icon-ban-chart-2, .font-icon-backward, .font-icon-asterisk, .font-icon-arrow-simple-up, .font-icon-arrow-simple-up-circle, .font-icon-arrow-simple-right, .font-icon-arrow-simple-right-circle, .font-icon-arrow-simple-left, .font-icon-arrow-simple-left-circle, .font-icon-arrow-simple-down, .font-icon-arrow-simple-down-circle, .font-icon-arrow-round-up, .font-icon-arrow-round-up-circle, .font-icon-arrow-round-right, .font-icon-arrow-round-right-circle, .font-icon-arrow-round-left, .font-icon-arrow-round-left-circle, .font-icon-arrow-round-down, .font-icon-arrow-round-down-circle, .font-icon-arrow-light-up, .font-icon-arrow-light-round-up, .font-icon-arrow-light-round-up-circle, .font-icon-arrow-light-round-right, .font-icon-arrow-light-round-right-circle, .font-icon-arrow-light-round-left, .font-icon-arrow-light-round-left-circle, .font-icon-arrow-light-round-down, .font-icon-arrow-light-round-down-circle, .font-icon-arrow-light-right, .font-icon-arrow-light-left, .font-icon-arrow-light-down, .font-icon-align-right, .font-icon-align-left, .font-icon-align-justify, .font-icon-align-center, .font-icon-adjust {font-family: 'Icons';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;}.font-icon-zoom-out:before {content: "\e000";}.font-icon-zoom-in:before {content: "\e001";}.font-icon-wrench:before {content: "\e002";}.font-icon-waves:before {content: "\e003";}.font-icon-warning:before {content: "\e004";}.font-icon-volume-up:before {content: "\e005";}.font-icon-volume-off:before {content: "\e006";}.font-icon-volume-down:before {content: "\e007";}.font-icon-viewport:before {content: "\e008";}.font-icon-user:before {content: "\e009";}.font-icon-user-border:before {content: "\e00a";}.font-icon-upload:before {content: "\e00b";}.font-icon-upload-2:before {content: "\e00c";}.font-icon-unlock:before {content: "\e00d";}.font-icon-underline:before {content: "\e00e";}.font-icon-tint:before {content: "\e00f";}.font-icon-time:before {content: "\e010";}.font-icon-text:before {content: "\e011";}.font-icon-text-width:before {content: "\e012";}.font-icon-text-height:before {content: "\e013";}.font-icon-tags:before {content: "\e014";}.font-icon-tag:before {content: "\e015";}.font-icon-table:before {content: "\e016";}.font-icon-strikethrough:before {content: "\e017";}.font-icon-stop:before {content: "\e018";}.font-icon-step-forward:before {content: "\e019";}.font-icon-step-backward:before {content: "\e01a";}.font-icon-stars:before {content: "\e01b";}.font-icon-star:before {content: "\e01c";}.font-icon-star-line:before {content: "\e01d";}.font-icon-star-half:before {content: "\e01e";}.font-icon-sort:before {content: "\e01f";}.font-icon-sort-up:before {content: "\e020";}.font-icon-sort-down:before {content: "\e021";}.font-icon-social-zerply:before {content: "\e022";}.font-icon-social-youtube:before {content: "\e023";}.font-icon-social-yelp:before {content: "\e024";}.font-icon-social-yahoo:before {content: "\e025";}.font-icon-social-wordpress:before {content: "\e026";}.font-icon-social-virb:before {content: "\e027";}.font-icon-social-vimeo:before {content: "\e028";}.font-icon-social-viddler:before {content: "\e029";}.font-icon-social-twitter:before {content: "\e02a";}.font-icon-social-tumblr:before {content: "\e02b";}.font-icon-social-stumbleupon:before {content: "\e02c";}.font-icon-social-soundcloud:before {content: "\e02d";}.font-icon-social-skype:before {content: "\e02e";}.font-icon-social-share-this:before {content: "\e02f";}.font-icon-social-quora:before {content: "\e030";}.font-icon-social-pinterest:before {content: "\e031";}.font-icon-social-photobucket:before {content: "\e032";}.font-icon-social-paypal:before {content: "\e033";}.font-icon-social-myspace:before {content: "\e034";}.font-icon-social-linkedin:before {content: "\e035";}.font-icon-social-last-fm:before {content: "\e036";}.font-icon-social-grooveshark:before {content: "\e037";}.font-icon-social-google-plus:before {content: "\e038";}.font-icon-social-github:before {content: "\e039";}.font-icon-social-forrst:before {content: "\e03a";}.font-icon-social-flickr:before {content: "\e03b";}.font-icon-social-facebook:before {content: "\e03c";}.font-icon-social-evernote:before {content: "\e03d";}.font-icon-social-envato:before {content: "\e03e";}.font-icon-social-email:before {content: "\e03f";}.font-icon-social-dribbble:before {content: "\e040";}.font-icon-social-digg:before {content: "\e041";}.font-icon-social-deviant-art:before {content: "\e042";}.font-icon-social-blogger:before {content: "\e043";}.font-icon-social-behance:before {content: "\e044";}.font-icon-social-bebo:before {content: "\e045";}.font-icon-social-addthis:before {content: "\e046";}.font-icon-social-500px:before {content: "\e047";}.font-icon-sitemap:before {content: "\e048";}.font-icon-signout:before {content: "\e049";}.font-icon-signin:before {content: "\e04a";}.font-icon-signal:before {content: "\e04b";}.font-icon-shopping-cart:before {content: "\e04c";}.font-icon-search:before {content: "\e04d";}.font-icon-rss:before {content: "\e04e";}.font-icon-road:before {content: "\e04f";}.font-icon-retweet:before {content: "\e050";}.font-icon-resize-vertical:before {content: "\e051";}.font-icon-resize-vertical-2:before {content: "\e052";}.font-icon-resize-small:before {content: "\e053";}.font-icon-resize-horizontal:before {content: "\e054";}.font-icon-resize-horizontal-2:before {content: "\e055";}.font-icon-resize-fullscreen:before {content: "\e056";}.font-icon-resize-full:before {content: "\e057";}.font-icon-repeat:before {content: "\e058";}.font-icon-reorder:before {content: "\e059";}.font-icon-remove:before {content: "\e05a";}.font-icon-remove-sign:before {content: "\e05b";}.font-icon-remove-circle:before {content: "\e05c";}.font-icon-read-more:before {content: "\e05d";}.font-icon-random:before {content: "\e05e";}.font-icon-question-sign:before {content: "\e05f";}.font-icon-pushpin:before {content: "\e060";}.font-icon-pushpin-2:before {content: "\e061";}.font-icon-print:before {content: "\e062";}.font-icon-plus:before {content: "\e063";}.font-icon-plus-sign:before {content: "\e064";}.font-icon-play:before {content: "\e065";}.font-icon-picture:before {content: "\e066";}.font-icon-phone:before {content: "\e067";}.font-icon-phone-sign:before {content: "\e068";}.font-icon-phone-boxed:before {content: "\e069";}.font-icon-pause:before {content: "\e06a";}.font-icon-paste:before {content: "\e06b";}.font-icon-paper-clip:before {content: "\e06c";}.font-icon-ok:before {content: "\e06d";}.font-icon-ok-sign:before {content: "\e06e";}.font-icon-ok-circle:before {content: "\e06f";}.font-icon-music:before {content: "\e070";}.font-icon-move:before {content: "\e071";}.font-icon-money:before {content: "\e072";}.font-icon-minus:before {content: "\e073";}.font-icon-minus-sign:before {content: "\e074";}.font-icon-map:before {content: "\e075";}.font-icon-map-marker:before {content: "\e076";}.font-icon-map-marker-2:before {content: "\e077";}.font-icon-magnet:before {content: "\e078";}.font-icon-magic:before {content: "\e079";}.font-icon-lock:before {content: "\e07a";}.font-icon-list:before {content: "\e07b";}.font-icon-list-3:before {content: "\e07c";}.font-icon-list-2:before {content: "\e07d";}.font-icon-link:before {content: "\e07e";}.font-icon-layer:before {content: "\e07f";}.font-icon-key:before {content: "\e080";}.font-icon-italic:before {content: "\e081";}.font-icon-info:before {content: "\e082";}.font-icon-indent-right:before {content: "\e083";}.font-icon-indent-left:before {content: "\e084";}.font-icon-inbox:before {content: "\e085";}.font-icon-inbox-empty:before {content: "\e086";}.font-icon-home:before {content: "\e087";}.font-icon-heart:before {content: "\e088";}.font-icon-heart-line:before {content: "\e089";}.font-icon-headphones:before {content: "\e08a";}.font-icon-headphones-line:before {content: "\e08b";}.font-icon-headphones-line-2:before {content: "\e08c";}.font-icon-headphones-2:before {content: "\e08d";}.font-icon-hdd:before {content: "\e08e";}.font-icon-group:before {content: "\e08f";}.font-icon-grid:before {content: "\e090";}.font-icon-grid-large:before {content: "\e091";}.font-icon-globe_line:before {content: "\e092";}.font-icon-glass:before {content: "\e093";}.font-icon-glass_2:before {content: "\e094";}.font-icon-gift:before {content: "\e095";}.font-icon-forward:before {content: "\e096";}.font-icon-font:before {content: "\e097";}.font-icon-folder-open:before {content: "\e098";}.font-icon-folder-close:before {content: "\e099";}.font-icon-flag:before {content: "\e09a";}.font-icon-fire:before {content: "\e09b";}.font-icon-film:before {content: "\e09c";}.font-icon-file:before {content: "\e09d";}.font-icon-file-empty:before {content: "\e09e";}.font-icon-fast-forward:before {content: "\e09f";}.font-icon-fast-backward:before {content: "\e0a0";}.font-icon-facetime:before {content: "\e0a1";}.font-icon-eye:before {content: "\e0a2";}.font-icon-eye_disable:before {content: "\e0a3";}.font-icon-expand-view:before {content: "\e0a4";}.font-icon-expand-view-3:before {content: "\e0a5";}.font-icon-expand-view-2:before {content: "\e0a6";}.font-icon-expand-vertical:before {content: "\e0a7";}.font-icon-expand-horizontal:before {content: "\e0a8";}.font-icon-exclamation:before {content: "\e0a9";}.font-icon-email:before {content: "\e0aa";}.font-icon-email_2:before {content: "\e0ab";}.font-icon-eject:before {content: "\e0ac";}.font-icon-edit:before {content: "\e0ad";}.font-icon-edit-check:before {content: "\e0ae";}.font-icon-download:before {content: "\e0af";}.font-icon-download_2:before {content: "\e0b0";}.font-icon-dashboard:before {content: "\e0b1";}.font-icon-credit-card:before {content: "\e0b2";}.font-icon-copy:before {content: "\e0b3";}.font-icon-comments:before {content: "\e0b4";}.font-icon-comments-line:before {content: "\e0b5";}.font-icon-comment:before {content: "\e0b6";}.font-icon-comment-line:before {content: "\e0b7";}.font-icon-columns:before {content: "\e0b8";}.font-icon-columns-2:before {content: "\e0b9";}.font-icon-cogs:before {content: "\e0ba";}.font-icon-cog:before {content: "\e0bb";}.font-icon-cloud:before {content: "\e0bc";}.font-icon-check:before {content: "\e0bd";}.font-icon-check-empty:before {content: "\e0be";}.font-icon-certificate:before {content: "\e0bf";}.font-icon-camera:before {content: "\e0c0";}.font-icon-calendar:before {content: "\e0c1";}.font-icon-bullhorn:before {content: "\e0c2";}.font-icon-briefcase:before {content: "\e0c3";}.font-icon-bookmark:before {content: "\e0c4";}.font-icon-book:before {content: "\e0c5";}.font-icon-bolt:before {content: "\e0c6";}.font-icon-bold:before {content: "\e0c7";}.font-icon-blockquote:before {content: "\e0c8";}.font-icon-bell:before {content: "\e0c9";}.font-icon-beaker:before {content: "\e0ca";}.font-icon-barcode:before {content: "\e0cb";}.font-icon-ban-circle:before {content: "\e0cc";}.font-icon-ban-chart:before {content: "\e0cd";}.font-icon-ban-chart-2:before {content: "\e0ce";}.font-icon-backward:before {content: "\e0cf";}.font-icon-asterisk:before {content: "\e0d0";}.font-icon-arrow-simple-up:before {content: "\e0d1";}.font-icon-arrow-simple-up-circle:before {content: "\e0d2";}.font-icon-arrow-simple-right:before {content: "\e0d3";}.font-icon-arrow-simple-right-circle:before {content: "\e0d4";}.font-icon-arrow-simple-left:before {content: "\e0d5";}.font-icon-arrow-simple-left-circle:before {content: "\e0d6";}.font-icon-arrow-simple-down:before {content: "\e0d7";}.font-icon-arrow-simple-down-circle:before {content: "\e0d8";}.font-icon-arrow-round-up:before {content: "\e0d9";}.font-icon-arrow-round-up-circle:before {content: "\e0da";}.font-icon-arrow-round-right:before {content: "\e0db";}.font-icon-arrow-round-right-circle:before {content: "\e0dc";}.font-icon-arrow-round-left:before {content: "\e0dd";}.font-icon-arrow-round-left-circle:before {content: "\e0de";}.font-icon-arrow-round-down:before {content: "\e0df";}.font-icon-arrow-round-down-circle:before {content: "\e0e0";}.font-icon-arrow-light-up:before {content: "\e0e1";}.font-icon-arrow-light-round-up:before {content: "\e0e2";}.font-icon-arrow-light-round-up-circle:before {content: "\e0e3";}.font-icon-arrow-light-round-right:before {content: "\e0e4";}.font-icon-arrow-light-round-right-circle:before {content: "\e0e5";}.font-icon-arrow-light-round-left:before {content: "\e0e6";}.font-icon-arrow-light-round-left-circle:before {content: "\e0e7";}.font-icon-arrow-light-round-down:before {content: "\e0e8";}.font-icon-arrow-light-round-down-circle:before {content: "\e0e9";}.font-icon-arrow-light-right:before {content: "\e0ea";}.font-icon-arrow-light-left:before {content: "\e0eb";}.font-icon-arrow-light-down:before {content: "\e0ec";}.font-icon-align-right:before {content: "\e0ed";}.font-icon-align-left:before {content: "\e0ee";}.font-icon-align-justify:before {content: "\e0ef";}.font-icon-align-center:before {content: "\e0f0";}.font-icon-adjust:before {content: "\e0f1";}@font-face {font-family: 'Glyphicons Halflings';src: url('http://www.hingesa.co.za/uploads/TBS/fonts/glyphicons-halflings-regular.eot');src: url('http://www.hingesa.co.za/uploads/TBS/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://www.hingesa.co.za/uploads/TBS/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://www.hingesa.co.za/uploads/TBS/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://www.hingesa.co.za/uploads/TBS/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');}.glyphicon {position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.glyphicon-asterisk:before {content: "\2a";}.glyphicon-plus:before {content: "\2b";}.glyphicon-euro:before {content: "\20ac";}.glyphicon-minus:before {content: "\2212";}.glyphicon-cloud:before {content: "\2601";}.glyphicon-envelope:before {content: "\2709";}.glyphicon-pencil:before {content: "\270f";}.glyphicon-glass:before {content: "\e001";}.glyphicon-music:before {content: "\e002";}.glyphicon-search:before {content: "\e003";}.glyphicon-heart:before {content: "\e005";}.glyphicon-star:before {content: "\e006";}.glyphicon-star-empty:before {content: "\e007";}.glyphicon-user:before {content: "\e008";}.glyphicon-film:before {content: "\e009";}.glyphicon-th-large:before {content: "\e010";}.glyphicon-th:before {content: "\e011";}.glyphicon-th-list:before {content: "\e012";}.glyphicon-ok:before {content: "\e013";}.glyphicon-remove:before {content: "\e014";}.glyphicon-zoom-in:before {content: "\e015";}.glyphicon-zoom-out:before {content: "\e016";}.glyphicon-off:before {content: "\e017";}.glyphicon-signal:before {content: "\e018";}.glyphicon-cog:before {content: "\e019";}.glyphicon-trash:before {content: "\e020";}.glyphicon-home:before {content: "\e021";}.glyphicon-file:before {content: "\e022";}.glyphicon-time:before {content: "\e023";}.glyphicon-road:before {content: "\e024";}.glyphicon-download-alt:before {content: "\e025";}.glyphicon-download:before {content: "\e026";}.glyphicon-upload:before {content: "\e027";}.glyphicon-inbox:before {content: "\e028";}.glyphicon-play-circle:before {content: "\e029";}.glyphicon-repeat:before {content: "\e030";}.glyphicon-refresh:before {content: "\e031";}.glyphicon-list-alt:before {content: "\e032";}.glyphicon-lock:before {content: "\e033";}.glyphicon-flag:before {content: "\e034";}.glyphicon-headphones:before {content: "\e035";}.glyphicon-volume-off:before {content: "\e036";}.glyphicon-volume-down:before {content: "\e037";}.glyphicon-volume-up:before {content: "\e038";}.glyphicon-qrcode:before {content: "\e039";}.glyphicon-barcode:before {content: "\e040";}.glyphicon-tag:before {content: "\e041";}.glyphicon-tags:before {content: "\e042";}.glyphicon-book:before {content: "\e043";}.glyphicon-bookmark:before {content: "\e044";}.glyphicon-print:before {content: "\e045";}.glyphicon-camera:before {content: "\e046";}.glyphicon-font:before {content: "\e047";}.glyphicon-bold:before {content: "\e048";}.glyphicon-italic:before {content: "\e049";}.glyphicon-text-height:before {content: "\e050";}.glyphicon-text-width:before {content: "\e051";}.glyphicon-align-left:before {content: "\e052";}.glyphicon-align-center:before {content: "\e053";}.glyphicon-align-right:before {content: "\e054";}.glyphicon-align-justify:before {content: "\e055";}.glyphicon-list:before {content: "\e056";}.glyphicon-indent-left:before {content: "\e057";}.glyphicon-indent-right:before {content: "\e058";}.glyphicon-facetime-video:before {content: "\e059";}.glyphicon-picture:before {content: "\e060";}.glyphicon-map-marker:before {content: "\e062";}.glyphicon-adjust:before {content: "\e063";}.glyphicon-tint:before {content: "\e064";}.glyphicon-edit:before {content: "\e065";}.glyphicon-share:before {content: "\e066";}.glyphicon-check:before {content: "\e067";}.glyphicon-move:before {content: "\e068";}.glyphicon-step-backward:before {content: "\e069";}.glyphicon-fast-backward:before {content: "\e070";}.glyphicon-backward:before {content: "\e071";}.glyphicon-play:before {content: "\e072";}.glyphicon-pause:before {content: "\e073";}.glyphicon-stop:before {content: "\e074";}.glyphicon-forward:before {content: "\e075";}.glyphicon-fast-forward:before {content: "\e076";}.glyphicon-step-forward:before {content: "\e077";}.glyphicon-eject:before {content: "\e078";}.glyphicon-chevron-left:before {content: "\e079";}.glyphicon-chevron-right:before {content: "\e080";}.glyphicon-plus-sign:before {content: "\e081";}.glyphicon-minus-sign:before {content: "\e082";}.glyphicon-remove-sign:before {content: "\e083";}.glyphicon-ok-sign:before {content: "\e084";}.glyphicon-question-sign:before {content: "\e085";}.glyphicon-info-sign:before {content: "\e086";}.glyphicon-screenshot:before {content: "\e087";}.glyphicon-remove-circle:before {content: "\e088";}.glyphicon-ok-circle:before {content: "\e089";}.glyphicon-ban-circle:before {content: "\e090";}.glyphicon-arrow-left:before {content: "\e091";}.glyphicon-arrow-right:before {content: "\e092";}.glyphicon-arrow-up:before {content: "\e093";}.glyphicon-arrow-down:before {content: "\e094";}.glyphicon-share-alt:before {content: "\e095";}.glyphicon-resize-full:before {content: "\e096";}.glyphicon-resize-small:before {content: "\e097";}.glyphicon-exclamation-sign:before {content: "\e101";}.glyphicon-gift:before {content: "\e102";}.glyphicon-leaf:before {content: "\e103";}.glyphicon-fire:before {content: "\e104";}.glyphicon-eye-open:before {content: "\e105";}.glyphicon-eye-close:before {content: "\e106";}.glyphicon-warning-sign:before {content: "\e107";}.glyphicon-plane:before {content: "\e108";}.glyphicon-calendar:before {content: "\e109";}.glyphicon-random:before {content: "\e110";}.glyphicon-comment:before {content: "\e111";}.glyphicon-magnet:before {content: "\e112";}.glyphicon-chevron-up:before {content: "\e113";}.glyphicon-chevron-down:before {content: "\e114";}.glyphicon-retweet:before {content: "\e115";}.glyphicon-shopping-cart:before {content: "\e116";}.glyphicon-folder-close:before {content: "\e117";}.glyphicon-folder-open:before {content: "\e118";}.glyphicon-resize-vertical:before {content: "\e119";}.glyphicon-resize-horizontal:before {content: "\e120";}.glyphicon-hdd:before {content: "\e121";}.glyphicon-bullhorn:before {content: "\e122";}.glyphicon-bell:before {content: "\e123";}.glyphicon-certificate:before {content: "\e124";}.glyphicon-thumbs-up:before {content: "\e125";}.glyphicon-thumbs-down:before {content: "\e126";}.glyphicon-hand-right:before {content: "\e127";}.glyphicon-hand-left:before {content: "\e128";}.glyphicon-hand-up:before {content: "\e129";}.glyphicon-hand-down:before {content: "\e130";}.glyphicon-circle-arrow-right:before {content: "\e131";}.glyphicon-circle-arrow-left:before {content: "\e132";}.glyphicon-circle-arrow-up:before {content: "\e133";}.glyphicon-circle-arrow-down:before {content: "\e134";}.glyphicon-globe:before {content: "\e135";}.glyphicon-wrench:before {content: "\e136";}.glyphicon-tasks:before {content: "\e137";}.glyphicon-filter:before {content: "\e138";}.glyphicon-briefcase:before {content: "\e139";}.glyphicon-fullscreen:before {content: "\e140";}.glyphicon-dashboard:before {content: "\e141";}.glyphicon-paperclip:before {content: "\e142";}.glyphicon-heart-empty:before {content: "\e143";}.glyphicon-link:before {content: "\e144";}.glyphicon-phone:before {content: "\e145";}.glyphicon-pushpin:before {content: "\e146";}.glyphicon-usd:before {content: "\e148";}.glyphicon-gbp:before {content: "\e149";}.glyphicon-sort:before {content: "\e150";}.glyphicon-sort-by-alphabet:before {content: "\e151";}.glyphicon-sort-by-alphabet-alt:before {content: "\e152";}.glyphicon-sort-by-order:before {content: "\e153";}.glyphicon-sort-by-order-alt:before {content: "\e154";}.glyphicon-sort-by-attributes:before {content: "\e155";}.glyphicon-sort-by-attributes-alt:before {content: "\e156";}.glyphicon-unchecked:before {content: "\e157";}.glyphicon-expand:before {content: "\e158";}.glyphicon-collapse-down:before {content: "\e159";}.glyphicon-collapse-up:before {content: "\e160";}.glyphicon-log-in:before {content: "\e161";}.glyphicon-flash:before {content: "\e162";}.glyphicon-log-out:before {content: "\e163";}.glyphicon-new-window:before {content: "\e164";}.glyphicon-record:before {content: "\e165";}.glyphicon-save:before {content: "\e166";}.glyphicon-open:before {content: "\e167";}.glyphicon-saved:before {content: "\e168";}.glyphicon-import:before {content: "\e169";}.glyphicon-export:before {content: "\e170";}.glyphicon-send:before {content: "\e171";}.glyphicon-floppy-disk:before {content: "\e172";}.glyphicon-floppy-saved:before {content: "\e173";}.glyphicon-floppy-remove:before {content: "\e174";}.glyphicon-floppy-save:before {content: "\e175";}.glyphicon-floppy-open:before {content: "\e176";}.glyphicon-credit-card:before {content: "\e177";}.glyphicon-transfer:before {content: "\e178";}.glyphicon-cutlery:before {content: "\e179";}.glyphicon-header:before {content: "\e180";}.glyphicon-compressed:before {content: "\e181";}.glyphicon-earphone:before {content: "\e182";}.glyphicon-phone-alt:before {content: "\e183";}.glyphicon-tower:before {content: "\e184";}.glyphicon-stats:before {content: "\e185";}.glyphicon-sd-video:before {content: "\e186";}.glyphicon-hd-video:before {content: "\e187";}.glyphicon-subtitles:before {content: "\e188";}.glyphicon-sound-stereo:before {content: "\e189";}.glyphicon-sound-dolby:before {content: "\e190";}.glyphicon-sound-5-1:before {content: "\e191";}.glyphicon-sound-6-1:before {content: "\e192";}.glyphicon-sound-7-1:before {content: "\e193";}.glyphicon-copyright-mark:before {content: "\e194";}.glyphicon-registration-mark:before {content: "\e195";}.glyphicon-cloud-download:before {content: "\e197";}.glyphicon-cloud-upload:before {content: "\e198";}.glyphicon-tree-conifer:before {content: "\e199";}.glyphicon-tree-deciduous:before {content: "\e200";}
/* cmsms stylesheet: Bootstrap FontAwesome modified: 05/08/18 12:04:29 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('http://www.hingesa.co.za/uploads/TBS/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('http://www.hingesa.co.za/uploads/TBS/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('http://www.hingesa.co.za/uploads/TBS/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('http://www.hingesa.co.za/uploads/TBS/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('http://www.hingesa.co.za/uploads/TBS/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('http://www.hingesa.co.za/uploads/TBS/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* cmsms stylesheet: Bootstrap Flexslider modified: 05/08/18 12:05:32 */
/** jQuery FlexSlider v2.0* http://www.woothemes.com/flexslider/** Copyright 2012 WooThemes* Free to use under the GPLv2 license.* http://www.gnu.org/licenses/gpl-2.0.html** Contributing author: Tyler Smith (@mbmufffin)*//* Browser Resets */.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  {outline: none;}.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}/* FlexSlider Necessary Styles*********************************/.flexslider { margin: 0; padding: 0;}.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */.flexslider .slides img { width: 100%; height: auto; display: block;}.flex-pauseplay span {text-transform: capitalize;}/* Clearfix for the .slides element */.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}html[xmlns] .slides {display: block;}* html .slides {height: 1%;}/* No JavaScript Fallback *//* If you are not using another script, such as Modernizr, make sure you* include js that eliminates this class on page load */.no-js .slides > li:first-child {display: block;}/* FlexSlider Default Theme*********************************/.flexslider {background:none; position: relative;zoom: 1;}.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}.loading .flex-viewport {max-height: 300px;}.flexslider .slides {zoom: 1;}.carousel li {margin-right: 5px}/* Caption style */.flex-caption { background: rgba(0,0,0,.8); margin-left:5px;bottom:5px; position:absolute;padding:20px; z-index:99;}.flex-caption p{ font-size: 14px !important; line-height: 22px;font-weight:300; color: #fff }.flex-caption h2, .flex-caption h4 {color:#fff;}/* Direction Nav */.flex-direction-nav {*height: 0;}.flex-direction-nav a {width: 30px; height: 40px; margin:0; display: block; background: url(/uploads/TBS/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }.flex-direction-nav .flex-prev {left: -36px;}.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}/* Control Nav */.flex-control-nav {width: 100%; position: absolute; bottom: 0; text-align: center;}.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}.flex-control-thumbs li {width: 25%; float: left; margin: 0;}.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}.flex-control-thumbs img:hover {opacity: 1;}.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}@media screen and (max-width: 860px) {.flex-direction-nav .flex-prev {opacity: 1; left: 0;}.flex-direction-nav .flex-next {opacity: 1; right: 0;}}
/* cmsms stylesheet: Bootstrap Fancybox modified: 05/08/18 12:05:52 */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}.fancybox-skin {position: relative;background: #2F3238;color: #565656;text-shadow: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.fancybox-opened {z-index: 8030;}.fancybox-opened .fancybox-skin {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.fancybox-outer, .fancybox-inner {position: relative;}.fancybox-inner {overflow: hidden;}.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}.fancybox-error {color: #444;font-size: 14px;line-height: 20px;margin: 0;padding: 15px;white-space: nowrap;}.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}.fancybox-image {max-width: 100%;max-height: 100%;}#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('http://www.hingesa.co.za/uploads/TBS/css/fancybox/fancybox_sprite.png');}#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}#fancybox-loading div {width: 44px;height: 44px;background: url('http://www.hingesa.co.za/uploads/TBS/css/fancybox/fancybox_loading.gif') center center no-repeat;}.fancybox-close {position: absolute;right: 0;top: 0;width: 50px;height: 50px;cursor: pointer;z-index: 9000;background-image: none;background-color: #26292E;opacity: 0.5;-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;-moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;-o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;transition: background 0.1s linear 0s, opacity 0.1s linear 0s;}.fancybox-close i {left: 50%;top: 50%;margin: -11px 0 0 -11px;font-size: 22px;line-height: 1em;position: absolute;color: #FFFFFF;}.fancybox-close:hover {opacity: 1;}.fancybox-nav {position: absolute;top: 0;height: 100%;cursor: pointer;text-decoration: none;background: transparent url('http://www.hingesa.co.za/uploads/TBS/css/fancybox/blank.gif'); /* helps IE */-webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040;}.fancybox-prev,.fancybox-prev span {left: 0;}.fancybox-next,.fancybox-next span {right: 0;}.fancybox-nav span {position: absolute;top: 50%;width: 50px;height: 50px;margin-top: -25px;cursor: pointer;z-index: 8040;background-image: none;background-color: #26292E;opacity: 0.5;-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;-moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;-o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;transition: background 0.1s linear 0s, opacity 0.1s linear 0s;}.fancybox-prev span i {left: 50%;top: 50%;margin: -15px 0 0 -17px;font-size: 30px;line-height: 1em;position: absolute;color: #FFFFFF;}.fancybox-next span i {left: 50%;top: 50%;margin: -15px 0 0 -15px;font-size: 30px;line-height: 1em;position: absolute;color: #FFFFFF;}.fancybox-nav:hover span {opacity: 1;}.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important;}/* Overlay helper */.fancybox-lock {margin: 0!important;}.fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden !important;display: none;z-index: 8010;background: url('http://www.hingesa.co.za/uploads/TBS/css/fancybox/fancybox_overlay.png');}.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;}/* Title helper */.fancybox-title {visibility: hidden;position: relative;text-shadow: none;z-index: 8050;}.fancybox-opened .fancybox-title {visibility: visible;}.fancybox-opened .fancybox-title h4{font-size: 24px;color:#fff;font-weight: 300;margin-bottom: 10px;}.fancybox-opened .fancybox-title p{font-size: 16px;font-weight: 300;color:#bbb;line-height:1.6em;margin-bottom: 0;}.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8050;text-align: center;}.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent; /* Fallback for web browsers that doesn't support RGBa */background: rgba(0, 0, 0, 0.8);-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}.fancybox-title-inside-wrap {padding: 25px 30px 30px;}.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);}@media (max-width: 480px) {.fancybox-nav span,.fancybox-nav:hover span,.fancybox-close,.fancybox-close:hover {background: transparent;}.fancybox-close i {left: 70px;top: 10px;}}@media (max-width: 320px) {.fancybox-close i {left: 30px;top: 20px;}}
/* cmsms stylesheet: Bv4 Mega Menu modified: 07/06/20 12:58:29 */
/* --------------------------------Primary style-------------------------------- */*, *::after, *::before {box-sizing: border-box;}@media only screen and (max-width: 979px) {body.nav-on-left.overflow-hidden {overflow: hidden;}}input[type="search"]::-ms-clear {/* removes close icon - IE */display: none;}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {display: none;}/* --------------------------------Main components-------------------------------- */.cd-header-buttons a:hover, .cd-header-buttons a:focus {color: #626266;}.cd-main-header a:hover, .cd-main-header a:focus {text-decoration: none;}.cd-main-content, .cd-main-header {/* Force Hardware Acceleration in WebKit */-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);will-change: transform;}.cd-main-header {position: fixed;top: 0;right: 0px;left: 0px;z-index: 1030;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;box-shadow: 0px 0px 20px 0px rgba(21, 47, 95, 0.2);}.cd-main-content {position: relative;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;}@media only screen and (max-width: 979px) {.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {-webkit-transform: translateX(-260px);-moz-transform: translateX(-260px);-ms-transform: translateX(-260px);-o-transform: translateX(-260px);transform: translateX(-260px);}.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {-webkit-transform: translateX(260px);-moz-transform: translateX(260px);-ms-transform: translateX(260px);-o-transform: translateX(260px);transform: translateX(260px);}}header .container { position: relative;}.cd-main-content {z-index: 2;}.headroom--not-top .top-menubar { display: none; }.headroom--top .top-menubar { display: block; }.cd-main-header {height: 120px;z-index: 3;background: #fff;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}.cd-main-header.shrink {height: 80px;background: #fff;z-index: 3;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}.nav-is-fixed .cd-main-header {/* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */position: fixed;top: 0;left: 0;width: 100%;}@media only screen and (max-width: 980px) {.cd-main-header {height: 100px;}.cd-main-header.shrink {height: 60px;}.cd-main-header::after {clear: both;content: "";display: table;}}.cd-primary-nav a img, .cd-primary-nav ul a img {display: none;}@media only screen and (min-width: 980px) {.cd-primary-nav a img, .cd-primary-nav ul a img {position: relative;display: block;height: auto;width: auto;left: 0px;margin-top: 10px;margin-bottom 5px;}}.cd-logo {position: absolute;top: 40px;left: 0;}.shrink .cd-logo {position: absolute;top: 10px;}.cd-logo img {display: block;height: 70px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}.shrink .cd-logo img {display: block;height: 70px;}@media only screen and (max-width: 979px) {.cd-logo img {height: 70px;}.nav-on-left .cd-logo {left: auto;right: 5%;}.cd-primary-nav a, .cd-primary-nav ul a { padding: 0px 40px 0px 15px !important;}.cd-primary-nav .go-back a {padding-left: 40px !important;}}@media only screen and (min-width: 980px) {.cd-logo {top: 40px;left: 0;z-index: 4;}}@media only screen and (max-width: 980px) {.cd-logo {top: 35px;left: 0px;z-index: 4;}.shrink .cd-logo {top: 0px;left: 0px;}}.cd-header-buttons {position: absolute;display: inline-block;top: 45px;right: 5%;z-index: 1011;}.shrink .cd-header-buttons {top: 10px;}.cd-header-buttons li {display: inline-block;}@media only screen and (max-width: 979px) {.nav-on-left .cd-header-buttons {right: auto;left: 5%;}.nav-on-left .cd-header-buttons li {float: right;}}@media only screen and (min-width: 980px) {.cd-header-buttons {top: 18px;right: 2em;}.cd-main-header.shrink .cd-header-buttons {top: 18px;right: 2em;}}.cd-search-trigger, .cd-nav-trigger {position: relative;display: block;width: 44px;height: 44px;overflow: hidden;white-space: nowrap;/* hide text */color: transparent;z-index: 3;}.cd-search-trigger::before, .cd-search-trigger::after {/* search icon */content: '';position: absolute;-webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;transition: opacity 0.3s;/* Force Hardware Acceleration in WebKit */-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-backface-visibility: hidden;backface-visibility: hidden;}.cd-search-trigger::before {/* lens */top: 11px;left: 11px;width: 18px;height: 18px;border-radius: 50%;border: 3px solid #333333;}.cd-search-trigger::after {/* handle */height: 3px;width: 8px;background: #333333;bottom: 14px;right: 11px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}.cd-search-trigger span {/* container for the X icon */position: absolute;height: 100%;width: 100%;top: 0;left: 0;}.cd-search-trigger span::before, .cd-search-trigger span::after {/* close icon */content: '';position: absolute;display: inline-block;height: 3px;width: 22px;top: 50%;margin-top: -2px;left: 50%;margin-left: -11px;background: #fff;opacity: 0;/* Force Hardware Acceleration in WebKit */-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;-moz-transition: opacity 0.3s, -moz-transform 0.3s;transition: opacity 0.3s, transform 0.3s;}.cd-search-trigger span::before {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}.cd-search-trigger span::after {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {/* hide search icon */opacity: 0;}.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {/* show close icon */opacity: 1;}.cd-search-trigger.search-is-visible span::before {-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);}.cd-search-trigger.search-is-visible span::after {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {/* hamburger icon in CSS */position: absolute;display: inline-block;height: 3px;width: 24px;background: #333333;}.cd-nav-trigger span {/* line in the center */position: absolute;top: 50%;right: 10px;margin-top: -2px;-webkit-transition: background 0.3s 0.3s;-moz-transition: background 0.3s 0.3s;transition: background 0.3s 0.3s;}.cd-nav-trigger span::before, .cd-nav-trigger span::after {/* other 2 lines */content: '';right: 0;/* Force Hardware Acceleration in WebKit */-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%;-ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;-webkit-transition: -webkit-transform 0.3s 0.3s;-moz-transition: -moz-transform 0.3s 0.3s;transition: transform 0.3s 0.3s;}.cd-nav-trigger span::before {/* menu icon top line */top: -6px;}.cd-nav-trigger span::after {/* menu icon bottom line */top: 6px;}.cd-nav-trigger.nav-is-visible span {/* hide line in the center */background: rgba(46, 50, 51, 0);}.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {/* keep visible other 2 lines */background: #333333;}.cd-nav-trigger.nav-is-visible span::before {-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);-o-transform: translateX(4px) translateY(-3px) rotate(45deg);transform: translateX(4px) translateY(-3px) rotate(45deg);}.cd-nav-trigger.nav-is-visible span::after {-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);-o-transform: translateX(4px) translateY(2px) rotate(-45deg);transform: translateX(4px) translateY(2px) rotate(-45deg);}@media only screen and (min-width: 980px) {.cd-nav-trigger {display: none;}}.info {position: relative;display: none}.cd-primary-nav, .cd-primary-nav ul {position: fixed;padding: 0;top: 0;right: 0;height: 100%;width: 260px;background: #424041;overflow: auto;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 1010;/* Force Hardware Acceleration in WebKit */-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;}.cd-primary-nav a, .cd-primary-nav ul a {display: block;height: auto;line-height: 50px;padding: 0 5px 0 5px;color: #ffffff;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px solid #fff;-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);will-change: transform, opacity;-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;-moz-transition: -moz-transform 0.3s, opacity 0.3s;transition: transform 0.3s, opacity 0.3s;}.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {/* secondary navigations hidden by default */-webkit-transform: translateX(100%);-moz-transform: translateX(100%);-ms-transform: translateX(100%);-o-transform: translateX(100%);transform: translateX(100%);margin-bottom: 10px;}.cd-primary-nav li, .cd-secondary-nav li { list-style:none; }.cd-primary-nav li.active a, .cd-secondary-nav li.active a { color: #053B79;border-bottom: 2px solid #053B79; /*box-shadow: inset 0 -4px 0 #053B79;*/ }.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {/* push the navigation items to the left - and lower down opacity - when secondary nav slides in */-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);transform: translateX(-100%);opacity: 0;}@media only screen and (max-width: 979px) {.nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {right: auto;left: 0;}}.cd-primary-nav .see-all a {/* different style for the See all button on mobile and tablet */color: #000;}.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {/* items with picture (or icon) and title */height: 80px;line-height: 80px;}.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {overflow: hidden;text-overflow: ellipsis;}.cd-primary-nav .cd-nav-gallery .cd-nav-item {padding-left: 90px;}.cd-primary-nav .cd-nav-gallery .cd-nav-item img {position: absolute;display: block;height: 40px;width: auto;left: 20px;top: 50%;margin-top: -20px;}.cd-primary-nav .cd-nav-icons .cd-nav-item {padding-left: 75px;}.cd-primary-nav .cd-nav-icons .cd-nav-item p {color: #2e3233;font-size: 1.3rem;/* hide description on small devices */display: none;}.cd-primary-nav .cd-nav-icons .cd-nav-item::before {/* item icon */content: '';display: block;position: absolute;left: 20px;top: 50%;margin-top: -20px;width: 40px;height: 40px;background-repeat: no-repeat;background-position: center center;background-size: 40px 40px;}.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {background-image: url("../img/line-icon-1.svg");}.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {background-image: url("../img/line-icon-2.svg");}.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {background-image: url("../img/line-icon-3.svg");}.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {background-image: url("../img/line-icon-4.svg");}.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {background-image: url("../img/line-icon-5.svg");}.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {background-image: url("../img/line-icon-6.svg");}.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {background-image: url("../img/line-icon-7.svg");}.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {background-image: url("../img/line-icon-8.svg");}@media only screen and (max-width: 979px) {.cd-primary-nav {/* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */visibility: hidden;-webkit-transition: visibility 0s 0.3s;-moz-transition: visibility 0s 0.3s;transition: visibility 0s 0.3s;}.cd-primary-nav.nav-is-visible {visibility: visible;-webkit-transition: visibility 0s 0.2s;-moz-transition: visibility 0s 0.2s;transition: visibility 0s 0.2s;}}@media only screen and (min-width: 980px) {.cd-primary-nav {position: static;padding: 0;height: auto;width: auto;float: right;overflow: visible;background: transparent;margin-right: 4em;}.cd-primary-nav::after {clear: both;content: "";display: table;}.cd-primary-nav.moves-out > li > a {/* reset mobile style */-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);opacity: 1;}.cd-primary-nav ul {position: static;height: auto;width: auto;background: transparent;overflow: visible;z-index: 3;margin-left: 0;}.cd-primary-nav ul.about-cde {min-height: 250px;}.cd-primary-nav ul.is-hidden {/* reset mobile style */-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}.cd-primary-nav ul.moves-out > li > a {/* reset mobile style */-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);opacity: 1;}.cd-primary-nav > li {float: left;margin-left: 0.5em;}.cd-primary-nav > li > a {/* main navigation buttons style */position: relative;display: inline-block;height: 80px;line-height: 80px;padding: 0 5px;color: #626266;overflow: visible;border-bottom: none;-webkit-transition: color 0.3s, box-shadow 0.3s;-moz-transition: color 0.3s, box-shadow 0.3s;transition: color 0.3s, box-shadow 0.3s;text-transform: uppercase;font-size: 0.8rem;font-weight: 700;}.cd-main-header.shrink .cd-primary-nav > li > a {height: 80px;line-height: 80px;}.cd-primary-nav > li > a:hover {color: #053B79;}.cd-primary-nav > li > a.selected,   .cd-primary-nav > li.active > a {color: #053B79;box-shadow: inset 0 -2px 0 #053B79;}.cd-primary-nav .go-back, .cd-primary-nav .see-all {display: none;}.cd-primary-nav .cd-secondary-nav a.selected {color: #053B79;box-shadow: inset 0 -2px 0 #053B79;}.cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {/* dropdown menu style */position: absolute;top: 80px;width: 100vw;background: #626266;padding: 28px 24px 28px;box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);-webkit-transition: opacity .3s 0s, visibility 0s 0s;-moz-transition: opacity .3s 0s, visibility 0s 0s;transition: opacity .3s 0s, visibility 0s 0s;}.cd-main-header.shrink .cd-primary-nav .cd-secondary-nav, .cd-main-header.shrink .cd-primary-nav .cd-nav-gallery, .cd-main-header.shrink .cd-primary-nav .cd-nav-icons {     top: 80px; }.cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {clear: both;content: "";display: table;}.cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {opacity: 0;visibility: hidden;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s;}.cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {/* this is the BIG See all button at the bottom of the dropdown menu */display: block;position: absolute;left: 0;bottom: 0;height: 80px;width: 100%;overflow: hidden;/* reset some inherited style */margin: 0;padding: 0;}.cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {position: absolute;width: 100%;height: 100%;top: 0;left: 0;font-size: 2.0rem;font-weight: bold;text-align: center;line-height: 80px;border-top: 1px solid #fff;/* reset some inherited style */border-bottom: none;margin: 0;padding: 0;-webkit-transition: color 0.2s, background 0.2s, border 0.2s;-moz-transition: color 0.2s, background 0.2s, border 0.2s;transition: color 0.2s, background 0.2s, border 0.2s;}.cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {background: #fff;border-color: #fff;color: #626266;}.cd-primary-nav .cd-secondary-nav > li {/* change the height according to your needs - you can even set height: auto */height: auto;/*min-height: 40px;*//* here you set the number of columns - use width percentage */width: 23%;float: left;margin-right: 2.66%;border-right: 1px solid #e2e3df;overflow: hidden;-webkit-overflow-scrolling: touch;clear: right;}.cd-primary-nav .cd-secondary-nav > li:nth-child(4n+1) {/* +2 because we have 2 list items with display:none */margin-right: 0;border-right: none;}.cd-primary-nav .cd-secondary-nav > li:nth-child(4n+1) {/* +2 because we have 2 list items with display:none */margin-right: 0;border-right: none;position: relative;}.cd-primary-nav .cd-secondary-nav > li > a {/* secondary nav title */color: inherit;font-weight: normal;font-size: 18px;margin-bottom: .4em;}.cd-primary-nav .cd-secondary-nav a {height: auto;line-height: 25px;/*padding: 0 18% 0 0; */color: inherit;border-bottom: none;font-size: 0.9rem;}.cd-primary-nav .cd-secondary-nav a:hover {color: #000;}.cd-primary-nav .cd-secondary-nav ul {/* Force Hardware Acceleration in WebKit */-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);}.cd-primary-nav .cd-secondary-nav ul ul {/* tertiary navigation */position: absolute;top: 0;left: 0;height: 100%;width: 100%;}.cd-primary-nav .cd-secondary-nav ul ul.is-hidden {-webkit-transform: translateX(100%);-moz-transform: translateX(100%);-ms-transform: translateX(100%);-o-transform: translateX(100%);transform: translateX(100%);}.cd-primary-nav .cd-secondary-nav ul ul .go-back {display: block;}.cd-primary-nav .cd-secondary-nav ul ul .go-back a {color: transparent;}.cd-primary-nav .cd-secondary-nav ul ul .see-all {display: block;}.cd-primary-nav .cd-secondary-nav .moves-out > li > a {/* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);transform: translateX(-100%);}.cd-primary-nav .cd-nav-gallery li {/* set here number of columns - use width percentage */width: 22%;float: left;margin: 0 4% 40px 0;}.cd-primary-nav .cd-nav-gallery li:nth-child(4n+1) {/* +2 because we have two additional list items with display:none */margin-right: 0;}.cd-primary-nav .cd-nav-gallery .cd-nav-item {border-bottom: none;padding: 0;height: auto;line-height: 1.2;}.cd-primary-nav .cd-nav-gallery .cd-nav-item img {position: static;margin-top: 0;height: auto;width: 100%;margin-bottom: .6em;}.cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {color: #000;font-weight: bold;padding: 0 .4em;}.cd-primary-nav .cd-nav-icons li {/* set here number of columns - use width percentage */width: 32%;float: left;margin: 0 2% 20px 0;}.cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {/* +2 because we have two additional list items with display:none */margin-right: 0;}.cd-primary-nav .cd-nav-icons .cd-nav-item {border-bottom: none;height: 80px;line-height: 1.2;padding: 24px 0 0 85px;position: relative;}.cd-primary-nav .cd-nav-icons .cd-nav-item:hover {background: #f6f6f5;}.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {color: #000;font-weight: bold;}.cd-primary-nav .cd-nav-icons .cd-nav-item p {display: block;}.cd-primary-nav .cd-nav-icons .cd-nav-item::before {left: 25px;}}.has-children > a, .go-back a {position: relative;}.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {/* arrow icon in CSS - for element with nested unordered lists */content: '';position: absolute;top: 50%;margin-top: -1px;display: inline-block;height: 2px;width: 10px;background: #464c4e;-webkit-backface-visibility: hidden;backface-visibility: hidden;}.has-children > a::before, .go-back a::before {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}.has-children > a::after, .go-back a::after {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}@media only screen and (min-width: 980px) {.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {background: #000;}.has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {background: #000;}}.has-children > a {padding-right: 40px;}.has-children > a::before, .has-children > a::after {/* arrow goes on the right side - children navigation */right: 20px;-webkit-transform-origin: 9px 50%;-moz-transform-origin: 9px 50%;-ms-transform-origin: 9px 50%;-o-transform-origin: 9px 50%;transform-origin: 9px 50%;}.cd-primary-nav .go-back a {padding-left: 40px;}.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {/* arrow goes on the left side - go back button */left: 20px;-webkit-transform-origin: 1px 50%;-moz-transform-origin: 1px 50%;-ms-transform-origin: 1px 50%;-o-transform-origin: 1px 50%;transform-origin: 1px 50%;}@media only screen and (min-width: 980px) {.has-children > a::before, .has-children > a::after {right: 15%;}.cd-primary-nav > .has-children > a {/* main navigation arrows on larger devices */padding-right: 30px !important;}.cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {width: 9px;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;background: #999;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: width 0.3s, -webkit-transform 0.3s;-moz-transition: width 0.3s, -moz-transform 0.3s;transition: width 0.3s, transform 0.3s;}.cd-primary-nav > .has-children > a::before {right: 12px;}.cd-primary-nav > .has-children > a::after {right: 7px;}.cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {width: 14px;}.cd-primary-nav > .has-children > a.selected::before {-webkit-transform: translateX(5px) rotate(-45deg);-moz-transform: translateX(5px) rotate(-45deg);-ms-transform: translateX(5px) rotate(-45deg);-o-transform: translateX(5px) rotate(-45deg);transform: translateX(5px) rotate(-45deg);}.cd-primary-nav > .has-children > a.selected::after {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}.cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {/* remove arrows on secondary nav titles */display: none;}.cd-primary-nav .go-back a {padding-left: 20px;}.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {left: 1px;}}.cd-search {position: absolute;height: 100px;width: 100%;top: 80px;left: 0;right: 0;padding-left: 15px;padding-right: 15px;z-index: 3;opacity: 0;visibility: hidden;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s;}.cd-search form {height: 100%;width: 100%;}.cd-search input {color: #bbb;border-radius: 0;border: none;background: #ffffff !important;height: 100% !important;width: 100%;padding: 0 5% !important;box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;}.cd-search input::-webkit-input-placeholder {color: #bbb;}.cd-search input::-moz-placeholder {color: #bbb;}.cd-search input:-moz-placeholder {color: #bbb;}.cd-search input:-ms-input-placeholder {color: #bbb;}.cd-search input:focus {outline: none;}.cd-search.is-visible {opacity: 1;visibility: visible;-webkit-transition: opacity .3s 0s, visibility 0s 0s;-moz-transition: opacity .3s 0s, visibility 0s 0s;transition: opacity .3s 0s, visibility 0s 0s;}.nav-is-fixed .cd-search {position: fixed;}@media only screen and (min-width: 980px) {cd-search {height: 120px;top: 80px;left: 0px;right: 0px;padding-left: 15px;padding-right: 15px;}.cd-search input {padding: 0 2em;font-size: 2rem;font-weight: 300;}}.cd-overlay {/* shadow layer visible when navigation is active */position: fixed;z-index: 2;height: 100%;width: 100%;top: 0;left: 0;cursor: pointer;background-color: rgba(0, 0, 0, 0.7);visibility: hidden;opacity: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;}.cd-overlay.is-visible {opacity: 1;visibility: visible;-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;-moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;}@media only screen and (max-width: 979px) {.cd-overlay.is-visible {-webkit-transform: translateX(-260px);-moz-transform: translateX(-260px);-ms-transform: translateX(-260px);-o-transform: translateX(-260px);transform: translateX(-260px);}.nav-on-left .cd-overlay.is-visible {-webkit-transform: translateX(260px);-moz-transform: translateX(260px);-ms-transform: translateX(260px);-o-transform: translateX(260px);transform: translateX(260px);}.cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}}/* --------------------------------support for no js-------------------------------- */.no-js .cd-primary-nav {position: relative;height: auto;width: 100%;overflow: visible;visibility: visible;z-index: 2;}.no-js .cd-search {position: relative;top: 0;opacity: 1;visibility: visible;}@media only screen and (min-width: 980px) {.no-js .cd-primary-nav {position: absolute;z-index: 3;display: inline-block;width: auto;top: 0;right: 120px;padding: 0;}.no-js .nav-is-fixed .cd-primary-nav {position: fixed;}}.cd-nav i {margin-right: 5px;}@media only screen and (max-width: 360px) {.cd-main-header {height: 100px;background: #fff;z-index: 3;}.cd-main-header.shrink { height: 60px; }.cd-logo { display: block; margin-left: 8px; }.cd-logo img, .shrink .cd-logo img  {display: block;height: 50px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}}@media only screen and (max-width: 768px) {.container .cd-primary-nav .cd-secondary-nav { width: 260px }}@media only screen and (max-width: 980px) {.container .cd-primary-nav .cd-secondary-nav { width: 800px }}@media only screen and (max-width: 1024px) {.container .cd-primary-nav .cd-secondary-nav { width: 930px }}@media only screen and (min-width: 1280px) {.container .cd-primary-nav .cd-secondary-nav { width: 1110px  }}.cf i {width: 15px; text-align: center; margin-right: 5px }.separator {min-height: 5px;}
/* cmsms stylesheet: Bv4 Stylesheet modified: 07/06/20 12:58:43 */
/*Color Variables*//*--------------------------------------------------*/::selection {background-color: #053B79;color: #fff;}/*--------------------------------------------------*//* General CSS */html,body {height: 100%;width: 100%;max-width: 100%;overflow-x: hidden;}#wrapper { overflow-x:hidden; max-width: 100% !important }body {font-family: 'Hind', sans-serif;}h1, h2, h3, h4, h5 {font-family: 'Montserrat', sans-serif;color:#41464b;text-transform: uppercase;font-weight: 400;}a {font-family: 'Hind', sans-serif;color: #053B79;text-decoration: none;}#footer-bottom a {color: #fff;text-decoration: none;}.hero a {font-family: 'Montserrat', sans-serif;}a:hover {color: #ABAAA8;text-decoration: none;}a, .btn, button {outline: none;transition: all 300ms linear 0s;}a:before, a:after, .btn:before, .btn:after, button:before, button:after {transition: all 300ms linear 0s;}a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {outline: none;text-decoration: none;transition: all 300ms linear 0s;}.button_all a:focus, .button_all a:hover, .button_all .btn:focus, .button_all .btn:hover, .button_all button:focus, .button_all button:hover {background: #c2d7ea;}p {font-family: 'Hind', sans-serif;color: #181818;font-size: 15px;font-weight: 300;}.hidden { display: none; }.img {overflow: hidden;}.theme { color: #053B79; }.black { color: #111111; }.white { background: #fff; }#the_content { display: block; position: relative; min-height: 20vh; }@media (min-width: 1600px) {p {font-family: 'Hind', sans-serif;color: #181818;font-size: 16px;font-weight: 300;}}/*====================================================NAVIGATION======================================================*//*Top Navbar*/.top-menubar-nav {display: none;}header .topmenu {background: #053B79;border-top: solid 1px #053B79;border-bottom: solid 1px #053B79;}/*Top Contacts*/header .topmenu ul {margin: 0;}header .topmenu .top-contacts {line-height: 25px;}header .topmenu .top-contacts li {color: #fff;padding: 5px 0;font-size: 14px;margin-right: 15px;display: inline-block;}header .topmenu .top-contacts li a {color: #fff;}header .topmenu .top-contacts i {color: #fff;font-size: 13px;margin-right: 3px;}/*Top Data*/header .topmenu .top-data {text-align: right;}header .topmenu .top-data li {padding: 5px 8px;margin-left: -4px;display: inline-block;border-right: solid 0px #222;}header .topmenu .top-data li:first-child {margin-left: 0;border-left: solid 0px #222;}header .topmenu .top-data li a {font-size: 12px;}header .topmenu .top-data li a:hover {text-decoration: none;}.top-social {height: 25px;line-height: 25px;text-align: center;width: 25px;border-radius: 50%;background: #fff;}header .topmenu .top-data li i.top-social.fa-facebook,.social-icon-f li i.top-social.fa-facebook {border: 2px solid #4267b2;color: #4267b2;}header .topmenu .top-data li i.top-social.fa-facebook:hover,.social-icon-f li i.top-social.fa-facebook:hover {background: #4267b2;color: #fff;}header .topmenu .top-data li i.top-social.fa-twitter,.social-icon-f li i.top-social.fa-twitter {border: 2px solid #4AB3F4;color: #4AB3F4;}header .topmenu .top-data li i.top-social.fa-twitter:hover,.social-icon-f li i.top-social.fa-twitter:hover {background: #4AB3F4;color: #fff;}header .topmenu .top-data li i.top-social.fa-google-plus,.social-icon-f li i.top-social.fa-google-plus {border: 2px solid #e24343;color: #e24343;}header .topmenu .top-data li i.top-social.fa-google-plus:hover,.social-icon-f li i.top-social.fa-google-plus:hover {background: #e24343;color: #fff;}header .topmenu .top-data li a.log-top {text-decoration: none;font-size: 15px;font-weight: 700;color:#888;}header .topmenu .top-data li a.log-top:hover {color:#555;}/*Responsive Topbar*/@media (max-width: 991px) {header .topmenu ul {text-align: center !important;}header .topmenu .top-data li {top: 1px;padding: 6px 10px;margin-left: -5px;position: relative;}}/*Navbar*/.affix {position: fixed;top: 0;right: 0;left: 0;z-index: 1030;box-shadow: 0px 0.5px 4px #c3c2c2;}.navbar {padding: 0;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;background: #fff;}.navbar-header {padding-left: 85px;}.justify-content-end {padding-right: 85px;}.navbar-nav {float: right;}.navbar-nav>li {height: 65px;line-height: 65px;border-bottom: 3px solid rgba(0, 0, 0, 0);transition: all .5s ease-in-out;}.navbar-nav>li:hover,.navbar-nav>li:active {border-bottom: 2px solid #053B79;background: #f0f0f0;}.navbar-nav>li>a {color: #808282 !important;font-size: 14.5px;font-weight: 700;font-family: "hind", sans-serif;text-transform: uppercase;letter-spacing: 1px;margin: 0 10px;}.navbar-nav>li>a:hover,.navbar-nav>li>a:active {color: #053B79!important;}/*This is item search bar*/.navbar-nav li>.search {color: #aaa;cursor: pointer;font-size: 15px;z-index: 0;min-width: 30px;margin-top: 3px;padding: 28px 0;text-align: center;display: inline-block;}.navbar-nav li>.search:hover {color: #053B79;}.navbar .search-open {right: 0;top: 65px;display: none;height: 50px;padding: 4px;position: absolute;background: #fff;box-shadow: 0 0 3px #ddd;z-index: 1001;}.navbar .search-open input,.navbar .search-open span {height: 40px;border-color: #053B79;line-height: 50px;}.navbar .search-open span {background: #053B79;color: #fff;}.navbar-toggle {background-color: rgba(0, 0, 0, 0.1);border: 1px solid #fff;border-radius: 0;}.navbar-toggle .navbar-toggler-icon {background-color: #fff!important;}.navbar-collapse {max-height: none !important;}.vesco-top-nav ul.navbar-nav>li>a.active {color: #053B79!important;}@media (min-width: 992px){.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {position: absolute;left: -280px;}.dropdown-cust.mega-menu .dropdown-item {border-right: 1px solid #e0e0e0;}.dropdown-cust.mega-menu {margin-top: 0px;min-width: 450px;padding: 0;border-top: 2px solid #053B79;border-left: 2px solid rgba(1, 1, 1, 0);border-right: 2px solid rgba(1, 1, 1, 0);border-bottom: 2px solid #053B79;border-radius: 0;}}@media (min-width: 992px) and (max-width: 1200px) {.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {position: absolute;left: -300px;}}.dropdown-cust {margin-top: 0px;min-width: 220px;padding: 0;border-top: 2px solid #053B79;border-left: 2px solid rgba(1, 1, 1, 0);border-right: 2px solid rgba(1, 1, 1, 0);border-bottom: 2px solid #053B79;border-radius: 0;}.dropdown-cust .dropdown-item {display: block;width: 100%;padding: 0px 1rem;margin: 0px;height: 40px;line-height: 40px;font-size: 14px;clear: both;font-weight: 400;color: #61666b;text-align: inherit;white-space: nowrap;text-transform: uppercase;background: 0 0;border-bottom: 1px solid #e0e0e0;}.dropdown-cust .dropdown-item:hover,.dropdown-cust .dropdown-item.active {background: #f0f0f0;}.dropdown-cust.mega-menu .mega-menu-img img {}@media (max-width: 991px) {.navbar>.container .navbar-nav {float: left;border-top: 1px solid #ddd;width: 100%;}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {padding: 12px 0px;margin-left: -10px;}.navbar-toggle {margin-right: 0;}.navbar .search-open {width: 100%;}.navbar-nav>li {height: auto;line-height: 35px;border-bottom: 3px solid rgba(0, 0, 0, 0);transition: all .5s ease-in-out;border-bottom: 1px solid #ddd;}.navbar-nav>li.active,.navbar-nav>li:hover,.navbar-nav>li:active {border-bottom: 2px solid #ddd;background: #f0f0f0;}.navbar li>.search {display: none;}.navbar .search-open {right: 0;top: 0;display: block;height: auto;line-height: 50px;padding: 4px;position: relative;box-shadow: none;background: none;z-index: 1;}.dropdown-cust {margin-top: -2px;min-width: 220px;padding: 0;border-left: 2px solid rgba(1, 1, 1, 0);border-right: 2px solid rgba(1, 1, 1, 0);border-bottom: 2px solid #053B79;border-radius: 0;z-index: 0;overflow: hidden;}}@media (max-width: 767px) {.affix {position: absolute;top: 0;right: 0;left: 0;z-index: 1030;box-shadow: 0px 0.5px 4px #c3c2c2;}.top-menubar {display: none;}/*.container {max-width: 100%;}*/.navbar>.container .navbar-brand,.navbar>.container .navbar-toggler,.navbar>.container-fluid .navbar-brand {margin: 8px 10px;}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {padding: 8px 0px;}.navbar-nav>li {line-height: 25px;padding: 0 20px;border-bottom: 3px solid rgba(0, 0, 0, 0);transition: all .5s ease-in-out;border-bottom: 1px solid #ddd;}.navbar-nav>li:last-child {padding: 0px;}.navbar-nav>li.dropdown .dropdown-menu {margin-bottom: 15px;}.top-menubar-nav {display: block;}}@media (min-width: 1600px) {.dropdown-cust .dropdown-item {font-size: 15px;}}/*====================================================BUTTON (Generic)======================================================*/.btn-general {font-family: 'Montserrat', sans-serif !important;background-color: transparent;text-align: center;border-width: 1px;border-radius: 0px;font-size: 16px;padding: 10px 15px;font-weight: 400;text-transform: uppercase;}.btn-white {border-color: #053B79;background-color: #053B79;color: #fff;}.btn-white:hover,.btn-white:focus {background-color: transparent;color: #053B79;cursor: pointer;}.btn-green {border-color: #053B79;color: #053B79;}.btn-green:hover,.btn-green:focus {background-color: #053B79;color: #fff;cursor: pointer;}/*====================================================HOME======================================================*/.carousel-fade {height: 90vh;background-size: cover;background-position: center center;background-repeat: no-repeat;background-image: url(../img/home-banner-bg.jpg);}.carousel-fade .carousel-inner .carousel-item {-webkit-transition-property: opacity;transition-property: opacity;}.carousel-fade .carousel-control {z-index: 2;}.carousel-fade {position: relative;height: 90vh;}.hero {position: absolute;top: 50%;left: 50%;background: none /* rgba(255, 255, 255, 0.7) */;border: 0px solid #5D5D5D;padding: 40px;z-index: 3;color: #5D5D5D;text-align: center;text-transform: uppercase;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);-webkit-transform: translate3d(-50%, -50%, 0);-moz-transform: translate3d(-50%, -50%, 0);-ms-transform: translate3d(-50%, -50%, 0);-o-transform: translate3d(-50%, -50%, 0);transform: translate3d(-50%, -50%, 0);}.hero h1 {font-size: 1.4rem;color: #053B79;font-weight: 300;margin: 2% 0 0 0;padding: 0;opacity: 1;letter-spacing: 2px;margin-bottom: 30px;text-transform: uppercase;}.hero h1 span a {color: #053B79;text-decoration: none;}.hero h3 {font-size: 1em;color: #053B79;letter-spacing: 2px;margin-bottom: 15px;}.hero button {margin: 10px 0;}.carousel-fade .carousel-inner .carousel-item .hero {opacity: 0;-webkit-transition: 2s all ease-in-out .1s;-moz-transition: 2s all ease-in-out .1s;-ms-transition: 2s all ease-in-out .1s;-o-transition: 2s all ease-in-out .1s;transition: 2s all ease-in-out .1s;}.carousel-fade .carousel-inner .carousel-item.active .hero {opacity: 1;-webkit-transition: 2s all ease-in-out .1s;-moz-transition: 2s all ease-in-out .1s;-ms-transition: 2s all ease-in-out .1s;-o-transition: 2s all ease-in-out .1s;transition: 2s all ease-in-out .1s;}.overlay {position: absolute;width: 100%;height: 90%;z-index: 2;background: rgba(0, 0, 0, 0);}.carousel-fade .carousel-inner .carousel-item {height: 100vh;}@media (max-width: 767px) {.hero h1 {font-size: 1.3rem;color: #053B79;font-weight: 400;width: 400px;margin: 0;padding: 0;opacity: 1;letter-spacing: 2px;margin-bottom: 30px;}.hero h3 {font-size: 1em;color: #053B79;letter-spacing: 2px;line-height: 25px;margin-bottom: 15px;}}@media (max-width: 575px) {.hero {position: absolute;top: 55%;padding: 20px;}.hero h1 {font-size: 1.2em;color: #053B79;font-weight: 400;width: 370px;margin: 0;padding: 0;opacity: 1;letter-spacing: 2px;margin-bottom: 30px;}.hero h3 {font-size: .9em;color: #053B79;letter-spacing: 2px;line-height: 25px;margin-bottom: 15px;}}@media (max-width: 420px) {.hero {position: absolute;top: 50%;padding: 15px;/* border: 3px solid #5D5D5D; */}.hero h1 {font-size: 1.1em;color: #053B79;font-weight: 400;width: 295px;margin: 0;padding: 0;opacity: 1;letter-spacing: 2px;margin-bottom: 30px;}.hero h3 {font-size: .8em;color: #053B79;letter-spacing: 2px;line-height: 25px;margin-bottom: 15px;}}/*====================================================OTHER HOME PAGE======================================================*/.home-p {z-index: 1;padding: 50px 0 0 0;position: relative;margin-top: 120px;}.home-p.breadcrumbs-lg {padding: 200px 0;}.home-p.pages-head1 {background: url(http://www.hingesa.co.za/uploads/images/parallax1.jpg) no-repeat;background-size: cover;background-position: center center;}.home-p.pages-head1::after {content: "";position: absolute;top: 0;background-color: rgba(0, 0, 0, 0.8);left: 0;right: 0;bottom: 0;display: block;z-index: -1;}.home-p.pages-head2 {background: url(../img/img/banner-2.jpg) no-repeat;background-size: cover;background-position: center center;}.home-p.pages-head3 {background: url(../img/img/banner-3.jpg) no-repeat;background-size: cover;background-position: center center;}.home-p.pages-head4 {background: url(../img/img/banner-4.jpg) no-repeat;background-size: cover;background-position: center center;}.home-p:after {top: 0;left: 0;z-index: -1;width: 100%;height: 100%;content: " ";position: absolute;background: rgba(0,0,0,0.2);}.home-p h1 {color: #fff;font-size: 40px;line-height: 50px;text-transform: uppercase;}.home-p p {color: #fff;font-size: 24px;font-weight: 200;margin-bottom: 0;text-transform: uppercase;}@media (max-width: 992px) {.home-p.breadcrumbs-lg {padding: 100px 0;}}@media (max-width: 980px) {.home-p {margin-top: 100px;}}@media (max-width: 768px) {.home-p,.home-p.breadcrumbs-lg {padding: 50px 0;}.home-p h1 {font-size: 30px;line-height: 40px;}.home-p p {font-size: 18px;}}/*====================================================TITLE CONTENT (Generic)======================================================*/.title-bar {padding-top: 20px;padding-bottom: 100px;}.title-bar h1 {color: #41464b;text-align: center;font-weight: 400;margin: 20px auto 10px auto;}.title-bar .heading-border {width: 60px;height: 10px;background-color: #053B79;margin: 0 auto 20px auto;}.heading-border-light {width: 30px;height: 5px;background-color: #053B79;margin: 0 0 20px 0;}.title-bar p {color: #717171;}.title-bar p {text-align: center;font-size: 15px;line-height: 1.5;padding-bottom: 40px;margin: 0 auto;max-width: 700px;}.title-bar .title-but {margin: 0;background-color: transparent;text-align: center;}@media (max-width: 575px) {.title-bar {padding: 50px 20px;}.title-bar h1 {color: #41464b;font-size: 30px;text-align: center;font-weight: 300;margin: 20px auto 10px auto;}.title-bar p {text-align: center;font-size: 14px;line-height: 1.5;padding-bottom: 40px;margin: 0 auto;max-width: 700px;}}@media (min-width: 1600px) {.title-bar p {font-size: 16px;}}/*====================================================COLOR (Generic)======================================================*/.cl-white {color: #fff;}.cl-atlantis {color: #fff;}.bg-white {background: #fff;}.bg-atlantis {background: #053B79;}.bg-starship {background: #c2d7ea;}.bg-matisse {background: #333333;}.bg-chathams {background: #053B79;}.bg-gray {background: #f0f0f0;}.bg-light-gray {background: #f9f9f9;}.bg-gradiant {background: -moz-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);/* ff3.6+ */background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(5, 59, 121, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));/* safari4+,chrome */background: -webkit-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);/* safari5.1+,chrome10+ */background: -o-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);/* opera 11.10+ */}/*====================================================LOGIN OR REGISTER======================================================*/#login-modal .modal-dialog {margin-top: 170px;width: 400px;}#login-modal label {color: #888;margin-bottom: 0;}#login-modal input[type=text],input[type=password] {margin-bottom: 15px;border-radius: 0;}.modal-backdrop.in {filter: alpha(opacity=10);opacity: .8;}.modal-content {/*background-color: #ececec;*/border-radius: 0px;outline: 0;}.modal-header {min-height: 16.43px;padding: 15px 15px 15px 15px;border-bottom: 0px;}.modal-body {position: relative;padding: 25px 45px;}.modal-footer {padding: 15px 45px 15px 45px;text-align: left;width: 100%;border-top: 0px;-ms-flex-align: center;align-items: center;-ms-flex-pack: end;justify-content: center;}.modal-footer {display: -ms-flexbox;display: flex;padding: 15px;border-top: 1px solid #e9ecef;}.checkbox {margin-bottom: 0px;}.btn-link {padding: 5px 10px 0px 0px;color: #95a5a6;}.btn-link:hover,.btn-link:focus {color: #2c3e50;text-decoration: none;}@media (max-width: 575px) {#login-modal .modal-dialog {margin-top: 100px;width: 300px;margin: 100px auto;}}/*====================================================ABOUT======================================================*/.content-box {margin: 0px;text-align: center;}.home.section .content-box>i {color: #fff;height: 150px;line-height: 150px;font-size: 100px;}.content-box>i {color: #fff;height: 45px;line-height: 36px;font-size: 36px;}.content-box>h5 {color: #fff;text-transform: none;font-weight: normal;padding: 20px 0 10px 0;}.content-box>p {color: #fff;}@media (max-width: 767px) {.container-fluid {width: inherit}.about .container-fluid .col-md-4 {margin: 15px 0;}}@media (max-width: 585px) {.container-fluid {width: 80%}.about .container-fluid .col-md-4 {margin: 15px 0;}}@media (max-width: 420px) {.container-fluid {width: 100%}.about .container-fluid .col-md-4 {margin: 0;}}/*====================================================STORY======================================================*/#story {padding-bottom: 50px;}.story-desc {padding: 0 40px 40px 10px;}.story-desc>h6 {color: #053B79;font-weight: 700;}.story-desc>p {font-size: 15px;}.story-descb {padding: 10px 10px 30px 10px;margin: 60px 0;background: #f7f7f7;text-align: center;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}.story-descb:hover {box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);border-bottom: 5px solid #053B79;margin-top: 55px;cursor: pointer;}.story-descb>i {font-size: 45px;height: 60px;line-height: 60px;color: #999;}.story-descb h6 {font-size: 18px;color: #666;padding: 25px 0 5px;}.story-descb p {color: #867f7f;font-size: 14px;}@media (max-width: 767px) {.story-descb {padding: 10px 10px 30px 10px;margin: 20px 0;background: #f7f7f7;text-align: center;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}}@media (max-width: 585px) {.story-descb {padding: 10px 10px 30px 10px;margin: 20px 10%;background: #f7f7f7;text-align: center;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}}@media (max-width: 420px) {.story-descb {padding: 10px 10px 30px 10px;margin: 20px 0%;background: #f7f7f7;text-align: center;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}}@media (min-width: 1600px) {.story-desc>p {font-size: 16px;}.story-descb p {color: #867f7f;font-size: 16px;}}/*====================================================THOUGHT======================================================*/.bg-parallax {background-repeat: no-repeat;background-size: cover;background-position: center;/*background-attachment: fixed;*/}.thought-bg {height: 400px;background-image: url(../img/thought-bg.jpg);}.title-bar-thought p {color: #fff;font-size: 17px;padding-top: 50px;}.title-bar-thought h6 {text-align: center;font-style: italic;color: #fff;}.overlay-thought {position: absolute;width: 100%;height: 400px;background: rgba(5, 59, 121, 0.53);}#thought .title-bar {padding: 50px 0;}/*====================================================OFFER======================================================*/#comp-offer {padding: 100px 0;}.desc-comp-offer h2,.desc-comp-offer>.heading-border-light {margin-left: 20px;}.desc-comp-offer-cont {/*margin-bottom: 10px;*/box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}.desc-comp-offer-cont:hover {/* margin-bottom: 10px;border-bottom: 5px solid #053B79;margin-top: -5px;*/cursor: pointer;}.desc-comp-offer .btn-green {margin: 15px;}.desc-comp-offer .btn-white {margin: 15px;padding: 10px 18px;}.thumbnail-blogs {position: relative;overflow: hidden;}.caption {position: absolute;top: 0;right: 0;background: rgba(5, 59, 121, 0.72);width: 100%;height: 100%;padding: 2%;display: none;text-align: center;color: #fff !important;z-index: 2;}.caption a {color: #fff;}.caption i {margin: 20% 4px;border: 2px solid #fff;cursor: pointer;font-size: 25px;border-radius: 50%;padding: 5px;transition: border 0.2s ease, font-size 0.2s ease;}.desc-comp-offer-cont h3 {padding: 30px 10px 0 10px;font-size: 18px;text-transform: none;}.desc-comp-offer-cont p {padding: 0 10px;font-size: 14px;}.desc-comp-offer-cont a {padding: 0px 10px;}@media (min-width: 768px) and (max-width: 991px) {#comp-offer {margin-left: 10px}#comp-offer .col-md-3:first-child {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%!important;}#comp-offer .col-md-3 {-ms-flex: 0 0 33%;flex: 0 0 33%;max-width: 33%!important;}}@media (max-width: 767px) {.desc-comp-offer {margin-top: 20px;}}@media (max-width: 575px) {#comp-offer .col-sm-6 {-ms-flex: 0 0 70%;flex: 0 0 70%;max-width: 70%!important;}.desc-comp-offer {margin: 20px auto;}}@media (max-width: 420px) {#comp-offer .col-sm-6 {-ms-flex: 0 0 95%;flex: 0 0 95%;max-width: 95%!important;}}@media (min-width: 1600px) {.desc-comp-offer-cont p {padding: 0 10px;font-size: 16px;}}/*====================================================WHAT WE DO======================================================*/.what-we-do {padding: 110px 0;}.what-we-do h3 {padding-top: 20px;color: #fff;font-weight: 700;}.what-we-do .heading-border-light {background-color: #fff;}.what-we-do p {color: #fff;}.solutions .content-box {text-align: left;}.solutions ul li {list-style: none;margin: 0;padding: 20px;color: #fff;}.solutions i {float: left;font-size: 35px;margin-right: 20px;height: 45px;line-height: 45px;}.solutions h6 {height: 30px;font-size: 18px;line-height: 30px;}.solutions p {font-size: 14px;}@media (min-width: 992px) and (max-width: 1199px) {.solutions i {float: left;font-size: 35px;margin-right: 20px;height: 125px;line-height: 45px;}}@media (min-width: 768px) and (max-width: 991px) {.what-we-do {padding: 110px 50px;}.what-we-do .col-md-4 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%!important;}}@media (max-width: 575px) {.what-we-do .col-sm-6 {-ms-flex: 0 0 80%;flex: 0 0 80%;max-width: 80%!important;margin: auto;}}@media (max-width: 575px) {.what-we-do .col-sm-6 {-ms-flex: 0 0 95%;flex: 0 0 95%;max-width: 95%!important;margin: auto;}}@media (min-width: 1600px) {.solutions p {font-size: 15px;}}/*====================================================SERVICE-HOME======================================================*/#service-h {padding: 120px 0 50px;}.service-h-desc {padding: 50px 10px 90px 60px;}.service-h-desc>h6 {color: #053B79;font-weight: 700;}.service-himg {background: #F0F0F0;height: 475px;margin-top: 30px;width: 70%;}.service-himg iframe {height: 370px;width: 130%;margin: 50px -60px 70px 65px;box-shadow: 3px 3px 8px 1px #505050;border: 1px solid #053B79;}.service-h-tab {position: relative;margin: 0 0 20px 0;}.service-h-tab .nav-tabs>a {border-radius: 0;width: 190px;text-align: center;height: 55px;line-height: 40px;border: 1px solid #ddd;}.service-h-tab .nav-tabs>a.active {color: #fff;border: 1px solid #053B79;background: #053B79;}.service-h-tab .tab-content .tab-pane {padding: 20px 20px 0px 10px;}@media (min-width: 768px) and (max-width: 1199px) {.service-himg {background: #fff;height: 475px;margin: auto;}#service-h .col-md-6 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%!important;}.service-himg iframe {height: 370px;width: 100%;margin: 50px auto 70px auto;box-shadow: 3px 3px 8px 1px #505050;border: 1px solid #053B79;}}@media (min-width: 768px) and (max-width: 991px) {.service-himg iframe {height: 370px;width: 100%;box-shadow: 3px 3px 8px 1px #505050;border: 1px solid #053B79;}}@media (max-width: 767px) {#service-h {padding: 30px 0 0px;}.service-himg {background: #fff;height: 315px;width: 100%;}.service-himg iframe {height: 270px;width: 100%;margin: 50px auto 70px auto;box-shadow: 3px 3px 8px 1px #505050;border: 1px solid #053B79;}.service-h-tab .nav-tabs>a {border-radius: 0;width: 100%;text-align: center;height: 55px;line-height: 40px;border: 1px solid #ddd;}}@media (max-width: 420px) {.service-himg iframe {height: 200px;width: 100%;margin: 50px auto 70px auto;box-shadow: 3px 3px 8px 1px #505050;border: 1px solid #053B79;}.service-h-desc {padding: 50px 10px 90px 10px;}}/*====================================================CLIENT======================================================*/#client {padding-bottom: 100px;background: #f0f0f0;}.client-cont {width: 400px;padding: 30px;background: #fff;margin: 0 auto;border-bottom: 5px solid #053B79;}.client-cont img {height: 90px;width: 90px;margin-right: 35px;border-radius: 50%;float: left;}.client-cont h5 {padding-top: 10px;height: 45px;line-height: 45px;}.client-cont h6 {font-size: 14px;font-weight: 700;padding-bottom: 25px;}.client-cont i {font-size: 20px;color: #666;}.client-cont p {width: 400px;padding: 5px 30px;}@media (max-width: 991px) {.client-cont {width: 330px;padding: 30px;background: #fff;margin: 0 auto;}.client-cont p {width: 320px;padding: 5px 30px;}}@media (max-width: 767px) {.client-cont {width: 100%;padding: 30px;background: #fff;margin: 0 auto;margin-top: 20px;}.client-cont p {width: 100%;padding: 5px 30px;}}@media (max-width: 420px) {h5 {color: #053B79;font-size: 16px;text-transform: uppercase;}}/*====================================================CONTACT-HOME======================================================*/.contact-bg {background-image: url(http://www.hingesa.co.za/uploads/images/contact.jpg);background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}.contact-cont {margin: 60px 0;padding: 50px;background: rgba(5, 59, 121, 0.65);}.contact-cont input.form-control,.contact-cont textarea.form-control {border-radius: 0px;}.contact-cont button {background: #fff;color: #053B79;margin-top: 10px;text-align: center;}.contact-cont button:hover {background: #053B79;color: #fff;}/*====================================================FOOTER======================================================*/.footer-s1 .footer {padding: 70px 0;background: #252525;}.footer-s1 .footer .comp-desc-f p {margin-top: 10px;color: #ccc;font-size: 15px;}.footer-s1 .footer  {color: #ccc;font-size: 15px;}/*Heading Fotoer*/.footer-s1 .heading-footer {text-align: left;position: relative;margin-bottom: 30px;padding-bottom: 2px;}.footer-s1 .heading-footer:after {left: 0;bottom: 0;height: 1px;width: 50px;content: " ";background: #fff;position: absolute;}.footer-s1 .heading-footer h2 {color: #eee;font-size: 18px;text-transform: none;}/*Link link*/.footer-s1 .footer .link-list {margin-bottom: 0;}.footer-s1 .footer .link-list li {padding: 3px 0px;border-bottom: solid 1px #333;}.footer-s1 .footer .link-list li:last-child {padding-top: 0;border-top: none;}.footer-s1 .footer .link-list li a {color: #ccc;font-size: 15px;margin-bottom: 3px;display: inline-block;}.footer-s1 .footer .link-list a:hover {color: #fff;}.footer-s1 .footer .link-list li small {color: #555;display: block;}/*Thumb list*/.footer-s1 .footer .thumb-list>li {margin-bottom: 20px;}.footer-s1 .footer .thumb-list>li:before,.footer-s1 .footer .thumb-list>li:after {content: " ";display: table;}.footer-s1 .footer .thumb-list>li:after {clear: both;}.footer-s1 .footer .thumb-list>li img {float: left;width: 80px;height: auto;margin-right: 10px;}.footer-s1 .footer .thumb-list>li a {color: #777;display: block;padding-bottom: 8px;}.footer-s1 .footer .thumb-list>li a:hover {color: #bbb;}.footer-s1 .footer .thumb-list>li small {color: #555;font-size: 13px;}address.address-details-f,address.address-details-f a {color: #ddd;font-size: 15px;}.social-icon-f li {float: left;margin: 10px;}/*footer bottom*/#footer-bottom {background-color: rgba(0, 0, 0, 0.8);padding: 30px 0;}#footer-copyrights p {margin: 0;font-size: 14px;font-weight: normal;color: #bbb;text-align: center;}#footer-copyrights p a {border-right: 2px solid #fff;padding-right: 10px;margin-right: 10px;}#footer-copyrights p a:last-child {border-right: 0px solid #fff;padding-right: 0px;margin-left: 0px;}.btn-back-to-top {position: fixed;bottom: 20px;right: 20px;font-size: 22px;padding: 3px 15px;border-radius: 0;display: none;}@media (min-width: 1600px) {address.address-details-f,address.address-details-f a {color: #ddd;font-size: 17px;}}@media (max-width: 767px) {.footer .container {width: 90%;}.footer-s1 .heading-footer h2 {color: #eee;font-size: 18px;margin-top: 50px;text-transform: none;}.footer-s1 .heading-footer {text-align: left;position: relative;margin-bottom: 10px;padding-bottom: 2px;}}/******//*====================================================PROJECT-p1======================================================*/#project-p1 .project-p1-cont {padding: 30px 20px;}#project-p1 .project-p1-cont p {color: #ddd;font-weight: 700;}#project-p1 .project-p1-cont i{color:#fff;padding: 15px 0;}#project-p1 .bg-atlis {background: #0570c5;}.project-p2 {padding: 0 0 15px 0;}/*.project-p2 .col-md-6:nth-child(1n) {padding-right: 7.5px;}.project-p2 .col-md-6:nth-child(2n) {padding-left: 7.5px;}*/.project-p2 .project-p2-cont {overflow: hidden;}.project-p2 .project-p2-cont img {width: 100%;height: auto;transition: transform .5s ease;}.project-p2 .project-p2-cont .project-p2-desc {position: absolute;overflow: visible;margin-top: 7%;margin-left: 30px;background: #f0f0f0;padding: 20px;}@media (min-width: 768px) and (max-width: 1200px) {.project-p2 .project-p2-cont .col-md-5 {-ms-flex: 0 0 70%;flex: 0 0 70%;max-width: 70%;}}@media(max-width: 767px) {.project-p2 .project-p2-cont .project-p2-desc h4 {font-size: 20px;}.project-p2 .project-p2-cont .project-p2-desc {position: absolute;overflow: visible;margin-top: 20%;margin-left: 10%;background: #f0f0f0;padding: 20px;}}/********************************************************************************//*--------------------------------------------------*//* our_services_area */.our_services_area {background: none;padding-bottom: 20px;}.our_services_area .title h2 {color: #fff;}.our_services_area .title h4 {color: #fefefe;}.our_services_area .portfolio_inner_area {padding-top: 60px;}.our_services_area .portfolio_inner_area .portfolio_filter {padding-bottom: 55px;}.our_services_area .portfolio_inner_area .portfolio_filter ul {text-align: center;margin: 0;padding: 0;}.our_services_area .portfolio_inner_area .portfolio_filter ul li {list-style: none;display: inline-block;padding-left: 30px;}.our_services_area .portfolio_inner_area .portfolio_filter ul li:first-child {padding: 0;}.our_services_area .portfolio_inner_area .portfolio_filter ul li a {text-transform: uppercase;color: #f5f5f5;}.our_services_area .portfolio_inner_area .portfolio_filter ul li:hover a, .our_services_area .portfolio_inner_area .portfolio_filter ul li:focus a, .our_services_area .portfolio_inner_area .portfolio_filter ul li.active a {color: #053B79;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner {position: relative;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner img {max-width: 100%;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover {background-color: rgba(5, 59, 121, 0.851);position: absolute;top: 20px;left: 20px;right: 20px;bottom: 20px;overflow: hidden;display: block;text-align: center;padding-top: calc(30% - 70px);cursor: pointer;opacity: 0;transition: all 300ms linear 0s;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover h4 {color: #fff;padding-bottom: 30px;text-transform: uppercase;position: relative;left: -65%;transition: all 300ms linear 0s;}.our_services_area .desc h5 {color: #fff;padding-top: 30px;padding-bottom: 30px;text-transform: uppercase;line-height: 1.25rem;font-size: 1rem;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul {padding: 0;margin: 0;position: relative;right: -67%;transition: all 300ms linear 0s;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li {list-style: none;display: inline-block;padding-left: 17px;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li:first-child {padding: 0;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li a {font-size: 1rem;color: #fff;line-height: 45px;width: 45px;border-radius: 50%;border: 1px solid #fff;display: block;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li a:hover, .our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover ul li a:focus {color: #053B79;background: #fff;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:hover .gallery_hover, .our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:focus .gallery_hover {opacity: 1;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:hover .gallery_hover h4, .our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:focus .gallery_hover h4 {left: 0;}.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:hover .gallery_hover ul, .our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner:focus .gallery_hover ul {right: 0;}.gallery_hover .h4, .gallery_hover h4 {font-size: 1.1rem;}/* grid-sizer css */.grid-sizer {width: 33.33333333%;}@media (max-width: 499px) {.our_services_area .portfolio_inner_area .portfolio_item .single_facilities .single_facilities_inner .gallery_hover {display: block;}.our_services_area .portfolio_inner_area .portfolio_filter ul li:first-child {padding-bottom: 10px;}.our_services_tow .architecture_area .portfolio_filter_2 ul li {width: 50%;}.our_partners_area .partners .item img {width: auto;margin: 0 auto;}.call_min_area .call_btn a {display: block;margin: 0 auto;}.call_min_area .call_btn a:first-child {margin: 0 auto;margin-bottom: 20px;}.blog_all .blog_row .main_blog .client_text .control {width: 100%;margin-bottom: 10px;}.blog_all .blog_row .main_blog .client_text .control:last-child {border-left: 1px solid #888;}.blog_all .blog_row .main_blog .reply_comment {padding-left: 30px;}.blog_all .blog_row .main_blog .blog_content .blog_heading {font-size: 20px;}}/*******************************************************************/#home, #home .flexslider{padding: 0;margin: 0;display: block;height: auto;}li div.home { height: 100vh; width: auto;   }li div.home { height: 100vh; width: 100vw; overflow: hidden; }#home .flexslider .slides > li {display: block;padding-bottom: 0;background-color: #053B79;background-repeat: repeat;background-position: center top;z-index: 1;}.flexslider .slides {padding: 0;}#home img {height: 100%;max-width: none;display: block;margin-top: 0;margin-left: 50%;margin-right: -50%;-ms-transform: translate(-50%, 0px);-webkit-transform: translate(-50%, 0px);transform: translate(-50%, 0px);}#home .flexslider .slides > li:after{content: "";position: absolute;top: 0;/*  background-color: rgba(5, 59, 121 0.8); */left: 0;right: 0;bottom: 0;display: block;z-index: -1;}.flexslider .slides > li {-webkit-transition: opacity 1s ease;-moz-transition: opacity 1s ease;transition: opacity 1s ease;position: relative;}#parallax1 {background-image: url();}#parallax2 {background-image: url();}#parallax3 {background-image: url();}#parallax4 {background-image: url();}.thisparallax, .parallax {background-position: center;background-position-y: bottom;background-repeat: no-repeat;background-attachment:         fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}.thisparallax, .parallax {background-attachment: scroll !important;}.gray { background: #c2d7ea; }.bg-gradiant1 {background: #c2d7ea;/*background: -moz-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(5, 59, 121, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));background: -webkit-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);background: -o-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);*/}.bg-gradiant1 {background: #c2d7ea;/*background-image: linear-gradient(45deg, #949599 0%, #424041 50%, #595959 100%);background: -moz-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(5, 59, 121, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));background: -webkit-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);background: -o-linear-gradient(45deg, rgba(5, 59, 121, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);*/}.bg-gradiant2 {background: #FFF;/*background-image: linear-gradient(135deg, #949599 0%, #424041 50%, #595959 100%);background: #008081;background: -moz-linear-gradient(left, #008081 0%, #008080 1%, #229bf2 100%);background: -webkit-linear-gradient(left, #008081 0%,#008080 1%,#229bf2 100%);background: linear-gradient(to right, #008081 0%,#008080 1%,#229bf2 100%); */}/*.bg-gradiant1.section .container-fluid, .bg-gradiant1.section .container,.bg-gradiant2.section .container-fluid, .bg-gradiant2.section .container,.bg-gradiant1 h1, .bg-gradiant1 h2, .bg-gradiant1 p, .bg-gradiant1 .p, .bg-gradiant1, .bg-gradiant1 ul li, .bg-gradiant1 label,.bg-gradiant2 h1, .bg-gradiant2 h2, .bg-gradiant2 p, .bg-gradiant2 .p, .bg-gradiant2, .bg-gradiant2 ul li, .bg-gradiant2 label {color: #fff;}*/.gray h1, .gray h2, .gray p, .gray .p, .gray, .gray ul li, .gray label {color: #181818;}.divider{width:15px;height:auto;display:inline-block;}.home.section  {color: #181818;padding-top: 100px;padding-bottom: 0px;}.section {color: #181818;padding-top: 100px;padding-bottom: 50px;}.p {font-family: 'Hind', sans-serif;color: #181818;font-size: 15px;font-weight: 300;margin: auto;position: relative;}.breadcrumb {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: .25rem;margin-bottom: 1rem;list-style: none;background-color: transparent;text-align: center;color: #fff;display: inline-block;}.breadcrumb li {display: inline-block;}#map_canvas {height: 450px;max-width: 100% !important;padding: 0;}.mylogo { max-width: 100%; width: 100%; float: none; text-align: center}.mylogo img { width: 100%; height: auto !important;  max-width: 300px !important; position: relative; display: block;}.slideUp { top:-120px; }.slideUp, .slideDown {  transform: translate3d(0,0,0); }.headroom {transform: translate3d(0,0,0);-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;transform: translate3d(0,0,0);}.shrink {transform: translate3d(0,0,0);-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;transform: translate3d(0,0,0);}.content-box ul {padding: 0;}.content-box ul li {list-style: none; padding: 0;display: inline-block;position: relative;overflow: hidden;}.content-box li:nth-child(1) fieldset {background-image: linear-gradient(90deg, #053B79 0%, #242323 50%, #053B79 100%);}.content-box  li:nth-child(2) fieldset {background-image: linear-gradient(45deg, #053B79 0%, #242323 50%, #053B79 100%);}.content-box  li:nth-child(3) fieldset {background-image: linear-gradient(90deg, #053B79 0%, #242323 50%, #053B79 100%);}.content-box  li:nth-child(4) fieldset {background-image: linear-gradient(135deg, #053B79 0%, #242323 50%, #053B79 100%);}@media (min-width: 240px) and (max-width: 768px) {.card-columns {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}}@media (min-width: 768px) and (max-width: 991px) {.card-columns {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}}@media (min-width: 992px) {.card-columns {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}}/********************************************************************//* === Bootstrap Mobile iOS === */.modal-open .modal {top: 0;bottom: 0;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}.modal-open .modal.fade .modal-dialog {height: 100%;margin: 0 auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;overflow-y: auto;overflow-x: none;-webkit-overflow-scrolling: touch;transform: none;pointer-events: all;padding: 4%;}.no-scroll, .no-scroll body {overflow: hidden;}.modal-content {margin: 0 auto;max-width: 960px;}.modal-footer {padding-bottom: 1.5rem;}/********************************************************************//* .modal-fullscreen */.single-portfolio { background: #fff;  }.modal-fullscreen {background: none;}.modal-fullscreen .modal-header {color: #181818;background: #053B79;border: 0;-webkit-box-shadow: none;box-shadow: none;z-index: 9999998;}.modal-fullscreen .modal-header {border-radius: 0;}.modal-fullscreen .modal-header .close {width: 100%;text-align: right;font-size: 2rem;color: #fff;}.modal-fullscreen .modal-content {background: transparent;border: 0;z-index: 9999999;}.modal-backdrop.modal-backdrop-fullscreen {background: #fff;}.modal-backdrop.modal-backdrop-fullscreen.in {opacity: .33;filter: alpha(opacity=33);}/* .modal-fullscreen size: we use Bootstrap media query breakpoints */.modal-fullscreen .modal-dialog {max-width: 960px;margin: 1.75rem auto;margin-right: auto;margin-left: auto;}.modal-fullscreen .modal-body {position: relative;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 0rem;}.modal-fullscreen .modal-body  .embed-responsive {position: relative;display: block;width: 100%;padding: 0;overflow: visible;}.modal-fullscreen .modal-dialog {margin-right: auto;margin-left: auto;width: 100%;}.modal-fullscreen .bmd-modalContent iframe {display: block;margin: 0 auto;width: 100% !important;height: 100% !important;}@media (min-width: 320px){#the_content { padding: 4%; }.modal-fullscreen .modal-dialog {max-width: none;}}@media (min-width: 1200px) {#the_content { padding: 0 3% 3% 3%; }.cd-primary-nav > li {font-size: 1.2rem ;}}.modal.modal-fullscreen .modal-dialog,.modal.modal-fullscreen .modal-content {position: relative;bottom: 0;left: 0;right: 0;top: 0;}.modal.modal-fullscreen .modal-dialog {margin: 100px auto;width: 100%;animation-duration:0.6s;}.modal.modal-fullscreen .modal-content {-moz-border-radius: 0;border-radius: 0;/* change bg color below */background:#fff;}.modal-content {-webkit-box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.3);box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.3);}.modal.modal-fullscreen.force-fullscreen .modal-body {padding: 0;}.modal.modal-fullscreen.force-fullscreen .modal-header,.modal.modal-fullscreen.force-fullscreen .modal-footer {left: 0;position: absolute;right: 0;}.modal.modal-fullscreen.force-fullscreen .modal-header {top: 0;}.modal.modal-fullscreen.force-fullscreen .modal-footer {bottom: 0;}.form-control, .cms_textarea {padding: 10px !important;min-height: 50px !important;}.custom-control {position: relative;display: inline-block;min-height: 1.5rem;padding-left: 1.5rem;padding-right: 1.5rem;}.custom-radio .custom-control-input:checked ~ .custom-control-indicator {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");}.custom-control-input:checked ~ .custom-control-indicator {color: #fff;background-color: #5D5D5D;}.custom-radio .custom-control-indicator {border-radius: 50%;}.custom-control-indicator {position: absolute;top: .25rem;left: 0;display: block;width: 1rem;height: 1rem;pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #ddd;background-repeat: no-repeat;background-position: 50%;background-size: 50% 50%;}*, ::after, ::before {box-sizing: border-box;}form input[type=text], form input[type=email]{color: #23214c;border: 0;border-bottom: 1px solid #1c1c1c;height: 28px;font-size: 16px;font-weight: 400;font-family: 'Open Sans', sans-serif;width: 100%;line-height: 25px;padding: 0;border-radius: 0;}form textarea{color: #23214c;border: 0;border-bottom: 1px solid #1c1c1c;font-size: 16px;font-weight: 400;font-family: 'Montserrat', sans-serif;width: 100%;line-height: 25px;padding: 0;border-radius: 0;}form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, textarea.cms_textarea::-webkit-input-placeholder{font-family: 'Montserrat', sans-serif;color: #23214c;font-weight: 400;font-size: 16px;line-height: 25px;}form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, textarea.cms_textarea::-moz-placeholder{font-family: 'Montserrat', sans-serif;color: #23214c;font-weight: 400;font-size: 16px;line-height: 25px;opacity: 1;}form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, textarea.cms_textarea:-ms-input-placeholder{font-family: 'Montserrat', sans-serif;color: #23214c;font-weight: 400;font-size: 16px;line-height: 25px;}form input[type=text]:-moz-placeholder, form input[type=email]:-moz-placeholder, textarea.cms_textarea:-moz-placeholder{font-family: 'Montserrat', sans-serif;color: #23214c;font-weight: 400;font-size: 16px;line-height: 25px;opacity: 1;}textarea.cms_textarea{-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;overflow: hidden;padding-bottom: 5px;}form textarea:focus{overflow: auto;}form input[name="your-name"]{margin-top: 0;padding-top: 0;}form input[type=submit],form input[type=button]{color: #053B79;display: inline-block;border: 2px solid #053B79;text-align: center;cursor: pointer;margin-top: 5px;vertical-align: middle;text-decoration: none;background: transparent;font-family: 'Montserrat', sans-serif;width: auto;text-transform: uppercase;font-size: 16px;transition: all .2s linear;}.contact-form input[type=submit], .contact-form input[type=button] {  width: 100%; }form input[type=submit]:hover, form input[type=button]:hover{color: white;background-color: #053B79;}div.contact-form-response-output{margin: 0;font-size: 14px;line-height: 20px;}span.contact-form-not-valid-tip{font-size: 10px;}#courses,#thumbs {margin-top: 0px;padding: 0;}#courses li,#thumbs li {list-style-type: none;}.item-courses,.item-thumbs {position: relative;overflow: hidden;margin-bottom: 30px;cursor: pointer;text-align: center;}.item-course a + img,.item-thumbs a + img {width: 100%;height: auto;}.item-course .hover-wrap,.item-thumbs .hover-wrap {position: absolute;right: 0;left: 0;top: 0;bottom: 0;display: block;width: 100%;height: 100%;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all 450ms ease-out 0s;-moz-transition: all 450ms ease-out 0s;-o-transition: all 450ms ease-out 0s;transition: all 450ms ease-out 0s;-webkit-transform: rotateY(180deg) scale(0.5,0.5);-moz-transform: rotateY(180deg) scale(0.5,0.5);-ms-transform: rotateY(180deg) scale(0.5,0.5);-o-transform: rotateY(180deg) scale(0.5,0.5);transform: rotateY(180deg) scale(0.5,0.5);}.item-course:hover .hover-wrap,.item-course.active .hover-wrap,.item-thumbs:hover .hover-wrap,.item-thumbs.active .hover-wrap {opacity: 1;filter: alpha(opacity=100);-webkit-transform: rotateY(0deg) scale(1,1);-moz-transform: rotateY(0deg) scale(1,1);-ms-transform: rotateY(0deg) scale(1,1);-o-transform: rotateY(0deg) scale(1,1);transform: rotateY(0deg) scale(1,1);}.item-course .hover-wrap .overlay-img,.item-thumbs .hover-wrap .overlay-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.80;filter: alpha(opacity=80);background: #fff;}.item-course .hover-wrap .overlay-img-thumb,.item-thumbs .hover-wrap .overlay-img-thumb {position: absolute;border-radius: 0px;top: 50%;left: 50%;padding: 10px;margin: -21px 0 0 -21px;color: #c2d7ea;font-size: 32px;line-height: 1em;opacity: 1;filter: alpha(opacity=100);background: #fff;}.typewrite .wrap { border-color: #ABAAA8 !important; }.social_nav li a:hover, .social_nav li a:focus {background: #5D5D5D;color: #fff;}.social_nav li a {font-size: 1rem;color: #fff;padding: 0;text-align: center;height: 24px;width: 24px;border-radius: 50%;margin-left: 3px;display: inline-block;position: relative;}.social_nav li a i {margin-top: 6px;}.loader-ellips {font-size: 20px; /* change size here */position: relative;width: 4em;height: 1em;margin: 10px auto 20px;}.loader-ellips__dot {display: block;width: 1em;height: 1em;border-radius: 0.5em;background: #053B79; /* change color here */position: absolute;animation-duration: 0.5s;animation-timing-function: ease;animation-iteration-count: infinite;}.loader-ellips__dot:nth-child(1),.loader-ellips__dot:nth-child(2) {left: 0;}.loader-ellips__dot:nth-child(3) { left: 1.5em; }.loader-ellips__dot:nth-child(4) { left: 3em; }@keyframes reveal {from { transform: scale(0.001); }to { transform: scale(1); }}@keyframes slide {to { transform: translateX(1.5em) }}.loader-ellips__dot:nth-child(1) {animation-name: reveal;}.loader-ellips__dot:nth-child(2),.loader-ellips__dot:nth-child(3) {animation-name: slide;}.loader-ellips__dot:nth-child(4) {animation-name: reveal;animation-direction: reverse;}.page-load-status {display: none; /* hidden by default */padding-top: 20px;text-align: center;color: #777;}/* cms_form */.cms_form .big-radio .cms_checkbox,.cms_form .big-radio input[type="radio"] {display: none;}.cms_form .big-radio input + label,.cms_form .big-radio input + span + label {background-color: none;border: 0px solid #eee;font-weight: 400;/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/padding: 5px 0px 5px 50px;margin-top: 5px;border-radius: 0px;display: inline-block;position: relative;width: auto;line-height: 32px;cursor: pointer;}.cms_form .big-radio input.error + span + label:active,.cms_form .big-radio input + label:active, .cms_form .big-radio input:checked + label:active {box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}.cms_form .big-radio input:checked + span + label,.cms_form .big-radio input:checked + label {background-color: none;border: 0px solid #aaa;box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);color: #053B79;}.cms_form .big-radio input:checked + span + label:after,.cms_form .big-radio input:checked + label:after {font-family: 'FontAwesome';content: '\f205';font-size: 2.5rem;position: absolute;top: 5px;left: 0px;color: #053B79;border-radius: 10px}.cms_form .big-radio input:checked + span + label:before,.cms_form .big-radio input:checked + label:before {color: #fff;}.cms_form .big-radio input + span + label:before,.cms_form .big-radio input + label:before {font-family: 'FontAwesome';content: '\f204';font-size: 2.5rem;position: absolute;top: 5px;left: 0px;color: #5D5D5D;border-radius: 10px}.cms_form .big-radio input.error + span + label:before,.cms_form .big-radio input.error + label:before {font-family: 'FontAwesome';content: '\f204';font-size: 2.5rem;position: absolute;top: 5px;left: 0px;color: #5D5D5D;background-image: url("http://goo.gl/GXVcmC");overflow:hidden;border-radius: 10px}.big-radio + label {display: inline-block;padding: 11px 16px 11px 16px;}.big-radio:checked + label:after {content: '';width: 33px;height: 33px;left: 4px;top: 4px;}.cms_form .big-radio div {width: auto; display: inline-block; margin-right: 10px; }div.error,ul.error, input.error, textarea.error, select.error {border-width: 1px !important;border-style: solid !important;border-color: #053B79 !important;background-color: #053B79 !important;background-image: url(http://goo.gl/GXVcmC) !important;background-position: 50% 50% !important;background-repeat: repeat !important;}ul.error input {color: #666 !important;}span.error, label.error {color: red;font-size: 11px;font-style: italic;display: none !important;}strong { font-weight: 700; }.row .popbtn input[type=checkbox] {display: none;}.row .popbtn input + label {-webkit-appearance: none;border: 0;padding: 3px 9px 3px 9px;margin-top: 5px;border-radius: 3px;display: inline-block;position: relative;width: auto;cursor: pointer;}.row .popbtn input:checked + label {color: #fff;background-color: #5D5D5D;}.row .popbtn input:checked + label:after {font-size: 18px;position: absolute;top: 3px;left: 12px;color: #fff;}.popbtn + label {display: inline-block;padding: 11px 16px 11px 16px;}.popbtn:checked + label:after {content: '';width: 33px;height: 33px;left: 4px;top: 4px;}.portfolio img { max-width: 100%; height: auto ;}.btn-red { background: #5D5D5D; }.btn-circle {font-size: 1rem;color: #fff;line-height: 34px;width: 45px;border-radius: 50%;border: 1px solid #fff;display: block;background: none;}.btn-circle:hover{color: #5D5D5D;background: #fff;}.cms_form .required { font-weight: 700; }#portfolio-grid li { list-style: none }#testimonial { position: relative; display: inline-block; max-width: 100%  }#viewcart, #mycart { position: relative; width: 100%; height: font-auto; }#mycart { font-weight: 700; color: #333333; line-height: 2rem; }#loadingcart {position: absolute;left: calc(50% - 143px);top: calc(50% - 73px);z-index: 1050;}/* Number Inout */.quantity {position: relative;}#viewcart p { line-height: 1.2rem; margin: 0 !important;  }#viewcart .table td, .table th {padding: 0.4rem .2rem 0.4rem;vertical-align: middle !important;border-top: 1px solid #dee2e6;line-height: 1.2rem;}.quantity input[type=text]::-webkit-inner-spin-button,.quantity input[type=text]::-webkit-outer-spin-button{-webkit-appearance: none;margin: 0;}.quantity input[type=text]{-moz-appearance: textfield;}.quantity input {width: 55px !important;height: 42px !important;line-height: 1.65;float: left;display: block;padding: 0;margin: 0;padding-left: 10px !important;border: 1px solid #eee !important;}.quantity input:focus {outline: 0;}.quantity-nav {float: left;position: relative;height: 42px;font-size: 0.75rem;}.quantity-button {position: relative;cursor: pointer;border-left: 1px solid #eee;width: 20px;text-align: center;color: #333;font-size: 13px;line-height: 1.7;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}.quantity-button.quantity-up {position: absolute;height: 50%;top: 0;border-bottom: 1px solid #eee;font-size: 0.75rem;}.quantity-button.quantity-down {position: absolute;bottom: -1px;height: 50%;font-size: 0.75rem;}/* Button */.button_all {font: 700 1.2rem/1.6rem "Montserrat", sans-serif;width: auto;text-align: center;background: #053B79;display: block;border: 1px #5D5D5D solid;color: #fff;text-transform: uppercase;position: relative;z-index: 2;padding: 15px;width: max-content;}.button_all:before {content: "";position: absolute;z-index: -1;background: #c2d7ea;top: 0;bottom: 0;left: 0;display: block;right: 0;transform: scaleY(0);transform-origin: 50%;transition-property: transform;transition-duration: 0.3s;transition-timing-function: ease-out;}.button_all:hover, .button_all:focus {color: #fff !important;}.button_all:hover:before, .button_all:focus:before {transform: scaleY(1);}.button_all.update { width: 100%; }.flex-caption2 .container .slide-content, .flex-caption2 .slide-content { width: 50%; color: #fff; text-shadow: rgba(0,0,0,0.1) 1px 2px 0px; font-weight: 300; display: table-cell; vertical-align: middle ; background: rgba(255, 255, 255, 0.7); padding: 20px;  height: 100vh; overflow: hidden}.flex-caption2 .container .slide-content-open, .flex-caption2 .slide-content-open { width: 50%; color: #fff; text-shadow: rgba(0,0,0,0.5) 1px 2px 0px; font-weight: 300; display: table-cell; vertical-align: middle ; background: transparent; padding: 0px; }.slide-content p { font-size: 18px; line-height: 18px; color: #fff }.slide-content h1 { font-size: 3rem; font-weight: 300; color: #fff; text-align: center;   }.slide-content h1 span.bolder { font-size: 90%; font-weight: 700; color: #fff; text-align: center; }@media(max-width:638px) {.flex-caption2 .container .slide-content-open, .flex-caption2 .slide-content-open {width: 0%; display: none;}.flex-caption2 .container .slide-content, .flex-caption2 .slide-content {background: rgba(255, 255, 255, 0.7);}}.alert-warning {color: #6f8496;background-color: #e3e8ed;border-color: #a4bfd6;}.awards img { width: 100%; height: auto; }.flex-caption2 .btn-green {border-color: #fff;color: #fff;}.flex-caption2 .btn-green:hover, .flex-caption2 .btn-green:focus {background-color: #fff;color: #3F9AE9;cursor: pointer;}.mynews img {width: 100%; max-width: 100%; height: auto }@media (max-width: 740px) {.mylogo img {width: 100%;height: auto !important;max-width: 250px !important;position: relative;display: block;margin: auto;}}.radio { font-size: 120%; }html, body, .smooth-container { scroll-behavior: smooth }
/* cmsms stylesheet: Bv4 Stylesheet2 modified: 08/23/19 14:23:53 */
/* SERVICE SECTION */#services{background-color: ;}#services .section-title-holder{background-color: }.section-content-holder.services-holder{background-color: ;width: 70%;padding: 0 0 80px 0;}.service-holder{display: inline-block;width: 49%;}.service-holder img,.service-holder .img{display: inline-block;width: 50px !important;vertical-align: top;color: #999;}.service-holder .img {font-size: 3rem;}.service-content-holder{display: inline-block;width: 240px;margin-top: 55px;margin-left: 5px;}.service-title{font-family: 'Montserrat', sans-serif;font-size: 24px;padding-bottom: 10px;}/* END SERVICE SECTION *//* PORTFOLIO SECTION */#portfolio .section-title-holder{background-color: ;}.page-template-page-portfolio .section{padding-top: 100px;}.section-content-holder.portfolio-holder{background-color: transparent;width: 70%;padding: 0;}.portfolio-holder .portfolio-load-more-holder{font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 20px;width: 57%;background-color: ;text-align: center;position: relative;}.portfolio-holder .portfolio-load-more-holder img{padding-bottom: 15px;}.portfolio-holder .portfolio-load-more-holder a{color: #fff;padding-top: 30px;padding-bottom: 15px;}.portfolio-holder .portfolio-load-more-holder{margin-right: 0;margin-left: auto;}.more-posts{display: block;}.more-posts:hover{cursor: pointer;}.grid-sizer {position: relative;}.grid{width: 100%;margin: 0;overflow: hidden;padding: 0;}.grid-item, .element-item{float: left;font-size: 0;line-height: 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.grid-item img, .element-item img{display: block;width: 100%;height: auto;max-height: none;max-width: none;}.grid-sizer, .grid-item, .element-item{width: 33.33333333%;}@media (min-width: 320px) and (max-width: 499px) {.grid-sizer, .grid-item, .element-item{width: 100%;}}@media (min-width: 500px) and (max-width: 992px) {.grid-sizer, .grid-item, .element-item{width: 50%;}}.grid-item.p_one_half, .element-item.p_one_half{width: 50.1%;}.grid-item.p_one, .element-item.p_one{width: 100%;}.portfolio-text-holder{position: absolute;top: 30px;left: 30px;bottom: 30px;right: 30px;z-index: 1;font-size: 20px;background-color: white;text-align: center;display: none;}a .portfolio-text-holder:hover { display: block !important; }.portfolio-text-wrapper{width: 90%;margin-left: auto;margin-right: auto;}.portfolio-type{line-height: 100%;font-size: 11px;color: #9a9a9a;padding-bottom: 20px;}.portfolio-type img{width: auto;margin-left: auto;margin-right: auto;}.portfolio-text{font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 20px;line-height: 18px;letter-spacing: 4px;margin-bottom: 10px;}.portfolio-sec-text{font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 16px;line-height: 100%;color: #8e8da9;}.grid-item a:hover, .element-item a:hover{color: #191919;}.more-posts-portfolio img{transition: all .2s linear;width: 100px;height: 100px;}.more-posts-portfolio img:hover{cursor: pointer;transform: scale(0.9);}div.pp_default .pp_loaderIcon{display: none !important;}/* END PORTFOLIO SECTION*/
/* cmsms stylesheet: Bv4 Alertify modified: 09/25/18 13:55:02 */
/*** alertifyjs 1.11.1 http://alertifyjs.com* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.* Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)* Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/.alertify .ajs-dimmer{position:fixed;z-index:1981;top:0;right:0;bottom:0;left:0;padding:0;margin:0;background-color:#252525;opacity:.5}.alertify .ajs-modal{position:fixed;top:0;right:0;left:0;bottom:0;padding:0;overflow-y:auto;z-index:1981}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0 24px;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;right:4px;margin:-14px 24px 0 0;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-left:10px;padding:10px;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px;margin-bottom:0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 24px 16px 16px}.alertify .ajs-footer{padding:4px;margin-left:-24px;margin-right:-24px;min-height:43px;background-color:#fff}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:left;clear:none;text-align:left}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;right:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(1);transform:scaleX(1);cursor:se-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{left:0;right:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-left:-24px;margin-right:-24px}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content{padding:0}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{left:0;right:0}.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-closable .ajs-commands button.ajs-close{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;left:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 24px 0 0}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;right:24px;bottom:50px;left:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;left:0;right:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;left:0;right:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;right:0;bottom:0;left:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-overflow.ajs-fixed{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll!important}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:initial;min-width:auto}}@-moz-document url-prefix(){.alertify button:focus{outline:1px dotted #3593d2}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:250ms;transition-duration:250ms}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:250ms;animation-duration:250ms}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alertify-notifier .ajs-message{position:relative;width:260px;max-height:0;padding:0;opacity:0;margin:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:linear;transition-timing-function:linear}.alertify-notifier .ajs-message.ajs-visible{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%;padding:15px;margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgba(93,93,93,.95)}.alertify-notifier .ajs-message.ajs-error{background:rgba(217,92,92,.95)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95)}.alertify-notifier .ajs-message .ajs-close{position:absolute;top:0;right:0;width:16px;height:16px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,.5);border-top-right-radius:2px}.alertify-notifier.ajs-top{top:10px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{right:10px}.alertify-notifier.ajs-right .ajs-message{right:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{right:290px}.alertify-notifier.ajs-left{left:10px}.alertify-notifier.ajs-left .ajs-message{left:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{left:0}.alertify-notifier.ajs-center{left:50%}.alertify-notifier.ajs-center .ajs-message{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.alertify-notifier.ajs-center .ajs-message.ajs-visible{left:50%;-webkit-transition-timing-function:cubic-bezier(.57,.43,.1,.65);transition-timing-function:cubic-bezier(.57,.43,.1,.65)}.alertify-notifier.ajs-center.ajs-top .ajs-message{top:-300px}.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible{top:0}.alertify-notifier.ajs-center.ajs-bottom .ajs-message{bottom:-300px}.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible{bottom:0}
