/*!Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission 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.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.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}@-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 rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(.75);transform:scaleX(1.25) scaleY(.75)}40%{-webkit-transform:scaleX(.75) scaleY(1.25);transform:scaleX(.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(.85);transform:scaleX(1.15) scaleY(.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(.75);-ms-transform:scaleX(1.25) scaleY(.75);transform:scaleX(1.25) scaleY(.75)}40%{-webkit-transform:scaleX(.75) scaleY(1.25);-ms-transform:scaleX(.75) scaleY(1.25);transform:scaleX(.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(.85);-ms-transform:scaleX(1.15) scaleY(.85);transform:scaleX(1.15) scaleY(.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-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(.9) rotate(-3deg);transform:scale(.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(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.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}@-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%{opacity:1;-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%{opacity:1;-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 slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{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)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{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)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-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);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}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);-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;opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-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}@-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}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);-ms-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);-ms-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);-ms-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}.nivo-lightbox-overlay{position:fixed;top:0;left:0;z-index:99998;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-overlay.nivo-lightbox-open{visibility:visible;opacity:1}.nivo-lightbox-wrap{position:absolute;top:10%;bottom:10%;left:10%;right:10%}.nivo-lightbox-content{width:100%;height:100%}.nivo-lightbox-title-wrap{position:absolute;bottom:0;left:0;width:100%;z-index:99999;text-align:center}.nivo-lightbox-nav{display:none}.nivo-lightbox-prev{position:absolute;top:50%;left:0}.nivo-lightbox-next{position:absolute;top:50%;right:0}.nivo-lightbox-close{position:absolute;top:2%;right:2%}.nivo-lightbox-image{text-align:center}.nivo-lightbox-image img{max-width:100%;max-height:100%;width:auto;height:auto;vertical-align:middle}.nivo-lightbox-content iframe{width:100%;height:100%}.nivo-lightbox-inline,.nivo-lightbox-ajax{max-height:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-error{display:table;text-align:center;width:100%;height:100%;color:#fff;text-shadow:0 1px 1px #000}.nivo-lightbox-error p{display:table-cell;vertical-align:middle}.nivo-lightbox-notouch .nivo-lightbox-effect-fade,.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,.nivo-lightbox-notouch .nivo-lightbox-effect-fall{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap{-webkit-transition:all .3s;transition:all .3s;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{-webkit-transition:all .3s cubic-bezier(.25,.5,.5,.9);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap{-webkit-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap{-webkit-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall{-webkit-perspective:1000px;perspective:1000px}.nivo-lightbox-effect-fall .nivo-lightbox-wrap{-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateZ(300px);-ms-transform:translateZ(300px);transform:translateZ(300px)}.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.alignnone{margin:0}.aligncenter,div.aligncenter,.aligncenter img{display:block;margin:1em auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}.wp-caption{background-color:transparent;border:1px solid #2b2b2b;padding:5px;max-width:100%;text-align:center}.wp-caption img{display:block;margin:0;max-width:100%;height:auto}.wp-caption-text{font-size:12px;margin:0;padding:5px 0 0}.gallery-caption{display:block}.bypostauthor{display:block}.sticky{display:block}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{color:#bbb;font-size:14px;font-weight:400;font-style:normal;font-family:roboto,Arial,Helvetica,sans-serif;line-height:1.6;background:#1a1a1a;word-wrap:break-word;-ms-word-wrap:break-word;overflow-x:hidden}a{-webkit-transition:.5s;transition:.5s;color:#47a6db;text-decoration:none}a:hover{color:#333;text-decoration:none}a img{border:0}h1,h2,h3,h4,h5,h6{color:#bbb;font-weight:400;font-style:normal;font-family:raleway,Arial,Helvetica,sans-serif;line-height:1.2}h1{font-size:40px}h2{font-size:32px}h3{font-size:24px}h4{font-size:18px}h5{font-size:14px}h6{font-size:12px}img{max-width:100%;height:auto}input[type=text],textarea{border:1px solid #555;background:#fff}blockquote{font-style:italic;border-left:#47a6db;margin-left:30px;margin-right:30px;padding:20px}#wrap{width:100%;margin:0;padding:0}.clearfix{zoom:1}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.tabs .tabs-nav{margin:0;padding:0;overflow:hidden;list-style-type:none}.tabs .tabs-nav li{float:left}.tabs .tabs-nav a{display:block}.tabs .tabs-panel{clear:both;display:none}.tabs .tabs-panel.active{-webkit-animation:fadeIn 1 1s ease;animation:fadeIn 1 1s ease;display:block}.social-icons a{display:inline-block;background-color:#47a6db;color:#ccc;margin-right:10px;-webkit-border-radius:50%;border-radius:50%;font-size:20px;text-shadow:none;color:#111;width:48px;height:48px;line-height:48px;text-align:center}.social-icons a:hover{background-color:#111;color:#fff}.backtotop{position:fixed;bottom:10px;right:10px;z-index:10000;background-color:#bdbdbd;-webkit-border-radius:50%;border-radius:50%;font-size:20px;text-shadow:none;color:#888;width:48px;height:48px;line-height:48px;text-align:center}.backtotop:hover{background-color:#fff;color:#555}.btn-primary{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}.btn-primary:hover{background-color:#333}.btn-secondary{padding:6px 12px;background-color:#333;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}.btn-secondary:hover{background-color:#47a6db}.primary-color{color:#47a6db}#loader{position:fixed;top:0;left:0;height:100%;width:100%;background:#fff;z-index:9999999999;opacity:1}.loader{position:absolute;width:100px;height:100px;margin:0 auto;top:50%;left:0;margin-top:-60px;right:0;background:url(img/page-loader.gif) no-repeat center}.nivo-lightbox-theme-default.nivo-lightbox-overlay{background:#666;background:rgba(0,0,0,.85)}.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background:url(img/loading.gif) no-repeat 50% 50%}.nivo-lightbox-theme-default .nivo-lightbox-nav{top:10%;width:8%;height:80%;text-indent:-9999px;background-repeat:no-repeat;background-position:50% 50%;opacity:.5}.nivo-lightbox-theme-default .nivo-lightbox-nav:hover{opacity:1;background-color:rgba(0,0,0,.5)}.nivo-lightbox-theme-default .nivo-lightbox-prev{-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.nivo-lightbox-theme-default .nivo-lightbox-next{-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.nivo-lightbox-theme-default .nivo-lightbox-close{display:block;width:40px;height:40px;font-size:0;opacity:.5}.nivo-lightbox-theme-default .nivo-lightbox-close:before{content:"\f00d";font-family:FontAwesome;line-height:1;font-size:40px;display:block}.nivo-lightbox-theme-default .nivo-lightbox-close:hover{opacity:1}.nivo-lightbox-theme-default .nivo-lightbox-title-wrap{bottom:-7%}.nivo-lightbox-theme-default .nivo-lightbox-title{font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;-webkit-border-radius:30px;border-radius:30px}.nivo-lightbox-theme-default .nivo-lightbox-image img{background:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4)}.nivo-lightbox-theme-default .nivo-lightbox-ajax,.nivo-lightbox-theme-default .nivo-lightbox-inline{background:#fff;padding:40px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4)}@media(-webkit-min-device-pixel-ratio:1.3),(min--moz-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx){.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background-image:url(img/loading@2x.gif);-webkit-background-size:32px 32px;background-size:32px 32px}}.site-header{-webkit-transition:.4s top ease-in;transition:.4s top ease-in;position:fixed;top:0;width:100%;border-bottom:1px solid #2b2b2b;background-color:rgba(34,34,34,.9);z-index:999}.admin-bar .site-header{top:32px}.page-template-one-page-php .site-header{top:-100px;z-index:-999}.page-template-one-page-php .site-header.minimized{top:0;z-index:999}.page-template-one-page-php.admin-bar .site-header.minimized{top:32px}#scroll-top{opacity:0;-webkit-transition:.4s all ease-in;transition:.4s all ease-in}#scroll-top.show-scroll{opacity:1}.site-branding{float:left}.site-branding .logo{height:70px;display:table-cell;vertical-align:middle}.site-title,.site-description{display:block;margin:0;width:0;height:0;text-indent:-99999px}.navbar-toggle{color:#fff;position:relative;float:right;font-size:30px;line-height:1;margin:0;padding:0;line-height:70px}.navbar-toggle:hover{color:#47a6db}.title-area{text-align:center;padding:90px 0;background-position:center top;background-repeat:no-repeat;background-attachment:fixed}.title-area h1{color:#fff;font-weight:700;text-transform:uppercase;margin:60px 0 0}.nav{margin:0;padding:0}.nav ul{margin:0;padding:0}.nav li{display:inline;float:left}.nav li ul{opacity:0;display:block;visibility:hidden;position:absolute;top:100%;left:0;z-index:999;min-width:150px}.nav li li{display:block;width:100%}.nav li li a{padding:10px;font-weight:400}.nav li li ul{top:-100%;left:100%}.nav li li:hover>ul{top:0}.nav li:hover>ul{opacity:1;top:100%;visibility:visible}.nav a{color:#fff;display:block;padding:5px 10px}.dropdown-menu{-webkit-border-radius:0;border-radius:0;padding:0;border-width:0;background:rgba(0,0,0,.8)}.dropdown-menu>li>a{padding-top:5px;padding-bottom:5px}.primary-nav{float:right}.primary-nav a{color:#fff;font-size:13px;font-weight:700;font-family:raleway,Arial,Helvetica,sans-serif;text-transform:uppercase;padding:24px 20px}.primary-nav .current-menu-item>a,.primary-nav .current_page_item>a{background-color:#47a6db}.primary-nav .nav>li>a{padding:25px 20px}.primary-nav .nav>li>a:hover{background-color:#47a6db}.primary-nav .nav li.menu-item-has-children a:after{content:'';display:inline-block;width:0;height:0;margin-left:5px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.primary-nav .nav li.menu-item-has-children li a:after{display:none}.primary-nav .nav li ul{border-bottom:1px solid #2b2b2b}.primary-nav .nav li ul li{border-left:1px solid #2b2b2b;border-right:1px solid #2b2b2b;background-color:rgba(34,34,34,.9)}.primary-nav .nav li ul li.menu-item-has-children li{border-left:0}.primary-nav .nav li ul li a:hover{background-color:#2b2b2b}.primary-nav .nav li ul .current-menu-item>a,.primary-nav .nav li ul .current_page_item>a{background-color:transparent}.page-template-one-page .primary-nav .current-menu-item>a,.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.page-template-one-page .primary-nav a.current{background-color:#47a6db}.numeric-navigation{text-align:center}.numeric-navigation *:first-child{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.numeric-navigation *:last-child{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.numeric-navigation a,.numeric-navigation span{color:#888;padding:6px 12px;margin:0 0 0 -4px;border:solid 1px #2b2b2b;background:#27282b}.numeric-navigation span{color:#fff;background-color:#222}.numeric-navigation a:hover,.numeric-navigation span:hover{color:#47a6db}.post-navigation .nav-previous,.post-navigation .nav-next{display:inline-block}.post-navigation .nav-previous a,.post-navigation .nav-next a{font-size:20px;width:35px;height:35px;line-height:35px;text-align:center;display:inline-block;border:1px solid #2b2b2b;margin-left:10px}.site-content{padding:0 90px}.site-main>article{margin:0 0 60px}h2.entry-title{font-size:24px;margin:0 0 10px}.entry-header{position:relative}.entry-header .entry-format{display:block;margin-bottom:20px}.entry-header .entry-date{position:absolute;left:0;top:0;width:60px;border-right:1px solid #888;text-align:center}.entry-header .entry-date span{display:block;font-size:36px;color:#fff;line-height:1;text-transform:uppercase}.entry-header .entry-date .entry-day{line-height:.7;margin-bottom:5px}.entry-header .entry-date .entry-month{font-size:20px}.sticky .entry-header .entry-date{border-color:#47a6db}.sticky .entry-header .entry-date span{color:#47a6db}.entry-content{overflow:hidden}.entry-summary,.entry-content,.entry-header,.comments-area{padding-left:80px}.entry-footer{margin-left:80px}.hide-singular-title .entry-summary,.hide-singular-title .entry-content,.hide-singular-title .comments-area{padding-left:0}.hide-singular-title .entry-footer{margin-left:0}.page .entry-summary,.search .entry-summary,.portfolio_project .entry-summary,.page .entry-content,.search .entry-content,.portfolio_project .entry-content,.page .entry-header,.search .entry-header,.portfolio_project .entry-header,.page .comments-area,.search .comments-area,.portfolio_project .comments-area{padding-left:0}.page .entry-footer,.search .entry-footer,.portfolio_project .entry-footer{margin-left:0}.search .entry-header .entry-date{display:none}.entry-summary table,.entry-content table{text-align:left;width:100%}.entry-footer{font-size:11px;padding:10px 0;margin-top:20px;border-top:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b}.entry-footer span{margin-right:25px}.entry-footer i{margin-right:5px}.entry-footer a{color:#888}.entry-footer a:hover{text-decoration:underline}.entry-format img{display:block}.entry-format iframe{width:100%}.entry-format blockquote,.entry-format .link-block{color:#fff;font-size:24px;font-style:normal;font-weight:300;font-family:raleway,Arial,Helvetica,sans-serif;position:relative;display:block;margin:0;padding:30px 30px 30px 80px;background-color:#27282b;line-height:1.1}.entry-format blockquote:before,.entry-format .link-block:before{position:absolute;left:30px;top:33px;color:#fff}.entry-format blockquote:before{font-family:FontAwesome;content:"\f10d"}.entry-format blockquote cite{font-style:italic;font-size:14px;display:block;margin-top:10px}.entry-format .link-block:before{font-family:FontAwesome;content:"\f0c1";-webkit-transition:.3s;transition:.3s}.entry-format .link-block:hover{background-color:#47a6db}.entry-format .link-block:hover:before{color:#fff}.page-header{margin:0;border:0}.page-header .page-title{padding:0;margin:0 0 60px;font-size:36px}.content-area .post-navigation{float:right}.content-area code,.content-area pre{background-color:transparent}.content-area pre{color:#ccc;border:1px solid #2b2b2b}.comments-area{clear:both}.comments-area .comment-form{margin-left:-15px;margin-right:-15px}.comments-area .logged-in-as{margin-left:15px;margin-right:15px}.comments-area .comment-reply-title{text-transform:uppercase;color:#fff;font-size:14px;font-weight:700;margin-bottom:20px}.comments-area .comment-notes,.comments-area .form-allowed-tags{display:none}.comments-area input,.comments-area textarea{border:1px solid #555;width:100%;margin-bottom:20px;padding:5px;background-color:transparent;color:#fff;font-weight:400;-webkit-border-radius:4px;border-radius:4px;font-size:14px}.comments-area .submit{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0;width:auto;margin-right:15px;margin-left:15px}.comments-area .submit:hover{background-color:#333}.comments-area .submit:hover{background-color:#333}.comments-area .comments-title{padding-bottom:25px;text-transform:uppercase;color:#fff;font-size:14px;font-weight:700}.comments-area .comment-list{list-style:none;margin:0;padding:0;float:left}.comments-area .comment-list .comment{float:left;clear:both;width:100%}.comments-area .comment-list .comment article{padding:15px 0}.comments-area .comment-list .comment .children{float:left;margin-left:95px;padding:0;list-style:none}.comments-area .comment-list .comment:last-child{margin-bottom:0}.comments-area .comment-list .comment-author{padding-right:15px;float:left}.comments-area .comment-list .comment-author .avatar{width:80px;height:80px}.comments-area .comment-list .comment-meta{padding-left:95px;padding-top:5px}.comments-area .comment-list .comment-meta .author-name{color:#47a6db;padding-right:15px;font-style:normal;display:block;font-size:15px}.comments-area .comment-list .comment-meta .author-name a:hover{color:#fff}.comments-area .comment-list .comment-meta .comment-reply-link{float:right}.comments-area .comment-list .comment-meta .comment-edit-link{float:right;margin-right:20px}.comments-area .comment-list .comment-meta .author-posted{font-family:raleway,Arial,Helvetica,sans-serif;font-style:italic;font-size:11px;color:#999}.comments-area .comment-list .comment-meta .author-posted:hover{color:#47a6db}.comments-area .numeric-navigation{clear:both;padding-top:30px}.comments-area .comment-respond{margin-top:50px}.comments-area .comment-content{word-break:break-all}.comments-area .comment-awaiting-moderation{display:block}.post-password-form input[type=password]{background-color:transparent;border:1px solid #2b2b2b;padding:4px 5px;color:#fff}.post-password-form input[type=submit]{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}.post-password-form input[type=submit]:hover{background-color:#333}.sidebar-content .content-area{float:right}.flexslider .owl-carousel{overflow:hidden}.flexslider .owl-carousel:hover .owl-buttons .owl-prev{opacity:.7;left:10px}.flexslider .owl-carousel:hover .owl-buttons .owl-prev:hover{opacity:1}.flexslider .owl-carousel:hover .owl-buttons .owl-next{opacity:.7;right:10px}.flexslider .owl-carousel:hover .owl-buttons .owl-next:hover{opacity:1}.flexslider .owl-controls .owl-buttons div{background-color:#000}.flexslider .owl-controls .owl-buttons div:hover{background-color:#000}.widget{margin-bottom:60px}.widget .widget-title{text-transform:uppercase;color:#fff;font-size:14px;font-weight:700;margin-bottom:25px}.widget ul{margin:0;padding:0}.widget ul li{list-style:none}.widget table,.widget select{width:100%}.widget select{border:1px solid #2b2b2b;height:30px;background-color:transparent}.widget select option{color:#555}.widget table{text-align:left;width:100%}.widget table caption{border:1px solid #2b2b2b;border-bottom-width:0;text-align:center}.widget table tr{border:1px solid #2b2b2b;border-bottom-width:0;padding:3px 0}.widget table tr td,.widget table tr th{padding:0 5px;border-bottom:1px solid #2b2b2b;border-left:1px solid #2b2b2b}.widget_calendar{line-height:26px}.widget_categories li,.widget_recent_comments li,.widget_rss li,.widget_pages li,.widget_archive li,.widget_nav_menu li,.widget_recent_entries li,.widget_meta li{border-bottom:solid 1px #2b2b2b;padding:8px 0}.widget_categories .children,.widget_recent_comments .children,.widget_rss .children,.widget_pages .children,.widget_archive .children,.widget_nav_menu .children,.widget_recent_entries .children,.widget_meta .children{border-top:1px solid #2b2b2b;margin-top:10px}.widget_categories .children li a,.widget_recent_comments .children li a,.widget_rss .children li a,.widget_pages .children li a,.widget_archive .children li a,.widget_nav_menu .children li a,.widget_recent_entries .children li a,.widget_meta .children li a{padding-left:10px}.widget_categories .children li .children li a,.widget_recent_comments .children li .children li a,.widget_rss .children li .children li a,.widget_pages .children li .children li a,.widget_archive .children li .children li a,.widget_nav_menu .children li .children li a,.widget_recent_entries .children li .children li a,.widget_meta .children li .children li a{padding-left:20px}.widget_categories .children li .children li:last-child,.widget_recent_comments .children li .children li:last-child,.widget_rss .children li .children li:last-child,.widget_pages .children li .children li:last-child,.widget_archive .children li .children li:last-child,.widget_nav_menu .children li .children li:last-child,.widget_recent_entries .children li .children li:last-child,.widget_meta .children li .children li:last-child{padding-bottom:0;border-bottom:0}.widget_categories .children li .children .children li a,.widget_recent_comments .children li .children .children li a,.widget_rss .children li .children .children li a,.widget_pages .children li .children .children li a,.widget_archive .children li .children .children li a,.widget_nav_menu .children li .children .children li a,.widget_recent_entries .children li .children .children li a,.widget_meta .children li .children .children li a{padding-left:30px}.widget_categories .children li .children .children li:last-child,.widget_recent_comments .children li .children .children li:last-child,.widget_rss .children li .children .children li:last-child,.widget_pages .children li .children .children li:last-child,.widget_archive .children li .children .children li:last-child,.widget_nav_menu .children li .children .children li:last-child,.widget_recent_entries .children li .children .children li:last-child,.widget_meta .children li .children .children li:last-child{padding-bottom:0;border-bottom:0}.widget_categories .children li:last-child,.widget_recent_comments .children li:last-child,.widget_rss .children li:last-child,.widget_pages .children li:last-child,.widget_archive .children li:last-child,.widget_nav_menu .children li:last-child,.widget_recent_entries .children li:last-child,.widget_meta .children li:last-child{padding-bottom:0;border-bottom:0}.widget_tag_cloud a{padding:5px 8px;margin:0 3px 6px 0;display:inline-block;font-size:11px!important;color:#888;font-weight:400;background-color:transparent;border:1px solid #2b2b2b}.widget_tag_cloud a:hover{color:#fff;border:1px solid #fff}.tabs-widget .tabs-nav li{margin-right:5px;border-bottom:0;padding-bottom:0}.tabs-widget .tabs-nav li:before{display:none}.tabs-widget .tabs-nav li a{background:#222;border:1px solid #2b2b2b;color:#646464;padding:8px 16px}.tabs-widget .tabs-nav li a.active{color:#fff;background:#27282b}.tabs-widget .tabs-panel{margin-top:-1px;border:1px solid #2b2b2b;background:#27282b;padding:15px 20px 20px}.tabs-widget .tab-comments .comment{border-bottom:solid 1px #2b2b2b;padding:10px 0;overflow:hidden}.tabs-widget .tab-comments .comment-summary{font-style:italic;margin-bottom:5px}.recent-post,.popular-post{border-bottom:solid 1px #2b2b2b;padding:10px 0;overflow:hidden}.recent-post:last-child,.popular-post:last-child{border-bottom:0;padding-bottom:0}.recent-post .widget-thumb,.popular-post .widget-thumb{text-align:center;width:100%;display:inline-block}.recent-post .post-text,.popular-post .post-text{margin-top:10px}.recent-post .post-text .post-title,.popular-post .post-text .post-title{display:block}.recent-post .post-text .post-date,.popular-post .post-text .post-date{font-size:12px}.recent-post .post-text .post-comments,.popular-post .post-text .post-comments{font-size:12px;padding:0 13px}.recent-post .post-text .read-more,.popular-post .post-text .read-more{float:right;font-size:12px;line-height:2}.recent-post.thumb-left .widget-thumb,.popular-post.thumb-left .widget-thumb{float:left;width:auto;margin-right:10px}.recent-post.thumb-left .post-text,.popular-post.thumb-left .post-text{margin-top:0}.search-form{position:relative}.search-form:before{content:'\f002';font-family:FontAwesome;color:#47a6db;position:absolute;top:0;right:0;font-size:14px;width:33px;height:33px;line-height:33px;text-align:center;cursor:pointer}.search-form .screen-reader-text{display:none}.search-form label{width:100%}.search-form .search-field{border:1px solid #2b2b2b;padding:5px;color:#fff;width:100%;background-color:transparent;font-weight:400}.search-form ::-webkit-input-placeholder{color:#ccc}.search-form :-moz-placeholder{color:#ccc}.search-form ::-moz-placeholder{color:#ccc}.search-form :-ms-input-placeholder{color:#ccc}.search-form .search-submit{width:40px;height:40px;background:0 0;position:absolute;top:0;right:0;border:0;text-indent:-9999px}.site-footer{background:#222;color:#ccc;padding:80px 0}.site-footer .site-info{text-align:center}.site-footer .site-info .social-icons{margin-bottom:40px}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-controls{text-align:center}.owl-controls .owl-buttons div{margin-top:-35px;height:50px;width:50px;display:inline-block;position:absolute;top:50%;z-index:999;text-align:center;line-height:50px;color:#fff;font-size:26px;background-color:#47a6db;-webkit-transition:.5s;transition:.5s}.owl-controls .owl-buttons div:hover{background-color:#333}.owl-controls .owl-prev{left:-60px}.owl-controls .owl-next{right:-60px}.owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-controls .owl-page span{display:block;width:8px;height:8px;margin:0 7px;-webkit-border-radius:20px;border-radius:20px;background-color:transparent;border:1px solid #fff}.owl-controls .owl-page.active span,.owl-controls.clickable .owl-page:hover span{background-color:#fff}.owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;border-radius:30px}.portfolio-filter{margin-top:0;margin-bottom:50px}.portfolio-filter a{font-size:12px;color:#fff;position:relative;margin:0;padding:7px 25px;-webkit-transition:.5s;transition:.5s}.portfolio-filter a:last-child:after,.portfolio-filter a.active:after,.portfolio-filter a:hover:after{background-color:transparent}.portfolio-filter a.active,.portfolio-filter a:hover{background-color:#47a6db;color:#fff;border-color:transparent}.portfolio-showcase{padding:0}.portfolio-showcase .portfolio_project .portfolio-detail:before{display:block;position:absolute;text-align:center;background-color:#47a6db;opacity:.9;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;content:"";bottom:0;left:0;right:0;width:100%;height:0}.portfolio-showcase .portfolio_project .portfolio-detail h3{font-family:raleway,Arial,Helvetica,sans-serif;font-size:18px;text-transform:none}.portfolio-showcase .portfolio_project .portfolio-detail .portfolio-cats a{text-transform:none;font-size:13px}.portfolio-showcase .portfolio_project .portfolio-detail .portfolio-cats a:hover{color:#fff}.portfolio-showcase .portfolio_project .portfolio-detail .view-portfolio-detail,.portfolio-showcase .portfolio_project .portfolio-detail .view-portfolio-image{-webkit-transition:all .5s;transition:all .5s;-webkit-border-radius:50%;border-radius:50%;position:absolute;left:50%;top:inherit;width:40px;height:40px;opacity:0;text-align:center;text-indent:0;color:#fff;font-size:0;background:rgba(0,0,0,.4)}.portfolio-showcase .portfolio_project .portfolio-detail .view-portfolio-detail:before,.portfolio-showcase .portfolio_project .portfolio-detail .view-portfolio-image:before{font-family:FontAwesome;font-size:20px;line-height:40px;background-color:transparent}.portfolio-showcase .portfolio_project .portfolio-detail .view-portfolio-image{margin-left:-40px}.portfolio-showcase .portfolio_project .portfolio-detail .view-portfolio-image:before{content:"\f002"}.portfolio-showcase .portfolio_project .portfolio-detail .view-portfolio-detail{margin-left:10px}.portfolio-showcase .portfolio_project .portfolio-detail .view-portfolio-detail:before{content:"\f0c1"}.portfolio-showcase .portfolio_project .portfolio-detail:hover:before{height:100%}.portfolio-showcase .portfolio_project .portfolio-detail:hover h3{bottom:inherit;top:35%;margin-top:40px}.portfolio-showcase .portfolio_project .portfolio-detail:hover .portfolio-cats{bottom:inherit;top:35%;margin-top:65px}.portfolio-showcase .portfolio_project .portfolio-detail:hover .view-portfolio-detail,.portfolio-showcase .portfolio_project .portfolio-detail:hover .view-portfolio-image{top:30%;opacity:1}.portfolio-slider{margin-top:50px}.portfolio-slider .flex-control-paging{position:inherit;bottom:0;margin-top:40px}.portfolio-slider .flex-control-paging li a{background-color:transparent;border:1px solid #fff}.portfolio-slider .flex-control-paging li a.flex-active{background-color:#fff;border-color:#fff}.portfolio-slider .flex-direction-nav{display:none}.portfolio-description{margin-top:50px}.portfolio-description .portfolio-title{font-size:15px;font-weight:700;text-transform:uppercase}.portfolio-description .portfolio-item{border-bottom:1px solid #2b2b2b;padding:13px 0}.portfolio-description .portfolio-item:last-child{border:0}.portfolio-description .portfolio-item span{text-transform:uppercase;font-weight:400;width:80px;display:inline-block}.portfolio-description .portfolio-item a{color:#bbb}.portfolio-footer{border-bottom:0;overflow:hidden;padding:20px 0}.wpb_call_to_action{background-color:#27282b;border-color:#2b2b2b;padding:25px}.wpb_call_to_action .wpb_call_text{font-size:20px;font-weight:500;margin-top:10px;color:#fff}.wpb_call_to_action .wpb_button{padding:10px 16px;-webkit-border-radius:6px;border-radius:6px;font-size:18px;-webkit-transition:.5s;transition:.5s}.wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#47a6db}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section{margin-bottom:5px}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{background-color:#222;border:1px solid #2b2b2b;margin:0}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon{display:none}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{color:#fff;font-size:16px}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content{border-top:0;font-size:13.5px;background-color:#27282b;color:#ccc}.wpb_tabs .wpb_wrapper{background-color:transparent!important}.wpb_tabs .wpb_wrapper .wpb_tabs_nav li{background-color:#222;border:1px solid #2b2b2b;margin-right:5px}.wpb_tabs .wpb_wrapper .wpb_tabs_nav li a{padding:8px 16px;color:#646464;font-weight:700}.wpb_tabs .wpb_wrapper .wpb_tabs_nav li.ui-state-active,.wpb_tabs .wpb_wrapper .wpb_tabs_nav li.ui-tabs-active{border-bottom:1px solid #27282b;background-color:#27282b}.wpb_tabs .wpb_wrapper .wpb_tabs_nav li.ui-state-active a,.wpb_tabs .wpb_wrapper .wpb_tabs_nav li.ui-tabs-active a{color:#fff}.wpb_tabs .wpb_wrapper .wpb_tab{margin-top:-1px;border:1px solid #2b2b2b;background-color:#27282b!important;color:#ccc}.wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element{font-size:14px}.wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{display:inline-block;font-size:48px;float:left;margin:10px 15px 15px 0;color:#fff;padding:0 10px;background-color:#47a6db}.testimonial-list .testi-item{margin-bottom:40px;position:relative}.testimonial-list .testi-star{display:none}.testimonial-list.testimonial-medium{color:#ccc;margin:0 -15px}.testimonial-list.testimonial-medium .testi-item{padding-left:15px;padding-right:15px}.testimonial-list.testimonial-medium .testi-desc{padding:20px 30px 30px;background-color:#27282b;-webkit-border-radius:8px;border-radius:8px;line-height:1.6em;font-weight:500;font-style:italic;min-height:160px}.testimonial-list.testimonial-medium .testi-author{margin:-10px 0 0 20px}.testimonial-list.testimonial-medium .testi-author .testi-pic{-webkit-border-radius:50%;border-radius:50%;float:left;margin-right:15px}.testimonial-list.testimonial-medium .testi-author .testi-company{padding-top:20px}.testimonial-list.testimonial-medium .owl-controls .owl-buttons div{margin-top:-40px}.testimonial-list.testimonial-short{text-align:center}.testimonial-list.testimonial-short .testi-desc{text-transform:uppercase;color:#fff;font-size:32px;font-family:raleway,Arial,Helvetica,sans-serif;font-weight:600;line-height:1.2em}.testimonial-list.testimonial-short .testi-author .testi-pic{display:none}.testimonial-list.testimonial-short .testi-author .testi-company{font-size:14px;font-family:raleway,Arial,Helvetica,sans-serif;text-transform:uppercase;color:#fff;margin-top:10px}.testimonial-list.testimonial-short .testi-author .testi-company strong{font-weight:400}.testimonial-list.testimonial-short .testi-author .testi-company span{display:none}.testimonial-list.testimonial-full .testi-item{margin-bottom:60px;min-height:120px}.testimonial-list.testimonial-full .testi-author .testi-pic{position:absolute;left:0;top:0;width:120px;height:120px;-webkit-border-radius:50%;border-radius:50%}.testimonial-list.testimonial-full .testi-author .testi-company{padding-left:140px;font-size:14px;font-family:raleway,Arial,Helvetica,sans-serif;color:#fff;margin-top:10px}.testimonial-list.testimonial-full .testi-author .testi-company span{display:none}.testimonial-list.testimonial-full.row .testi-author .testi-pic{left:15px}.testimonial-list.testimonial-full .testi-star{padding-left:140px;margin-bottom:10px;color:#47a6db;display:block}.testimonial-list.testimonial-full .testi-star i{margin-right:10px}.testimonial-list.testimonial-full .testi-desc{padding-left:140px;font-style:italic}.ta-team-shortcode .team_member{width:100%}.ta-team-shortcode .team_member:hover .team-member-image .team-member-socials{top:-100px}.ta-team-shortcode .team_member:hover .team-member-image .view-member-detail{margin-top:0;z-index:10}.ta-team-shortcode .team_member .team-member-image{margin-bottom:10px}.ta-team-shortcode .team_member .team-member-image .team-member-socials,.ta-team-shortcode .team_member .team-member-image .team-member-info{top:-100px;bottom:inherit}.ta-team-shortcode .team_member .team-member-image .team-member-socials a,.ta-team-shortcode .team_member .team-member-image .team-member-info a{background-color:#111;border-color:#111;width:24px;height:24px;line-height:24px;font-size:12px;margin:0}.ta-team-shortcode .team_member .team-member-image .team-member-socials a:hover,.ta-team-shortcode .team_member .team-member-image .team-member-info a:hover{border-color:transparent}.ta-team-shortcode .team_member .team-member-image:hover:before{background-color:#47a6db}.ta-team-shortcode .team_member .team-member-image:hover .team-member-socials,.ta-team-shortcode .team_member .team-member-image:hover .team-member-info{top:35%}.ta-team-shortcode .team_member .team-member-name{font-size:14px;font-weight:700;color:#fff}.ta-team-shortcode .team_member .team-member-job{font-style:italic;color:#bbb}.ta-team-shortcode .team_member .team-member-bio{margin-top:10px}.ta-team-shortcode .team_member .owl-controls .owl-buttons div{top:35%}.wpb_alert .messagebox_text{background:0 0;padding-left:0}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.vc_btn_md{padding:6px 12px}.btn-primary{background-color:#47a6db;color:#fff!important;border-color:#47a6db}.btn-primary:hover{background-color:#333}.vc_progress_bar .vc_single_bar{min-height:20px}.table-bordered,.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #2b2b2b}table{max-width:100%;background-color:transparent}.section-title{margin-bottom:40px}.section-title h2{color:#fff;font-size:40px;text-transform:uppercase;font-weight:700;letter-spacing:5px;margin-top:0}.section-title h2:after{content:"";display:block;margin:20px auto 40px;width:100px;height:2px;background-color:#47a6db}.section-title.s-border h2{border:solid 2px #fff;display:inline-block;padding:5px 10px;font-size:30px;text-transform:uppercase;font-weight:500;letter-spacing:0}.section-title.s-border h2:after{display:none}.image-box{margin-bottom:15px}.image-box:last-child{margin-bottom:0}.image-box img{margin-bottom:10px}.image-box .image-box-title{line-height:normal;margin-bottom:5px;font-size:20px;font-weight:700;color:#fff;display:inline-block;font-family:raleway,Arial,Helvetica,sans-serif}.image-box a.image-box-title:hover{color:#47a6db}.image-box.image-top{text-align:center}.image-box.image-top .image-box-title{display:block}.image-box.image-left{overflow:hidden}.image-box.image-left img{float:left;width:80px}.image-box.image-left .image-box-title{font-weight:500}.image-box.image-left .image-box-title,.image-box.image-left .image-box-content{padding-left:100px;display:block}.image-box.image-right{overflow:hidden}.image-box.image-right img{float:right;width:80px}.image-box.image-right .image-box-title{font-weight:500}.image-box.image-right .image-box-title,.image-box.image-right .image-box-content{padding-right:100px;display:block;text-align:right}.icon-box{margin-bottom:30px}.icon-box.bg-color{padding:30px}.icon-box:last-child{margin-bottom:0}.icon-box .b-icon{color:#47a6db;font-size:26px}.icon-box .box-title{font-size:20px;color:#fff;font-weight:500;margin:0 0 5px;display:block}.icon-box.icon-left .b-icon{float:left;margin-top:5px}.icon-box.icon-left .box-title,.icon-box.icon-left .box-content{padding-left:48px}.icon-box.icon-right .b-icon{float:right;margin-top:5px}.icon-box.icon-right .box-title,.icon-box.icon-right .box-content{padding-right:48px;text-align:right}.icon-box.icon-top{text-align:center}.icon-box.icon-top .b-icon{display:inline-block;margin-bottom:20px}.icon-box.border-circle .b-icon{-webkit-border-radius:50%;border-radius:50%;border:2px solid #47a6db;padding:16px;text-align:center;width:60px;height:60px}.icon-box.border-circle.icon-left .box-title,.icon-box.border-circle.icon-left .box-content{padding-left:75px}.icon-box.border-circle.icon-right .box-title,.icon-box.border-circle.icon-right .box-content{padding-right:75px}.icon-box:hover{background-color:transparent!important}.icon-box:hover .b-icon{color:#fff;border-color:#fff}.icon-box:hover a.box-title{color:#47a6db}.icon-box.icon-box-address{font-family:raleway,Arial,Helvetica,sans-serif;border:1px solid #555;padding:10.5px;margin-bottom:20px}.icon-box.icon-box-address .box-title{font-size:18px;margin-bottom:0;padding-left:40px;font-weight:400;color:#ccc}.icon-box.icon-box-address .b-icon{margin-top:0}.pricing-item{-webkit-box-shadow:1px 1px 20px rgba(0,0,0,.2);box-shadow:1px 1px 20px rgba(0,0,0,.2);text-align:center}.pricing-item .pricing-title{background-color:#2b2b2b;padding:10px 0;font-size:22px;color:#fff;font-weight:400;font-family:raleway,Arial,Helvetica,sans-serif}.pricing-item .pricing-info{background-color:#222;list-style:none;padding:10px 0}.pricing-item .pricing-info .p-price{font-size:48px;margin-bottom:5px;font-weight:600;color:#fff;font-family:raleway,Arial,Helvetica,sans-serif}.pricing-item .pricing-info .p-duration{display:block;font-weight:600;color:#47a6db}.pricing-item .pricing-desc{background-color:#222}.pricing-item .pricing-desc ul{margin:0;padding:0}.pricing-item .pricing-desc ul li{list-style:none;background-color:#2b2b2b;padding:13px 0}.pricing-item .pricing-desc ul li.deco{background-color:#252525}.pricing-item .pricing-desc .pricing-blink{margin:15px 0;display:inline-block}.pricing-item.pricing-feature{margin-top:-10px}.images-owl-carousel .owl-controls .owl-buttons div{width:30px;height:30px;font-size:16px;-webkit-border-radius:50%;border-radius:50%;margin-top:-15px;line-height:30px}.images-owl-carousel .owl-item{text-align:center}.images-owl-carousel .owl-controls .owl-prev{left:-30px}.images-owl-carousel .owl-controls .owl-next{right:-30px}.wpcf7-form .wpcf7-response-output{color:#398f14;margin:10px 0 0;border:0;padding:0}.wpcf7-form .wpcf7-not-valid-tip{display:none}.wpcf7-form .wpcf7-validation-errors{color:red;clear:both}.wpcf7-form p{margin:0}.wpcf7-form .wpcf7-form-control.wpcf7-submit{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.wpcf7-form .wpcf7-form-control-wrap{padding:0;text-indent:0;display:block}.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control{border:1px solid #555;width:100%;margin-bottom:20px;padding:5px;background-color:transparent;color:#fff;font-weight:400;-webkit-border-radius:4px;border-radius:4px;font-size:15px}.wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea{height:98px;line-height:1}.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid{border:1px solid red}.wpcf7-form .wpcf7-form-control-wrap ::-webkit-input-placeholder{color:#ccc}.wpcf7-form .wpcf7-form-control-wrap :-moz-placeholder{color:#ccc}.wpcf7-form .wpcf7-form-control-wrap ::-moz-placeholder{color:#ccc}.wpcf7-form .wpcf7-form-control-wrap :-ms-input-placeholder{color:#ccc}.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths{position:relative;min-height:1px;padding:0;width:20%;float:left}.vc_row.vc_row-fluid{margin-bottom:0;margin-left:0;margin-right:0}.vc_row.vc_row-fluid .vc_row-fluid{margin-left:-15px;margin-right:-15px}.vc_row .container-fluid{padding-left:0;padding-right:0}.vc_row .container-fluid>.vc_col-sm-12{padding-left:0;padding-right:0}.vc_row.overlay-enable{position:relative}.vc_row.video-bg-enable{position:relative;background-image:none!important;background-color:transparent!important}.vc_row.video-bg-enable .ytvideo-bg{position:absolute;z-index:-2}.vc_row.video-bg-enable .overlay{position:fixed}.vc_row .toggle-sound{position:absolute;bottom:50px;right:20px;width:50px;height:50px;text-align:center;font-size:40px;z-index:99;cursor:pointer}.vc_row .particles{width:100%;height:100%;overflow:hidden;position:relative}.vc_row .particles .pg-canvas{position:absolute;left:0;right:0;top:0;overflow:hidden}.vc_row .overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.vc_row .full-slider-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2}.vc_row.full-video-bg .ytvideo-bg{position:fixed;z-index:-3}.vc_row.full-video-bg .mobile-video-bg{position:fixed}.vc_row .mobile-video-bg{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-2}.parallax{z-index:1;position:relative;background-position:center center;-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.section-home{height:100%;overflow:hidden}.section-plans{background-color:#2079ab}.section-testimonials-short{background-color:#116493}.wpb_content_element{margin-bottom:0}.whmcs-widget .widget{list-style:none}.whmcs-widget .widget:first-child{margin-top:15px}.whmcs-widget .widget .widgettitle{text-transform:uppercase;color:#fff;font-size:14px;font-weight:700;margin-bottom:25px;margin-top:0}.whmcs-widget .widget p{margin:20px 0 0}.whmcs-widget .widget ul li{border-bottom:solid 1px #2b2b2b;padding:8px 0}.whmcs-widget .widget ul li .absmiddle{margin-right:10px}.whmcs-widget .widget form{margin-top:40px}.whmcs-widget .widget input[type=text],.whmcs-widget .widget input[type=password]{width:100%;border:solid 1px #2b2b2b;background-color:transparent;padding:5px 10px}.whmcs-widget .widget input[type=submit]{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}.whmcs-widget .widget input[type=submit]:hover{background-color:#333}.whmcs-widget .widget input[type=submit].search-submit{background-color:transparent}.whmcs-widget .widget select[name=searchin]{margin:20px 0}#top_menu{background-color:#27282b;border:1px solid #2b2b2b}#bridge{padding-right:30px;color:#ccc}#bridge p.breadcrumb{background-color:#27282b;border:1px solid #2b2b2b}#bridge a,#bridge a:visited{color:#47a6db;text-decoration:none}#bridge table td{padding-bottom:20px;background-color:transparent;border-color:transparent}#bridge table td a img{max-width:inherit;margin-right:20px}#bridge table td .fieldarea{padding-right:15px;text-align:right}#bridge table.frame{border-color:transparent}#bridge table.frame table td.fieldarea{color:#ccc}#bridge table.frame table td,#bridge table.frame table td.fieldarea{background-color:transparent;border-color:transparent}#bridge #order-modern .product,#bridge #domainresults{background-color:transparent;border-color:transparent}#bridge #order-modern #categories{background-color:#27282b;border:1px solid #2b2b2b}#bridge #order-modern #categories a{color:#47a6db}#bridge #order-modern #categories a:hover{color:#333}#bridge table,#bridge table.cart,#bridge table.data,#bridge table.configtable{background-color:transparent!important}#bridge table caption,#bridge table.cart caption,#bridge table.data caption,#bridge table.configtable caption{border:1px solid #2b2b2b;border-bottom-width:0;text-align:center}#bridge table tr,#bridge table.cart tr,#bridge table.data tr,#bridge table.configtable tr{border:1px solid #2b2b2b!important;padding:3px 0}#bridge table tr td,#bridge table.cart tr td,#bridge table.data tr td,#bridge table.configtable tr td,#bridge table tr th,#bridge table.cart tr th,#bridge table.data tr th,#bridge table.configtable tr th{background-color:transparent;padding:5px;border:0!important;border-bottom:1px solid #2b2b2b!important;border-left:1px solid #2b2b2b!important;color:#ccc}#bridge table tr.total td,#bridge table.cart tr.total td,#bridge table.data tr.total td,#bridge table.configtable tr.total td{color:#47a6db;background-color:transparent}#bridge table tr.total:hover td,#bridge table.cart tr.total:hover td,#bridge table.data tr.total:hover td,#bridge table.configtable tr.total:hover td{background-color:transparent}#bridge table tr.subtotal td,#bridge table.cart tr.subtotal td,#bridge table.data tr.subtotal td,#bridge table.configtable tr.subtotal td{background-color:transparent;border-color:#2b2b2b}#bridge table tr.subtotal:hover td,#bridge table.cart tr.subtotal:hover td,#bridge table.data tr.subtotal:hover td,#bridge table.configtable tr.subtotal:hover td{background-color:transparent}#bridge table tr:hover td,#bridge table.cart tr:hover td,#bridge table.data tr:hover td,#bridge table.configtable tr:hover td{background-color:transparent}#bridge table.frame tbody>tr{border:0!important}#bridge table.frame tbody>tr>td,#bridge table.frame tbody>tr>tr{border:0!important}#bridge .clientareatableactive{background-color:transparent}#bridge #order-modern .cartbuttons{margin:0;padding:10px 50px 0 0;text-align:right;width:100%}#bridge #order-modern .cartwarningbox{background-color:#fcf8e3;border:1px solid #faebcc;color:#8a6d3b}#bridge #order-modern #domainconfig{border:solid 1px #2b2b2b;margin-bottom:15px}#bridge input[type=text],#bridge input[type=password],#bridge textarea{border:solid 1px #2b2b2b;background-color:transparent;padding:5px 10px;color:#fff}#bridge input[type=submit],#bridge input[type=button]{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}#bridge input[type=submit]:hover,#bridge input[type=button]:hover{background-color:#333}#bridge input[type=reset]{padding:6px 12px;background-color:#333;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}#bridge input[type=reset]:hover{background-color:#47a6db}#bridge .errorbox{color:#a94442;background-color:#f2dede;padding:10px 20px;margin:0 0 10px;text-align:left;border:0;width:100%}#bridge select{background-color:transparent;border-color:#2b2b2b;height:30px;line-height:30px;color:#ccc}#bridge select option{color:#555}#bridge #languagefrm select{margin-left:10px}#bridge #pwstrengthneg{background-color:transparent!important;border-color:#2b2b2b!important}#bridge #pwstrengthneg,#bridge #pwstrengthpos{border-color:#2b2b2b!important}#bridge #order-modern table.cart tr.recurring td{background-color:transparent;border-color:#2b2b2b}#bridge #order-modern .signuptype{border-color:#2b2b2b;color:#555}#bridge #order-modern .signuptype.active{background-color:#27282b;color:#555}#bridge #order-modern .signupfields{border-color:#2b2b2b}#bridge #order-modern #signupfrm,#bridge #order-modern #domaincontactfields{border-color:transparent}#bridge #invoicetoptables tr,#bridge #invoiceitemstable tr{background-color:transparent!important}body.page-template-template-whmcs-php{padding-top:0;background-color:#1a1a1a;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px}body.page-template-template-whmcs-php .container,body.page-template-template-whmcs-php .navbar-fixed-top .container,body.page-template-template-whmcs-php .navbar-fixed-bottom .container{width:1170px}body.page-template-template-whmcs-php .container .container,body.page-template-template-whmcs-php .navbar-fixed-top .container .container,body.page-template-template-whmcs-php .navbar-fixed-bottom .container .container{width:100%}body.page-template-template-whmcs-php .nav{margin-bottom:0}body.page-template-template-whmcs-php .nav .navbar-inner{width:100%}body.page-template-template-whmcs-php .nav .dropdown-menu{background-color:#27282b}body.page-template-template-whmcs-php ul.navbar-nav li ul li a:hover{background-color:transparent!important;color:#ccc!important}body.page-template-template-whmcs-php .nav .nav-divider{background-color:transparent}body.page-template-template-whmcs-php .primary-nav .nav>li>a{padding:25px 20px!important;font-weight:700}body.page-template-template-whmcs-php .primary-nav .nav>li>a:hover{color:#fff}body.page-template-template-whmcs-php .site-content{color:#ccc}body.page-template-template-whmcs-php .site-content a{color:#47a6db}body.page-template-template-whmcs-php .site-content a:hover{color:#666}body.page-template-template-whmcs-php .site-content #thetopbar{position:static;background-color:#27282b;border-color:#27282b;margin-bottom:10px;-webkit-border-radius:5px;border-radius:5px}body.page-template-template-whmcs-php .site-content .navbar-main{background-color:#27282b;border-color:#27282b;font-family:roboto,Arial,Helvetica,sans-serif;-webkit-border-radius:5px;border-radius:5px}body.page-template-template-whmcs-php .site-content .domain-option .form-control-static{font-size:13px}body.page-template-template-whmcs-php .site-content ul.navbar-nav li a{font-weight:700;font-size:13px;font-family:raleway,Arial,Helvetica,sans-serif;color:#fff!important;text-transform:none}body.page-template-template-whmcs-php .site-content ul.navbar-nav li a:hover{background-color:#47a6db;color:#fff!important}body.page-template-template-whmcs-php .site-content section#main-menu{background:0 0}body.page-template-template-whmcs-php .site-content #bridge{background:#1a1a1a}body.page-template-template-whmcs-php .site-content section#home-banner{background:0 0!important;border:1px solid #2b2b2b;padding:50px 0!important;margin-top:30px;color:#ccc!important}body.page-template-template-whmcs-php .site-content h1,body.page-template-template-whmcs-php .site-content h2,body.page-template-template-whmcs-php .site-content h3,body.page-template-template-whmcs-php .site-content h4,body.page-template-template-whmcs-php .site-content h5,body.page-template-template-whmcs-php .site-content h6{font-family:raleway,Arial,Helvetica,sans-serif;color:#ccc;font-weight:700}body.page-template-template-whmcs-php .site-content section#home-banner input[type=submit].btn.btn-warning{padding-left:20px;padding-right:20px;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}body.page-template-template-whmcs-php .site-content .input-group-lg>.form-control{border:solid 1px #2b2b2b;background-color:transparent;padding:8px 10px 5px;height:46px;color:#ccc;line-height:46px;font-family:Roboto,Arial,Helvetica,sans-serif}body.page-template-template-whmcs-php .site-content #bridge .input-group-btn .btn.btn-info{background:#47a6db!important;padding-left:20px;padding-right:20px;-webkit-border-bottom-left-radius:0!important;border-bottom-left-radius:0!important;-webkit-border-top-left-radius:0!important;border-top-left-radius:0!important}body.page-template-template-whmcs-php .site-content .home-shortcuts{background:0 0;border:solid 1px #2b2b2b;margin-top:30px;padding:20px 0}body.page-template-template-whmcs-php .site-content .home-shortcuts ul{background-color:#27282b;padding:25px 0 30px}body.page-template-template-whmcs-php .site-content .home-shortcuts ul:after{border-bottom-color:#27282b}body.page-template-template-whmcs-php .site-content .home-shortcuts li i:hover{background:0 0}body.page-template-template-whmcs-php .site-content input,body.page-template-template-whmcs-php .site-content button,body.page-template-template-whmcs-php .site-content select,body.page-template-template-whmcs-php .site-content textarea{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px}body.page-template-template-whmcs-php .site-content section#main-body{padding-right:0;padding-left:0}body.page-template-template-whmcs-php .site-content section#main-body .main-content>h2{background-color:#27282b;font-size:18px;margin-bottom:0}body.page-template-template-whmcs-php .site-content section#main-body .main-content>h2:after{border-top-color:#27282b}body.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single{border:1px solid #2b2b2b;padding:0 20px;margin-bottom:0;border-top:0;overflow:hidden}body.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single:first-child{border-top:1px solid #2b2b2b}body.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single h2{background:0 0;border:0!important}body.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single h2 a{text-transform:none}body.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single .label-default{background:0 0;font-weight:700;font-size:12px}body.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single a.label-warning{background-color:transparent;color:#fff}body.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single h3 span.label.label-default{background:0 0;font-weight:700;font-size:12px}body.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single blockquote{margin-top:10px;font-size:14px;color:#ccc}body.page-template-template-whmcs-php .site-content section#home-banner h2,body.page-template-template-whmcs-php .site-content .home-shortcuts h2{font-size:24px}body.page-template-template-whmcs-php .site-content .announcement-single h3{border-width:0}body.page-template-template-whmcs-php .site-content .header-lined h1{color:#ccc!important;font-size:24px!important;margin-bottom:20px}body.page-template-template-whmcs-php .site-content .header-lined h1 small{color:#ccc}body.page-template-template-whmcs-php .site-content .header-lined ol.breadcrumb{background-color:#27282b}body.page-template-template-whmcs-php .site-content .header-lined ol.breadcrumb li a{color:#47a6db}body.page-template-template-whmcs-php .site-content .header-lined ol.breadcrumb li.active{color:#ccc}body.page-template-template-whmcs-php .site-content .header-lined ol.breadcrumb:after{border-top-color:#27282b}body.page-template-template-whmcs-php .site-content .main-content .input-group .form-control{height:45px;line-height:45px}body.page-template-template-whmcs-php .site-content .main-content .input-group-btn .btn-primary{height:45px;padding-right:20px;padding-left:20px;padding:13px 12px}body.page-template-template-whmcs-php .site-content .main-content .kbcategories,body.page-template-template-whmcs-php .site-content .main-content .kbarticles{margin-top:30px}body.page-template-template-whmcs-php .site-content .main-content .kbcategories a,body.page-template-template-whmcs-php .site-content .main-content .kbarticles a{font-size:15px;font-weight:400}body.page-template-template-whmcs-php .site-content .main-content .form-control{color:#ccc;background-color:transparent;border:1px solid #27282b;line-height:34px;padding:7px 12px 5px}body.page-template-template-whmcs-php .site-content .main-content .form-control input[type=search]{line-height:2}body.page-template-template-whmcs-php .site-content .main-content input[type=search]{line-height:2}body.page-template-template-whmcs-php .site-content .main-content .home-kb-search i{display:none}body.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],body.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#47a6db;color:#fff;padding:9px 28px 5px;font-size:14px;font-weight:700;text-transform:none}body.page-template-template-whmcs-php .site-content .main-content .login-form-panel{background-color:transparent;border:1px solid #27282b}body.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#47a6db;color:#fff;margin-top:-35px}body.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form{background-color:transparent;border:1px solid #27282b}body.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],body.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#47a6db;color:#fff;padding:16px 12px;font-size:14px;font-weight:700}body.page-template-template-whmcs-php .site-content .panel{background:0 0;font-size:14px!important}body.page-template-template-whmcs-php .site-content .panel-default{border:1px solid #27282b;background:0 0}body.page-template-template-whmcs-php .site-content .domain-checker-container{border:1px solid #27282b;background:0 0!important}body.page-template-template-whmcs-php .site-content .domain-checker-container .input-group-box{background-color:transparent}body.page-template-template-whmcs-php .site-content .domain-checker-bg{background:0 0!important}body.page-template-template-whmcs-php .site-content .panel-default>.panel-heading{background-color:#27282b;border-color:#27282b;color:#ccc}body.page-template-template-whmcs-php .site-content .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top:0}body.page-template-template-whmcs-php .site-content .table-striped>tbody>tr:nth-of-type(odd){background-color:transparent}body.page-template-template-whmcs-php .site-content div.domainresults div{background-color:#27282b;color:#ccc}body.page-template-template-whmcs-php .site-content #default-captcha-domainchecker #inputCaptcha{height:30px;line-height:30px}body.page-template-template-whmcs-php .site-content .btn-group-sm>.btn,body.page-template-template-whmcs-php .site-content .btn-sm{padding:7px 10px 5px}body.page-template-template-whmcs-php .site-content .table-hover>tbody>tr:hover{background-color:transparent}body.page-template-template-whmcs-php .site-content #stepResults{font-size:16px}body.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#47a6db;padding:9px 10px 7px}body.page-template-template-whmcs-php .site-content .header-lined-order h1{background-color:#27282b;color:#ccc}body.page-template-template-whmcs-php .site-content .header-lined-order h1:after{border-top-color:#27282b}body.page-template-template-whmcs-php .site-content #order-boxes table.styled tr th{background-color:#27282b;color:#ccc}body.page-template-template-whmcs-php .site-content #order-boxes table.styled tr.carttableconfig td{background-color:transparent}body.page-template-template-whmcs-php .site-content #order-boxes table.styled tr.carttablesummary td{color:#ccc;background-color:transparent}body.page-template-template-whmcs-php .site-content .main-content h2{color:#ccc;background-color:#27282b}body.page-template-template-whmcs-php .site-content .main-content h2:after{border-top-color:#27282b}body.page-template-template-whmcs-php .site-content .panel-title{font-size:14px}body.page-template-template-whmcs-php .site-content #order-boxes .fields-container .field-row:nth-child(odd),body.page-template-template-whmcs-php .site-content #order-boxes .fields-container .field-row:nth-child(even){background-color:transparent;border:1px solid #27282b;color:#ccc;-webkit-border-radius:5px;border-radius:5px;margin-bottom:8px}body.page-template-template-whmcs-php .site-content .client-home-panels .panel-heading{background-color:#27282b!important}body.page-template-template-whmcs-php .site-content .client-home-panels .panel-heading:after{border-top-color:#27282b}body.page-template-template-whmcs-php .site-content .panel-footer{background-color:transparent}body.page-template-template-whmcs-php .site-content .list-group-item{background-color:transparent;border-color:#27282b}body.page-template-template-whmcs-php .site-content .dataTables_wrapper .dataTables_info,body.page-template-template-whmcs-php .site-content .dataTables_wrapper{background-color:transparent;border-color:#27282b}body.page-template-template-whmcs-php .site-content .pagination>.disabled>a,body.page-template-template-whmcs-php .site-content .pagination>.disabled>a:focus,body.page-template-template-whmcs-php .site-content .pagination>.disabled>a:hover,body.page-template-template-whmcs-php .site-content .pagination>.disabled>span,body.page-template-template-whmcs-php .site-content .pagination>.disabled>span:focus,body.page-template-template-whmcs-php .site-content .pagination>.disabled>span:hover{background-color:transparent;border-color:#27282b}body.page-template-template-whmcs-php .site-content .pagination>.active>a,body.page-template-template-whmcs-php .site-content .pagination>.active>span,body.page-template-template-whmcs-php .site-content .pagination>.active>a:hover,body.page-template-template-whmcs-php .site-content .pagination>.active>span:hover,body.page-template-template-whmcs-php .site-content .pagination>.active>a:focus,body.page-template-template-whmcs-php .site-content .pagination>.active>span:focus{background-color:transparent;border-color:#27282b}body.page-template-template-whmcs-php .site-content .pagination>li>a,body.page-template-template-whmcs-php .site-content .pagination>li>span,body.page-template-template-whmcs-php .site-content .pagination>li>a:hover,body.page-template-template-whmcs-php .site-content .pagination>li>span:hover,body.page-template-template-whmcs-php .site-content .pagination>li>a:focus,body.page-template-template-whmcs-php .site-content .pagination>li>span:focus{background-color:transparent;border-color:#27282b}body.page-template-template-whmcs-php .site-content .alert{font-size:14px}body.page-template-template-whmcs-php .site-content .alert.alert-info{border:1px solid #27282b;background-color:transparent}body.page-template-template-whmcs-php .site-content .alert.alert-info label[for=inputContactID]{display:none}body.page-template-template-whmcs-php .site-content .header-lined-order h1{font-size:18px}body.page-template-template-whmcs-php .site-content .sidebar .panel{background-color:transparent;border-color:transparent}body.page-template-template-whmcs-php .site-content .sidebar .panel .panel-heading{background-color:#27282b;margin-bottom:0}body.page-template-template-whmcs-php .site-content .sidebar .panel .panel-heading:after{border-top-color:#27282b}body.page-template-template-whmcs-php .site-content .sidebar .panel-body{border:1px solid #27282b;padding-top:10px}body.page-template-template-whmcs-php .site-content .sidebar .list-group{border:1px solid #27282b;padding-top:10px}body.page-template-template-whmcs-php .site-content .sidebar .panel-footer{background-color:transparent;border:1px solid #27282b;border-top:0}body.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{background-color:transparent!important;color:#47a6db}body.page-template-template-whmcs-php .site-content .sidebar .list-group-item{background-color:transparent;border-color:#27282b;color:#ccc}body.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,body.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#47a6db;background-color:transparent;border-color:transparent}body.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn{margin:0}body.page-template-template-whmcs-php .site-content #thetopbar .badge{display:none}body.page-template-template-whmcs-php #bridge{padding-right:0}body.page-template-template-whmcs-php #bridge input[type=text],body.page-template-template-whmcs-php #bridge input[type=password]{height:35px;line-height:35px}body.page-template-template-whmcs-php #bridge a:hover{color:#666}body.page-template-template-whmcs-php #bridge textarea{height:70px;color:#ccc!important}body.page-template-template-whmcs-php #bridge input[type=submit],body.page-template-template-whmcs-php #bridge input[type=button],body.page-template-template-whmcs-php #bridge input[type=reset],body.page-template-template-whmcs-php #bridge .btn{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0;padding:5px 12px 6px!important;height:35px;line-height:1;font-family:Roboto,Arial,Helvetica,sans-serif!important;font-size:14px;text-transform:none}body.page-template-template-whmcs-php #bridge input[type=submit]:hover,body.page-template-template-whmcs-php #bridge input[type=button]:hover,body.page-template-template-whmcs-php #bridge input[type=reset]:hover,body.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}body.page-template-template-whmcs-php #bridge input[type=submit]:hover,body.page-template-template-whmcs-php #bridge input[type=button]:hover,body.page-template-template-whmcs-php #bridge input[type=reset]:hover,body.page-template-template-whmcs-php #bridge .btn:hover{background-color:#47a6db}body.page-template-template-whmcs-php #bridge a.btn{line-height:1.8}body.page-template-template-whmcs-php #bridge ul.navbar-nav>li>a{color:#fff!important}body.page-template-template-whmcs-php #bridge ul.navbar-nav>li>a:hover{color:#fff!important}body.page-template-template-whmcs-php .ticket-reply{background-color:transparent;border-color:#27282b}body.page-template-template-whmcs-php .ticket-reply.staff{border-color:#27282b}body.page-template-template-whmcs-php .ticket-reply.staff .user{background-color:#27282b}body.page-template-template-whmcs-php .ticket-reply .user{background-color:#27282b}body.page-template-template-whmcs-php .panel.panel-info .panel-heading{background-color:#27282b!important;border-color:#27282b}body.page-template-template-whmcs-php .panel-info>.panel-heading{background-color:#27282b!important;border-color:#27282b}body.page-template-template-whmcs-php .panel.panel-info{border-color:#27282b!important}body.page-template-template-whmcs-php .btn-block{white-space:inherit}body.page-template-template-whmcs-php h3.kb-alsoread{background-color:#27282b}body.page-template-template-whmcs-php section#header{background-color:#27282b;margin-bottom:10px;-webkit-border-radius:5px;border-radius:5px}body.page-template-template-whmcs-php section#header a img{display:none}body.page-template-template-whmcs-php .home-shortcuts li i{font-size:30px}body.page-template-template-whmcs-php .home-shortcuts li:hover span{display:none}body.page-template-template-whmcs-php section#footer,body.page-template-template-whmcs-php center{display:none}body.page-template-template-whmcs-php blockquote{margin-top:20px}body.page-template-template-whmcs-php .badge{background-color:#de6262}body.page-template-template-whmcs-php #order-boxes .fields-container{border:0}body.page-template-template-whmcs-php #bridge select{height:35px}body.page-template-template-whmcs-php .domain-bulk-options-box{top:10px}body.page-template-template-whmcs-php .tiles .tile{background-color:transparent;border-right:solid 1px #2b2b2b}body.page-template-template-whmcs-php .tiles .tile:hover{background-color:transparent}body.page-template-template-whmcs-php .tiles .tile .icon{color:#47a6db}body.page-template-template-whmcs-php .tiles .tile:last-child{border:0}body.page-template-template-whmcs-php #bridge a,body.page-template-template-whmcs-php #bridge a:visited{color:#888}.light-version.page-template-template-whmcs-php{background-color:#fff}.light-version.page-template-template-whmcs-php .nav .dropdown-menu{background-color:#eee}.light-version.page-template-template-whmcs-php #top-nav a.quick-nav{color:#555!important}.light-version.page-template-template-whmcs-php ul.navbar-nav li ul li a:hover{color:#555!important}.light-version.page-template-template-whmcs-php #bridge ul.navbar-nav li a{color:#555!important}.light-version.page-template-template-whmcs-php .site-content{color:#555}.light-version.page-template-template-whmcs-php .site-content a{color:#47a6db}.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.light-version.page-template-template-whmcs-php .site-content #thetopbar{background-color:#eee;border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content .label-default{color:#555}.light-version.page-template-template-whmcs-php .site-content .navbar-main{background-color:#eee;border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content #bridge{background:#fff}.light-version.page-template-template-whmcs-php .site-content #bridge a:hover{color:#555}.light-version.page-template-template-whmcs-php .site-content section#home-banner{color:#555!important;border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content h1,.light-version.page-template-template-whmcs-php .site-content h2,.light-version.page-template-template-whmcs-php .site-content h3,.light-version.page-template-template-whmcs-php .site-content h4,.light-version.page-template-template-whmcs-php .site-content h5,.light-version.page-template-template-whmcs-php .site-content h6{color:#555}.light-version.page-template-template-whmcs-php .site-content .form-control{border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content .input-group-lg>.form-control{border:solid 1px #ddd;color:#555}.light-version.page-template-template-whmcs-php .site-content .alert.alert-info{color:#555}.light-version.page-template-template-whmcs-php .site-content .btn.btn-success{color:#fff!important}.light-version.page-template-template-whmcs-php .site-content .home-shortcuts{border:solid 1px #ddd}.light-version.page-template-template-whmcs-php .site-content .home-shortcuts ul{background-color:#eee}.light-version.page-template-template-whmcs-php .site-content .home-shortcuts ul:after{border-bottom-color:#eee}.light-version.page-template-template-whmcs-php .site-content .home-shortcuts li i{color:#555;border-color:#555}.light-version.page-template-template-whmcs-php .site-content .domain-checker-container #default-captcha-domainchecker p{color:#555!important}.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{background:#eee!important;color:#47a6db}.light-version.page-template-template-whmcs-php .site-content section#main-body .main-content>h2{background-color:#eee}.light-version.page-template-template-whmcs-php .site-content section#main-body .main-content>h2:after{border-top-color:#eee}.light-version.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single:first-child{border-top:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single a.label-warning{color:#555}.light-version.page-template-template-whmcs-php .site-content section#main-body .main-content .announcement-single blockquote{color:#555}.light-version.page-template-template-whmcs-php .site-content .header-lined h1{color:#555!important}.light-version.page-template-template-whmcs-php .site-content .header-lined h1 small{color:#555}.light-version.page-template-template-whmcs-php .site-content .header-lined ol.breadcrumb{background-color:#eee}.light-version.page-template-template-whmcs-php .site-content .header-lined ol.breadcrumb li.active{color:#555}.light-version.page-template-template-whmcs-php .site-content .header-lined ol.breadcrumb:after{border-top-color:#eee}.light-version.page-template-template-whmcs-php .site-content .main-content .form-control{color:#555;border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .main-content .login-form-panel{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .panel-default{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .domain-checker-container{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .panel-default>.panel-heading{background-color:#eee;border-color:#ddd;color:#555}.light-version.page-template-template-whmcs-php .site-content div.domainresults div{background-color:#eee;color:#555}.light-version.page-template-template-whmcs-php .site-content .header-lined-order h1{background-color:#eee;color:#555}.light-version.page-template-template-whmcs-php .site-content .header-lined-order h1:after{border-top-color:#eee}.light-version.page-template-template-whmcs-php .site-content #order-boxes table.styled tr th{background-color:#eee;color:#555}.light-version.page-template-template-whmcs-php .site-content #order-boxes table.styled tr.carttablesummary td{color:#555}.light-version.page-template-template-whmcs-php .site-content .main-content h2{color:#555;background-color:#eee}.light-version.page-template-template-whmcs-php .site-content .main-content h2:after{border-top-color:#eee}.light-version.page-template-template-whmcs-php .site-content #order-boxes .fields-container .field-row:nth-child(odd),.light-version.page-template-template-whmcs-php .site-content #order-boxes .fields-container .field-row:nth-child(even){border:1px solid #ddd;color:#555}.light-version.page-template-template-whmcs-php .site-content .client-home-panels .panel-heading{background-color:#eee!important}.light-version.page-template-template-whmcs-php .site-content .client-home-panels .panel-heading:after{border-top-color:#eee}.light-version.page-template-template-whmcs-php .site-content .list-group-item{border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content .dataTables_wrapper .dataTables_info,.light-version.page-template-template-whmcs-php .site-content .dataTables_wrapper{border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content .pagination>.disabled>a,.light-version.page-template-template-whmcs-php .site-content .pagination>.disabled>a:focus,.light-version.page-template-template-whmcs-php .site-content .pagination>.disabled>a:hover,.light-version.page-template-template-whmcs-php .site-content .pagination>.disabled>span,.light-version.page-template-template-whmcs-php .site-content .pagination>.disabled>span:focus,.light-version.page-template-template-whmcs-php .site-content .pagination>.disabled>span:hover{border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content .pagination>.active>a,.light-version.page-template-template-whmcs-php .site-content .pagination>.active>span,.light-version.page-template-template-whmcs-php .site-content .pagination>.active>a:hover,.light-version.page-template-template-whmcs-php .site-content .pagination>.active>span:hover,.light-version.page-template-template-whmcs-php .site-content .pagination>.active>a:focus,.light-version.page-template-template-whmcs-php .site-content .pagination>.active>span:focus{border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content .pagination>li>a,.light-version.page-template-template-whmcs-php .site-content .pagination>li>span,.light-version.page-template-template-whmcs-php .site-content .pagination>li>a:hover,.light-version.page-template-template-whmcs-php .site-content .pagination>li>span:hover,.light-version.page-template-template-whmcs-php .site-content .pagination>li>a:focus,.light-version.page-template-template-whmcs-php .site-content .pagination>li>span:focus{border-color:#ddd}.light-version.page-template-template-whmcs-php .site-content .alert.alert-info{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .sidebar .panel .panel-heading{background-color:#eee}.light-version.page-template-template-whmcs-php .site-content .sidebar .panel .panel-heading:after{border-top-color:#eee}.light-version.page-template-template-whmcs-php .site-content .sidebar .panel-body{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .sidebar .list-group{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .sidebar .panel-footer{border:1px solid #ddd}.light-version.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#555}.light-version.page-template-template-whmcs-php .site-content .sidebar .list-group-item{border-color:#eee;color:#555}.light-version.page-template-template-whmcs-php #bridge textarea{color:#555!important}.light-version.page-template-template-whmcs-php #bridge table caption{border:1px solid #ddd!important}.light-version.page-template-template-whmcs-php #bridge table tr{border:1px solid #ddd!important}.light-version.page-template-template-whmcs-php #bridge table tr td,.light-version.page-template-template-whmcs-php #bridge table tr th{border-bottom:1px solid #ddd!important;border-left:1px solid #ddd!important;color:#757575}.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#47a6db;background-color:transparent}.light-version.page-template-template-whmcs-php #bridge table tr.subtotal td{background-color:transparent}.light-version.page-template-template-whmcs-php #bridge input[type=text],.light-version.page-template-template-whmcs-php #bridge input[type=password],.light-version.page-template-template-whmcs-php #bridge textarea{border:solid 1px #ddd;color:#757575}.light-version.page-template-template-whmcs-php #bridge input[type=submit],.light-version.page-template-template-whmcs-php #bridge input[type=button],.light-version.page-template-template-whmcs-php #bridge input[type=reset],.light-version.page-template-template-whmcs-php #bridge .btn{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.light-version.page-template-template-whmcs-php .ticket-reply{background-color:transparent;border-color:#eee}.light-version.page-template-template-whmcs-php .ticket-reply.staff{border-color:#eee}.light-version.page-template-template-whmcs-php .ticket-reply.staff .user{background-color:#eee}.light-version.page-template-template-whmcs-php .ticket-reply .user{background-color:#eee}.light-version.page-template-template-whmcs-php .panel.panel-info .panel-heading{background-color:#eee!important;border-color:#eee}.light-version.page-template-template-whmcs-php .panel-info>.panel-heading{background-color:#eee!important;border-color:#eee}.light-version.page-template-template-whmcs-php .panel.panel-info{border-color:#eee!important}.light-version.page-template-template-whmcs-php .btn-block{white-space:inherit}.light-version.page-template-template-whmcs-php section#header{background-color:#eee}.light-version.page-template-template-whmcs-php .badge{background-color:#eee;color:#888}.light-version.page-template-template-whmcs-php .tiles .tile{background-color:transparent;border-right:solid 1px #ddd}.light-version.page-template-template-whmcs-php .tiles .tile:hover{background-color:transparent}.light-version.page-template-template-whmcs-php .tiles .tile .icon{color:#47a6db}.light-version.page-template-template-whmcs-php .tiles .tile:last-child{border:0}.light-version.page-template-template-whmcs-php #bridge a,.light-version.page-template-template-whmcs-php #bridge a:visited{color:#47a6db}.light-version.page-template-template-whmcs-php .header-lined h1{background-color:#eee;padding:15px 0}.light-version.page-template-template-whmcs-php .lead{color:#555;font-weight:700;font-size:24px}@media only screen and (max-width:1169px){body.page-template-template-whmcs-php .container,body.page-template-template-whmcs-php .navbar-fixed-top .container,body.page-template-template-whmcs-php .navbar-fixed-bottom .container{width:960px}body.page-template-template-whmcs-php .navbar .navbar-inner{width:960px}}@media only screen and (max-width:959px){body.page-template-template-whmcs-php .container,body.page-template-template-whmcs-php .navbar-fixed-top .container,body.page-template-template-whmcs-php .navbar-fixed-bottom .container{width:100%}body.page-template-template-whmcs-php .navbar .navbar-inner{width:100%}.site-header .navbar-toggle{padding:0}.navbar-nav>li>.dropdown-menu{opacity:1;top:100%;visibility:visible}body.page-template-template-whmcs-php .site-content ul.navbar-nav li a:hover{background-color:transparent;color:#47a6db}}@media only screen and (max-width:991px){body.page-template-template-whmcs-php .nav .dropdown-menu{display:none}body.page-template-template-whmcs-php .nav li.dropdown.open>.dropdown-menu{display:block}body.page-template-template-whmcs-php .nav li{float:left;width:100%}}@media only screen and (max-width:959px){.widgets-area{clear:both;padding-top:60px}.site-header{padding:10px 0 0}.site-header .site-branding{float:none;overflow:hidden}.site-header .site-branding .logo{float:left;line-height:70px}.site-header .nav-menu-container{float:none;padding:0}.site-header .navbar-toggle{display:block}.site-header .social-icons{display:none}.primary-nav{display:none;float:none;padding-top:10px;margin-top:20px;max-height:340px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.primary-nav .nav{float:none}.primary-nav .nav li{padding:0;width:100%;clear:both;border-bottom:1px solid #2b2b2b}.primary-nav .nav li.menu-item-has-children{border:0}.primary-nav .nav li.menu-item-has-children>a{border-bottom:1px solid #2b2b2b}.primary-nav .nav li:before{background:0 0}.primary-nav .nav li a:hover{background-color:#333}.primary-nav .nav li>a{padding:20px 10px}.primary-nav .nav li ul{display:block;opacity:1;position:relative;visibility:inherit;border:0}.primary-nav .nav li ul li{float:left;background:0 0;padding-bottom:0;padding-left:10px;border-left:0;border-right:0}.primary-nav .nav li ul li.menu-item-has-children>a{border-bottom:1px solid #2b2b2b}.primary-nav .nav li ul li a{font-weight:400}.primary-nav .nav li ul li ul{left:0}}@media only screen and (max-width:768px){.parallax{background-attachment:scroll}.navbar-nav{float:none}.entry-header .entry-date{display:none}.entry-summary,.entry-content,.entry-header,.comments-area{padding-left:0}.content-area .comments-area{padding-top:30px}.content-area .comments-area .comment-list{float:none}.content-area .comments-area .comment-list .children{margin:0;padding:20px 0 0}.content-area .comments-area .comment-list .children .comment-body{padding-bottom:20px}.content-area .comments-area .comment-list .comment-reply-link,.content-area .comments-area .comment-list .comment-edit-link{padding-left:0}.entry-footer{margin-left:0}.image-box{margin-top:30px}.icon-box.bg-color{padding:0;background-color:transparent!important}.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths{width:100%}.pricing-item{margin-top:30px}.pricing-item.pricing-feature{margin-top:30px}.images-owl-carousel .owl-controls .owl-prev{left:0}.images-owl-carousel .owl-controls .owl-next{right:0}.icon-box{margin-bottom:30px!important}.icon-box-address{margin-top:30px}.owl-controls .owl-buttons{display:none}.portfolio-showcase .portfolio_project,.portfolio-showcase .portfolio-sizer{width:50%}}@media only screen and (max-width:480px){.portfolio-showcase .portfolio_project,.portfolio-showcase .portfolio-sizer{width:100%}table h1{font-size:28px}table h2{font-size:22px}table h3{font-size:16px}table h4{font-size:14px}.entry-content #bridge #order-modern .cartbuttons input[type=button]{margin-bottom:10px}}.light-version{background-color:#fff;color:#757575}.light-version h1,.light-version h2,.light-version h3,.light-version h4,.light-version h5,.light-version h6{color:#555}.light-version .title-area h1{color:#fff}.light-version .wpb_call_to_action{background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f2f2f2));background:-webkit-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);background:linear-gradient(to bottom,#ffffff 0%,#f2f2f2 100%);border-color:#ddd}.light-version .wpb_call_to_action .wpb_call_text{color:#555}.light-version .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#47a6db}.light-version .oh_separator.vc_separator .vc_sep_holder .vc_sep_line{border-color:#ddd!important}.light-version .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{background-color:#fff;border:1px solid #ddd}.light-version .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{color:#555}.light-version .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content{background-color:#fff;border:1px solid #ddd;border-top:0;color:#555}.light-version .wpb_tabs .wpb_wrapper .wpb_tabs_nav li{background-color:#f5f5f5;border:1px solid #ddd}.light-version .wpb_tabs .wpb_wrapper .wpb_tabs_nav li a{color:#646464}.light-version .wpb_tabs .wpb_wrapper .wpb_tabs_nav li.ui-state-active,.light-version .wpb_tabs .wpb_wrapper .wpb_tabs_nav li.ui-tabs-active{border-bottom:1px solid #fff;background-color:#fff}.light-version .wpb_tabs .wpb_wrapper .wpb_tabs_nav li.ui-state-active a,.light-version .wpb_tabs .wpb_wrapper .wpb_tabs_nav li.ui-tabs-active a{color:#555}.light-version .wpb_tabs .wpb_wrapper .wpb_tab{border:1px solid #ddd;background-color:#fff!important;color:#555}.light-version .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{color:#fff;background-color:#47a6db}.light-version .entry-format blockquote,.light-version .entry-format .link-block{color:#888;background-color:#eee}.light-version .entry-format blockquote:before,.light-version .entry-format .link-block:before{color:#888}.light-version .entry-format .link-block:hover{background-color:#47a6db;color:#fff}.light-version .entry-format .link-block:hover:before{color:#fff}.light-version .pricing-item{-webkit-box-shadow:1px 1px 20px rgba(0,0,0,.3);box-shadow:1px 1px 20px rgba(0,0,0,.3)}.light-version .pricing-item .pricing-title{background:#eee;color:#888}.light-version .pricing-item .pricing-info{background-color:#fff}.light-version .pricing-item .pricing-info .p-price{color:#47a6db}.light-version .pricing-item .pricing-info .p-duration{color:#888}.light-version .pricing-item .pricing-desc{background-color:#eee;color:#888}.light-version .pricing-item .pricing-desc ul li{background-color:#eee}.light-version .pricing-item .pricing-desc ul li.deco{background-color:#f5f5f5}.light-version .section-plans .section-title.s-border h2{border-color:#fff;color:#fff}.light-version .section-plans .image-box .image-box-title{color:#fff}.light-version .section-plans .image-box.image-left .image-box-content{color:#ccc}.light-version .testimonial-list.testimonial-medium{color:#555}.light-version .testimonial-list.testimonial-medium .testi-desc{background-color:#fff;border:1px solid #ddd}.light-version .testimonial-list.testimonial-short .testi-desc{color:#555}.light-version .testimonial-list.testimonial-short .testi-author .testi-company{color:#555}.light-version .testimonial-list.testimonial-full .testi-author .testi-company{color:#555}.light-version .testimonial-list.testimonial-full .testi-star{color:#47a6db}.light-version .section-testimonials-short .testimonial-list.testimonial-short .testi-desc{color:#fff}.light-version .section-testimonials-short .testimonial-list.testimonial-short .testi-author .testi-company{color:#fff}.light-version .section-testimonials-short .owl-controls .owl-page.active span,.light-version .section-testimonials-short .owl-controls.clickable .owl-page:hover span{background-color:#fff}.light-version .table-bordered,.light-version .table-bordered>thead>tr>th,.light-version .table-bordered>tbody>tr>th,.light-version .table-bordered>tfoot>tr>th,.light-version .table-bordered>thead>tr>td,.light-version .table-bordered>tbody>tr>td,.light-version .table-bordered>tfoot>tr>td{border:1px solid #ddd}.light-version .section-title.s-border h2{border:2px solid #555}.light-version .image-box .image-box-title{color:#555}.light-version .icon-box .box-title{color:#555}.light-version .icon-box:hover .b-icon{color:#555;border-color:#555}.light-version .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control{border:1px solid #2b2b2b;color:#555}.light-version .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea{height:98px;line-height:1}.light-version .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid{border:1px solid red}.light-version .wpcf7-form .wpcf7-form-control-wrap ::-webkit-input-placeholder{color:#ccc}.light-version .wpcf7-form .wpcf7-form-control-wrap :-moz-placeholder{color:#ccc}.light-version .wpcf7-form .wpcf7-form-control-wrap ::-moz-placeholder{color:#ccc}.light-version .wpcf7-form .wpcf7-form-control-wrap :-ms-input-placeholder{color:#ccc}.light-version .icon-box-address{border:1px solid #2b2b2b}.light-version .owl-controls .owl-page span{border:1px solid #ddd}.light-version .owl-controls .owl-page.active span,.light-version .owl-controls.clickable .owl-page:hover span{background-color:#555}.light-version .numeric-navigation a,.light-version .numeric-navigation span{border:solid 1px #ddd;background:#fff;margin:0 0 0 -5px}.light-version .numeric-navigation span{color:#555;background-color:#fff}.light-version .numeric-navigation span:hover{border-color:#ddd}.light-version .numeric-navigation a:hover,.light-version .numeric-navigation span.current{background-color:#47a6db;color:#fff}.light-version .post-navigation .nav-previous a,.light-version .post-navigation .nav-next a{border:1px solid #ddd}.light-version .widget .widget-title{color:#555}.light-version .widget select{border:1px solid #ddd;background-color:transparent}.light-version .widget select option{color:#555}.light-version .widget_categories li,.light-version .widget_recent_comments li,.light-version .widget_rss li,.light-version .widget_pages li,.light-version .widget_archive li,.light-version .widget_nav_menu li,.light-version .widget_recent_entries li,.light-version .widget_meta li{border-bottom:solid 1px #ddd}.light-version .widget_categories .children,.light-version .widget_recent_comments .children,.light-version .widget_rss .children,.light-version .widget_pages .children,.light-version .widget_archive .children,.light-version .widget_nav_menu .children,.light-version .widget_recent_entries .children,.light-version .widget_meta .children{border-top:1px solid #ddd}.light-version .widget_tag_cloud a{color:#888;border:1px solid #ddd}.light-version .widget_tag_cloud a:hover{color:#555;border:1px solid #555}.light-version .tabs-widget .tabs-nav li a{background:#eee;border:1px solid #ddd;color:#646464}.light-version .tabs-widget .tabs-nav li a.active{color:#555;background:#fff}.light-version .tabs-widget .tabs-panel{border:1px solid #ddd;background:#fff}.light-version .tabs-widget .tab-comments .comment{border-bottom:solid 1px #ddd}.light-version .recent-post,.light-version .popular-post{border-bottom:solid 1px #ddd}.light-version .recent-post:last-child,.light-version .popular-post:last-child{border-bottom:0}.light-version .recent-post .post-text .post-title:hover,.light-version .popular-post .post-text .post-title:hover{color:#555}.light-version .search-form .search-field{border:1px solid #ddd;color:#555}.light-version .footer-sidebars .widget .widget-title{color:#fff}.light-version .footer-sidebars .widget select{border:1px solid #2b2b2b}.light-version .footer-sidebars .widget select option{color:#555}.light-version .footer-sidebars table caption{border:1px solid #2b2b2b}.light-version .footer-sidebars table tr{border:1px solid #2b2b2b}.light-version .footer-sidebars table tr td,.light-version .footer-sidebars table tr th{border-bottom:1px solid #2b2b2b;border-left:1px solid #2b2b2b}.light-version .footer-sidebars .widget_categories li,.light-version .footer-sidebars .widget_recent_comments li,.light-version .footer-sidebars .widget_rss li,.light-version .footer-sidebars .widget_pages li,.light-version .footer-sidebars .widget_archive li,.light-version .footer-sidebars .widget_nav_menu li,.light-version .footer-sidebars .widget_recent_entries li,.light-version .footer-sidebars .widget_meta li{border-bottom:solid 1px #2b2b2b}.light-version .footer-sidebars .widget_categories .children,.light-version .footer-sidebars .widget_recent_comments .children,.light-version .footer-sidebars .widget_rss .children,.light-version .footer-sidebars .widget_pages .children,.light-version .footer-sidebars .widget_archive .children,.light-version .footer-sidebars .widget_nav_menu .children,.light-version .footer-sidebars .widget_recent_entries .children,.light-version .footer-sidebars .widget_meta .children{border-top:1px solid #2b2b2b}.light-version .footer-sidebars .widget_tag_cloud a{border:1px solid #2b2b2b}.light-version .footer-sidebars .widget_tag_cloud a:hover{color:#fff;border:1px solid #fff}.light-version .footer-sidebars .tabs-widget .tabs-nav li a{background:#222;border:1px solid #2b2b2b}.light-version .footer-sidebars .tabs-widget .tabs-nav li a.active{color:#fff;background:#27282b}.light-version .footer-sidebars .tabs-widget .tabs-panel{border:1px solid #2b2b2b;background:#27282b}.light-version .footer-sidebars .tabs-widget .tab-comments .comment{border-bottom:solid 1px #2b2b2b}.light-version .footer-sidebars .recent-post,.light-version .footer-sidebars .popular-post{border-bottom:solid 1px #2b2b2b}.light-version .footer-sidebars .recent-post .post-text .post-title:hover,.light-version .footer-sidebars .popular-post .post-text .post-title:hover{color:#fff}.light-version .footer-sidebars .search-form .search-field{border:1px solid #2b2b2b;color:#fff}.light-version .entry-header .entry-date span{color:#555}.light-version .sticky .entry-header .entry-date{border-color:#47a6db}.light-version .sticky .entry-header .entry-date span{color:#47a6db}.light-version .entry-footer{border-top:1px solid #ddd;border-bottom:1px solid #ddd}.light-version .content-area pre{color:#555;border:1px solid #ddd}.light-version .comments-area .comment-reply-title{color:#555}.light-version .comments-area input,.light-version .comments-area textarea{border:1px solid #ddd;color:#555}.light-version .comments-area .submit{color:#fff}.light-version .comments-area .comments-title{color:#555}.light-version .comments-area .comment-list .comment-meta .author-name a:hover{color:#555}.light-version .post-password-form input[type=password]{color:#555;border:1px solid #ddd}.light-version .wp-caption{border:1px solid #ddd}.light-version .portfolio-filter a{color:#555}.light-version .portfolio-filter a.active,.light-version .portfolio-filter a:hover{color:#fff}.light-version .portfolio-slider .flex-control-paging li a{border:1px solid #555}.light-version .portfolio-slider .flex-control-paging li a.flex-active{background-color:#555;border-color:#555}.light-version .portfolio-description .portfolio-item{border-bottom:1px solid #ddd}.light-version .portfolio-description .portfolio-item a{color:#555}.light-version .portfolio-footer{border-bottom:0}.light-version .ta-team-shortcode .team_member .team-member-name{color:#555}.light-version .ta-team-shortcode .team_member .team-member-image .team-member-name{color:#fff}.light-version .whmcs-widget .widget .widgettitle{color:#555}.light-version .whmcs-widget .widget ul li{border-bottom:solid 1px #ddd}.light-version .whmcs-widget .widget input[type=text],.light-version .whmcs-widget .widget input[type=password]{border:solid 1px #ddd}.light-version .whmcs-widget .widget input[type=submit]{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}.light-version .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.light-version .whmcs-widget .widget input[type=submit].search-submit{background-color:transparent}.light-version #top_menu{background-color:#555;border:1px solid #ddd}.light-version #bridge{color:#555}.light-version #bridge .breadcrumb{background-color:#eee;border:1px solid #ddd}.light-version #bridge #order-modern #categories{background-color:#eee;border:1px solid #ddd}.light-version #bridge #order-modern #categories a{color:#47a6db}.light-version #bridge #order-modern #categories a:hover{color:#333}.light-version #bridge table caption,.light-version #bridge table.cart caption,.light-version #bridge table.data caption{border:1px solid #ddd!important}.light-version #bridge table tr,.light-version #bridge table.cart tr,.light-version #bridge table.data tr{border:1px solid #ddd!important}.light-version #bridge table tr td,.light-version #bridge table.cart tr td,.light-version #bridge table.data tr td,.light-version #bridge table tr th,.light-version #bridge table.cart tr th,.light-version #bridge table.data tr th{border-bottom:1px solid #ddd!important;border-left:1px solid #ddd!important;color:#757575}.light-version #bridge table tr.total td,.light-version #bridge table.cart tr.total td,.light-version #bridge table.data tr.total td{color:#47a6db;background-color:transparent}.light-version #bridge table tr.subtotal td,.light-version #bridge table.cart tr.subtotal td,.light-version #bridge table.data tr.subtotal td{background-color:transparent}.light-version #bridge table.frame table td.fieldarea{color:#757575}.light-version #bridge #order-modern #domainconfig{border:solid 1px #ddd}.light-version #bridge input[type=text],.light-version #bridge input[type=password],.light-version #bridge textarea{border:solid 1px #ddd}.light-version #bridge input[type=submit],.light-version #bridge input[type=button]{padding:6px 12px;background-color:#47a6db;-webkit-transition:all .5s;transition:all .5s;color:#fff;-webkit-border-radius:4px;border-radius:4px;border:0}.light-version #bridge input[type=submit]:hover,.light-version #bridge input[type=button]:hover{background-color:#333}.light-version #bridge .errorbox{color:#b94a48}.light-version #bridge select{border-color:#ddd;color:#555}.light-version #bridge #pwstrengthneg{border-color:#ddd!important}.light-version #bridge #pwstrengthpos{border-color:#ddd!important}.light-version #bridge #order-modern .signuptype{border-color:#ddd}.light-version #bridge #order-modern .signuptype.active{background-color:#eee}.light-version #bridge #order-modern .signupfields{border-color:#ddd}.blue a{color:#428bca}.blue a:hover{color:#333}.blue .primary-color{color:#428bca}.blue blockquote{border-left:#428bca}.blue .btn-secondary{background-color:#333}.blue .btn-secondary:hover{background-color:#428bca}.blue .social-icons a{background-color:#428bca;color:#111}.blue .social-icons a:hover{background-color:#111;color:#fff}.blue .primary-nav a{color:#fff}.blue .backtotop{color:#888}.blue .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#428bca}.blue .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.blue .testimonial-list.testimonial-full .testi-star{color:#428bca}.blue .ta-team-shortcode .team-member-image:hover:before{background-color:#428bca}.blue .section-title h2:after{background-color:#428bca}.blue .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#428bca}.blue .image-box a.image-box-title:hover{color:#428bca}.blue .btn-primary{background-color:#428bca}.blue .btn-primary:hover{background-color:#333}.blue .comments-area .submit{background-color:#428bca}.blue .comments-area .submit:hover{background-color:#333}.blue .entry-footer a,.blue .recent-post .post-text .read-more,.blue .popular-post .post-text .read-more,.blue .comments-area .comment-list .comment-meta .comment-reply-link,.blue .comments-area .comment-list .comment-meta .comment-edit-link,.blue .numeric-navigation a,.blue .numeric-navigation span{color:#888}.blue .entry-footer a:hover,.blue .recent-post .post-text .read-more:hover,.blue .popular-post .post-text .read-more:hover,.blue .comments-area .comment-list .comment-meta .comment-reply-link:hover,.blue .comments-area .comment-list .comment-meta .comment-edit-link:hover,.blue .numeric-navigation a:hover,.blue .numeric-navigation span:hover{color:#333;background-color:transparent}.blue.light-version .numeric-navigation a:hover,.blue.light-version .numeric-navigation span.current{background-color:#428bca;color:#fff}.blue .entry-format .link-block:hover,.blue.light-version .entry-format .link-block:hover{background-color:#428bca}.blue .widget_tag_cloud a{color:#888}.blue .icon-box .b-icon{color:#428bca}.blue .icon-box.border-circle .b-icon{border:2px solid #428bca}.blue .icon-box:hover a.box-title{color:#428bca}.blue .icon-box:hover .b-icon{color:#428bca;border-color:#428bca}.blue .pricing-item .pricing-info .p-duration{color:#428bca}.blue.light-version .pricing-item .pricing-info .p-price{color:#428bca}.blue.light-version .pricing-item .pricing-info .p-duration{color:#888}.blue .navbar-toggle:hover{color:#428bca}.blue .primary-nav .current-menu-item>a,.blue .primary-nav .current_page_item>a{background-color:#428bca}.blue .primary-nav .nav>li>a:hover,.blue .primary-nav .nav>li>a:focus{background-color:#428bca}.blue.page-template-one-page .primary-nav .current-menu-item>a,.blue.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.blue.page-template-one-page .primary-nav a.current{background-color:#428bca}.blue .numeric-navigation span:hover{border-color:#428bca}.blue .numeric-navigation a:hover{color:#428bca}.blue .owl-controls .owl-buttons div{background-color:#428bca}.blue .owl-controls .owl-buttons div:hover{background-color:#333}.blue .sticky .entry-header .entry-date{border-color:#428bca}.blue .sticky .entry-header .entry-date span{color:#428bca}.blue .wpcf7-form-control.wpcf7-submit{background-color:#428bca}.blue .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.blue .post-password-form input[type=submit]{background-color:#428bca}.blue .post-password-form input[type=submit]:hover{background-color:#333}.blue .comments-area .comment-list .comment-meta .author-name{color:#428bca}.blue .comments-area .comment-list .comment-meta .author-posted:hover{color:#428bca}.blue .search-form:before{color:#428bca}.blue .tp-caption .id-color{color:#428bca}.blue .tp-caption.onehost-button-light a{color:#fff}.blue .tp-caption.onehost-button-blue a,.blue .onehost-button-blue a:hover{background-color:#428bca}.blue .section-plans{background-color:#428bca}.blue .section-testimonials-short{background-color:#2b669a}.blue .portfolio-filter a{color:#fff}.blue .portfolio-filter a.active,.blue .portfolio-filter a:hover{background-color:#428bca}.blue .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#428bca}.blue .whmcs-widget .widget input[type=submit]{background-color:#428bca}.blue .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.blue #bridge #order-modern #categories a{color:#428bca}.blue #bridge #order-modern #categories a:hover{color:#333}.blue #bridge a{color:#428bca!important}.blue #bridge table.cart tr.total td,.blue #bridge table.data tr.total td{color:#428bca}.blue #bridge input[type=submit],.blue #bridge input[type=button]{background-color:#428bca}.blue #bridge input[type=submit]:hover,.blue #bridge input[type=button]:hover{background-color:#333}.blue #bridge input[type=reset]{background-color:#333}.blue #bridge input[type=reset]:hover{background-color:#428bca}.blue.page-template-template-whmcs-php .site-content .btn.btn-info{background:#428bca!important}.blue.page-template-template-whmcs-php .site-content a{color:#428bca}.blue.page-template-template-whmcs-php .site-content a:hover{color:#666}.blue.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.blue.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#428bca}.blue.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#428bca}.blue.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.blue.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#428bca}.blue.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#428bca}.blue.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#428bca}.blue.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.blue.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#428bca}.blue.page-template-template-whmcs-php #bridge input[type=submit],.blue.page-template-template-whmcs-php #bridge input[type=button],.blue.page-template-template-whmcs-php #bridge input[type=reset],.blue.page-template-template-whmcs-php #bridge .btn{background-color:#428bca;color:#fff!important}.blue.page-template-template-whmcs-php #bridge input[type=submit]:hover,.blue.page-template-template-whmcs-php #bridge input[type=button]:hover,.blue.page-template-template-whmcs-php #bridge input[type=reset]:hover,.blue.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.blue.page-template-template-whmcs-php #bridge input[type=submit]:hover,.blue.page-template-template-whmcs-php #bridge input[type=button]:hover,.blue.page-template-template-whmcs-php #bridge input[type=reset]:hover,.blue.page-template-template-whmcs-php #bridge .btn:hover{background-color:#428bca}.blue.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#428bca}.blue.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#428bca}.blue.light-version.page-template-template-whmcs-php .site-content a{color:#428bca}.blue.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.blue.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#428bca}.blue.light-version.page-template-template-whmcs-php #bridge input[type=submit],.blue.light-version.page-template-template-whmcs-php #bridge input[type=button],.blue.light-version.page-template-template-whmcs-php #bridge input[type=reset],.blue.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#428bca}.blue.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.blue.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.blue.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.blue.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.green a{color:#88c136}.green a:hover{color:#333}.green .primary-color{color:#88c136}.green blockquote{border-left:#88c136}.green .btn-secondary{background-color:#333}.green .btn-secondary:hover{background-color:#88c136}.green .social-icons a{background-color:#88c136;color:#111}.green .social-icons a:hover{background-color:#111;color:#fff}.green .primary-nav a{color:#fff}.green .backtotop{color:#888}.green .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#88c136}.green .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.green .testimonial-list.testimonial-full .testi-star{color:#88c136}.green .ta-team-shortcode .team-member-image:hover:before{background-color:#88c136}.green .section-title h2:after{background-color:#88c136}.green .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#88c136}.green .image-box a.image-box-title:hover{color:#88c136}.green .btn-primary{background-color:#88c136}.green .btn-primary:hover{background-color:#333}.green .comments-area .submit{background-color:#88c136}.green .comments-area .submit:hover{background-color:#333}.green .entry-footer a,.green .recent-post .post-text .read-more,.green .popular-post .post-text .read-more,.green .comments-area .comment-list .comment-meta .comment-reply-link,.green .comments-area .comment-list .comment-meta .comment-edit-link,.green .numeric-navigation a,.green .numeric-navigation span{color:#888}.green .entry-footer a:hover,.green .recent-post .post-text .read-more:hover,.green .popular-post .post-text .read-more:hover,.green .comments-area .comment-list .comment-meta .comment-reply-link:hover,.green .comments-area .comment-list .comment-meta .comment-edit-link:hover,.green .numeric-navigation a:hover,.green .numeric-navigation span:hover{color:#333;background-color:transparent}.green.light-version .numeric-navigation a:hover,.green.light-version .numeric-navigation span.current{background-color:#88c136;color:#fff}.green .entry-format .link-block:hover,.green.light-version .entry-format .link-block:hover{background-color:#88c136}.green .widget_tag_cloud a{color:#888}.green .icon-box .b-icon{color:#88c136}.green .icon-box.border-circle .b-icon{border:2px solid #88c136}.green .icon-box:hover a.box-title{color:#88c136}.green .icon-box:hover .b-icon{color:#88c136;border-color:#88c136}.green .pricing-item .pricing-info .p-duration{color:#88c136}.green.light-version .pricing-item .pricing-info .p-price{color:#88c136}.green.light-version .pricing-item .pricing-info .p-duration{color:#888}.green .navbar-toggle:hover{color:#88c136}.green .primary-nav .current-menu-item>a,.green .primary-nav .current_page_item>a{background-color:#88c136}.green .primary-nav .nav>li>a:hover,.green .primary-nav .nav>li>a:focus{background-color:#88c136}.green.page-template-one-page .primary-nav .current-menu-item>a,.green.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.green.page-template-one-page .primary-nav a.current{background-color:#88c136}.green .numeric-navigation span:hover{border-color:#88c136}.green .numeric-navigation a:hover{color:#88c136}.green .owl-controls .owl-buttons div{background-color:#88c136}.green .owl-controls .owl-buttons div:hover{background-color:#333}.green .sticky .entry-header .entry-date{border-color:#88c136}.green .sticky .entry-header .entry-date span{color:#88c136}.green .wpcf7-form-control.wpcf7-submit{background-color:#88c136}.green .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.green .post-password-form input[type=submit]{background-color:#88c136}.green .post-password-form input[type=submit]:hover{background-color:#333}.green .comments-area .comment-list .comment-meta .author-name{color:#88c136}.green .comments-area .comment-list .comment-meta .author-posted:hover{color:#88c136}.green .search-form:before{color:#88c136}.green .tp-caption .id-color{color:#88c136}.green .tp-caption.onehost-button-light a{color:#fff}.green .tp-caption.onehost-button-blue a,.green .onehost-button-blue a:hover{background-color:#88c136}.green .section-plans{background-color:#88c136}.green .section-testimonials-short{background-color:#618926}.green .portfolio-filter a{color:#fff}.green .portfolio-filter a.active,.green .portfolio-filter a:hover{background-color:#88c136}.green .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#88c136}.green .whmcs-widget .widget input[type=submit]{background-color:#88c136}.green .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.green #bridge #order-modern #categories a{color:#88c136}.green #bridge #order-modern #categories a:hover{color:#333}.green #bridge a{color:#88c136!important}.green #bridge table.cart tr.total td,.green #bridge table.data tr.total td{color:#88c136}.green #bridge input[type=submit],.green #bridge input[type=button]{background-color:#88c136}.green #bridge input[type=submit]:hover,.green #bridge input[type=button]:hover{background-color:#333}.green #bridge input[type=reset]{background-color:#333}.green #bridge input[type=reset]:hover{background-color:#88c136}.green.page-template-template-whmcs-php .site-content .btn.btn-info{background:#88c136!important}.green.page-template-template-whmcs-php .site-content a{color:#88c136}.green.page-template-template-whmcs-php .site-content a:hover{color:#666}.green.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.green.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#88c136}.green.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#88c136}.green.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.green.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#88c136}.green.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#88c136}.green.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#88c136}.green.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.green.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#88c136}.green.page-template-template-whmcs-php #bridge input[type=submit],.green.page-template-template-whmcs-php #bridge input[type=button],.green.page-template-template-whmcs-php #bridge input[type=reset],.green.page-template-template-whmcs-php #bridge .btn{background-color:#88c136;color:#fff!important}.green.page-template-template-whmcs-php #bridge input[type=submit]:hover,.green.page-template-template-whmcs-php #bridge input[type=button]:hover,.green.page-template-template-whmcs-php #bridge input[type=reset]:hover,.green.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.green.page-template-template-whmcs-php #bridge input[type=submit]:hover,.green.page-template-template-whmcs-php #bridge input[type=button]:hover,.green.page-template-template-whmcs-php #bridge input[type=reset]:hover,.green.page-template-template-whmcs-php #bridge .btn:hover{background-color:#88c136}.green.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#88c136}.green.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#88c136}.green.light-version.page-template-template-whmcs-php .site-content a{color:#88c136}.green.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.green.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#88c136}.green.light-version.page-template-template-whmcs-php #bridge input[type=submit],.green.light-version.page-template-template-whmcs-php #bridge input[type=button],.green.light-version.page-template-template-whmcs-php #bridge input[type=reset],.green.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#88c136}.green.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.green.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.green.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.green.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.red a{color:#e54242}.red a:hover{color:#333}.red .primary-color{color:#e54242}.red blockquote{border-left:#e54242}.red .btn-secondary{background-color:#333}.red .btn-secondary:hover{background-color:#e54242}.red .social-icons a{background-color:#e54242;color:#111}.red .social-icons a:hover{background-color:#111;color:#fff}.red .primary-nav a{color:#fff}.red .backtotop{color:#888}.red .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#e54242}.red .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.red .testimonial-list.testimonial-full .testi-star{color:#e54242}.red .ta-team-shortcode .team-member-image:hover:before{background-color:#e54242}.red .section-title h2:after{background-color:#e54242}.red .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#e54242}.red .image-box a.image-box-title:hover{color:#e54242}.red .btn-primary{background-color:#e54242}.red .btn-primary:hover{background-color:#333}.red .comments-area .submit{background-color:#e54242}.red .comments-area .submit:hover{background-color:#333}.red .entry-footer a,.red .recent-post .post-text .read-more,.red .popular-post .post-text .read-more,.red .comments-area .comment-list .comment-meta .comment-reply-link,.red .comments-area .comment-list .comment-meta .comment-edit-link,.red .numeric-navigation a,.red .numeric-navigation span{color:#888}.red .entry-footer a:hover,.red .recent-post .post-text .read-more:hover,.red .popular-post .post-text .read-more:hover,.red .comments-area .comment-list .comment-meta .comment-reply-link:hover,.red .comments-area .comment-list .comment-meta .comment-edit-link:hover,.red .numeric-navigation a:hover,.red .numeric-navigation span:hover{color:#333;background-color:transparent}.red.light-version .numeric-navigation a:hover,.red.light-version .numeric-navigation span.current{background-color:#e54242;color:#fff}.red .entry-format .link-block:hover,.red.light-version .entry-format .link-block:hover{background-color:#e54242}.red .widget_tag_cloud a{color:#888}.red .icon-box .b-icon{color:#e54242}.red .icon-box.border-circle .b-icon{border:2px solid #e54242}.red .icon-box:hover a.box-title{color:#e54242}.red .icon-box:hover .b-icon{color:#e54242;border-color:#e54242}.red .pricing-item .pricing-info .p-duration{color:#e54242}.red.light-version .pricing-item .pricing-info .p-price{color:#e54242}.red.light-version .pricing-item .pricing-info .p-duration{color:#888}.red .navbar-toggle:hover{color:#e54242}.red .primary-nav .current-menu-item>a,.red .primary-nav .current_page_item>a{background-color:#e54242}.red .primary-nav .nav>li>a:hover,.red .primary-nav .nav>li>a:focus{background-color:#e54242}.red.page-template-one-page .primary-nav .current-menu-item>a,.red.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.red.page-template-one-page .primary-nav a.current{background-color:#e54242}.red .numeric-navigation span:hover{border-color:#e54242}.red .numeric-navigation a:hover{color:#e54242}.red .owl-controls .owl-buttons div{background-color:#e54242}.red .owl-controls .owl-buttons div:hover{background-color:#333}.red .sticky .entry-header .entry-date{border-color:#e54242}.red .sticky .entry-header .entry-date span{color:#e54242}.red .wpcf7-form-control.wpcf7-submit{background-color:#e54242}.red .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.red .post-password-form input[type=submit]{background-color:#e54242}.red .post-password-form input[type=submit]:hover{background-color:#333}.red .comments-area .comment-list .comment-meta .author-name{color:#e54242}.red .comments-area .comment-list .comment-meta .author-posted:hover{color:#e54242}.red .search-form:before{color:#e54242}.red .tp-caption .id-color{color:#e54242}.red .tp-caption.onehost-button-light a{color:#fff}.red .tp-caption.onehost-button-blue a,.red .onehost-button-blue a:hover{background-color:#e54242}.red .section-plans{background-color:#e54242}.red .section-testimonials-short{background-color:#c51b1b}.red .portfolio-filter a{color:#fff}.red .portfolio-filter a.active,.red .portfolio-filter a:hover{background-color:#e54242}.red .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#e54242}.red .whmcs-widget .widget input[type=submit]{background-color:#e54242}.red .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.red #bridge #order-modern #categories a{color:#e54242}.red #bridge #order-modern #categories a:hover{color:#333}.red #bridge a{color:#e54242!important}.red #bridge table.cart tr.total td,.red #bridge table.data tr.total td{color:#e54242}.red #bridge input[type=submit],.red #bridge input[type=button]{background-color:#e54242}.red #bridge input[type=submit]:hover,.red #bridge input[type=button]:hover{background-color:#333}.red #bridge input[type=reset]{background-color:#333}.red #bridge input[type=reset]:hover{background-color:#e54242}.red.page-template-template-whmcs-php .site-content .btn.btn-info{background:#e54242!important}.red.page-template-template-whmcs-php .site-content a{color:#e54242}.red.page-template-template-whmcs-php .site-content a:hover{color:#666}.red.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.red.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#e54242}.red.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#e54242}.red.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.red.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#e54242}.red.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#e54242}.red.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#e54242}.red.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.red.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#e54242}.red.page-template-template-whmcs-php #bridge input[type=submit],.red.page-template-template-whmcs-php #bridge input[type=button],.red.page-template-template-whmcs-php #bridge input[type=reset],.red.page-template-template-whmcs-php #bridge .btn{background-color:#e54242;color:#fff!important}.red.page-template-template-whmcs-php #bridge input[type=submit]:hover,.red.page-template-template-whmcs-php #bridge input[type=button]:hover,.red.page-template-template-whmcs-php #bridge input[type=reset]:hover,.red.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.red.page-template-template-whmcs-php #bridge input[type=submit]:hover,.red.page-template-template-whmcs-php #bridge input[type=button]:hover,.red.page-template-template-whmcs-php #bridge input[type=reset]:hover,.red.page-template-template-whmcs-php #bridge .btn:hover{background-color:#e54242}.red.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#e54242}.red.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#e54242}.red.light-version.page-template-template-whmcs-php .site-content a{color:#e54242}.red.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.red.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#e54242}.red.light-version.page-template-template-whmcs-php #bridge input[type=submit],.red.light-version.page-template-template-whmcs-php #bridge input[type=button],.red.light-version.page-template-template-whmcs-php #bridge input[type=reset],.red.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#e54242}.red.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.red.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.red.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.red.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.orange a{color:#db5e47}.orange a:hover{color:#333}.orange .primary-color{color:#db5e47}.orange blockquote{border-left:#db5e47}.orange .btn-secondary{background-color:#333}.orange .btn-secondary:hover{background-color:#db5e47}.orange .social-icons a{background-color:#db5e47;color:#111}.orange .social-icons a:hover{background-color:#111;color:#fff}.orange .primary-nav a{color:#fff}.orange .backtotop{color:#888}.orange .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#db5e47}.orange .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.orange .testimonial-list.testimonial-full .testi-star{color:#db5e47}.orange .ta-team-shortcode .team-member-image:hover:before{background-color:#db5e47}.orange .section-title h2:after{background-color:#db5e47}.orange .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#db5e47}.orange .image-box a.image-box-title:hover{color:#db5e47}.orange .btn-primary{background-color:#db5e47}.orange .btn-primary:hover{background-color:#333}.orange .comments-area .submit{background-color:#db5e47}.orange .comments-area .submit:hover{background-color:#333}.orange .entry-footer a,.orange .recent-post .post-text .read-more,.orange .popular-post .post-text .read-more,.orange .comments-area .comment-list .comment-meta .comment-reply-link,.orange .comments-area .comment-list .comment-meta .comment-edit-link,.orange .numeric-navigation a,.orange .numeric-navigation span{color:#888}.orange .entry-footer a:hover,.orange .recent-post .post-text .read-more:hover,.orange .popular-post .post-text .read-more:hover,.orange .comments-area .comment-list .comment-meta .comment-reply-link:hover,.orange .comments-area .comment-list .comment-meta .comment-edit-link:hover,.orange .numeric-navigation a:hover,.orange .numeric-navigation span:hover{color:#333;background-color:transparent}.orange.light-version .numeric-navigation a:hover,.orange.light-version .numeric-navigation span.current{background-color:#db5e47;color:#fff}.orange .entry-format .link-block:hover,.orange.light-version .entry-format .link-block:hover{background-color:#db5e47}.orange .widget_tag_cloud a{color:#888}.orange .icon-box .b-icon{color:#db5e47}.orange .icon-box.border-circle .b-icon{border:2px solid #db5e47}.orange .icon-box:hover a.box-title{color:#db5e47}.orange .icon-box:hover .b-icon{color:#db5e47;border-color:#db5e47}.orange .pricing-item .pricing-info .p-duration{color:#db5e47}.orange.light-version .pricing-item .pricing-info .p-price{color:#db5e47}.orange.light-version .pricing-item .pricing-info .p-duration{color:#888}.orange .navbar-toggle:hover{color:#db5e47}.orange .primary-nav .current-menu-item>a,.orange .primary-nav .current_page_item>a{background-color:#db5e47}.orange .primary-nav .nav>li>a:hover,.orange .primary-nav .nav>li>a:focus{background-color:#db5e47}.orange.page-template-one-page .primary-nav .current-menu-item>a,.orange.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.orange.page-template-one-page .primary-nav a.current{background-color:#db5e47}.orange .numeric-navigation span:hover{border-color:#db5e47}.orange .numeric-navigation a:hover{color:#db5e47}.orange .owl-controls .owl-buttons div{background-color:#db5e47}.orange .owl-controls .owl-buttons div:hover{background-color:#333}.orange .sticky .entry-header .entry-date{border-color:#db5e47}.orange .sticky .entry-header .entry-date span{color:#db5e47}.orange .wpcf7-form-control.wpcf7-submit{background-color:#db5e47}.orange .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.orange .post-password-form input[type=submit]{background-color:#db5e47}.orange .post-password-form input[type=submit]:hover{background-color:#333}.orange .comments-area .comment-list .comment-meta .author-name{color:#db5e47}.orange .comments-area .comment-list .comment-meta .author-posted:hover{color:#db5e47}.orange .search-form:before{color:#db5e47}.orange .tp-caption .id-color{color:#db5e47}.orange .tp-caption.onehost-button-light a{color:#fff}.orange .tp-caption.onehost-button-blue a,.orange .onehost-button-blue a:hover{background-color:#db5e47}.orange .section-plans{background-color:#db5e47}.orange .section-testimonials-short{background-color:#b73b24}.orange .portfolio-filter a{color:#fff}.orange .portfolio-filter a.active,.orange .portfolio-filter a:hover{background-color:#db5e47}.orange .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#db5e47}.orange .whmcs-widget .widget input[type=submit]{background-color:#db5e47}.orange .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.orange #bridge #order-modern #categories a{color:#db5e47}.orange #bridge #order-modern #categories a:hover{color:#333}.orange #bridge a{color:#db5e47!important}.orange #bridge table.cart tr.total td,.orange #bridge table.data tr.total td{color:#db5e47}.orange #bridge input[type=submit],.orange #bridge input[type=button]{background-color:#db5e47}.orange #bridge input[type=submit]:hover,.orange #bridge input[type=button]:hover{background-color:#333}.orange #bridge input[type=reset]{background-color:#333}.orange #bridge input[type=reset]:hover{background-color:#db5e47}.orange.page-template-template-whmcs-php .site-content .btn.btn-info{background:#db5e47!important}.orange.page-template-template-whmcs-php .site-content a{color:#db5e47}.orange.page-template-template-whmcs-php .site-content a:hover{color:#666}.orange.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.orange.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#db5e47}.orange.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#db5e47}.orange.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.orange.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#db5e47}.orange.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#db5e47}.orange.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#db5e47}.orange.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.orange.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#db5e47}.orange.page-template-template-whmcs-php #bridge input[type=submit],.orange.page-template-template-whmcs-php #bridge input[type=button],.orange.page-template-template-whmcs-php #bridge input[type=reset],.orange.page-template-template-whmcs-php #bridge .btn{background-color:#db5e47;color:#fff!important}.orange.page-template-template-whmcs-php #bridge input[type=submit]:hover,.orange.page-template-template-whmcs-php #bridge input[type=button]:hover,.orange.page-template-template-whmcs-php #bridge input[type=reset]:hover,.orange.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.orange.page-template-template-whmcs-php #bridge input[type=submit]:hover,.orange.page-template-template-whmcs-php #bridge input[type=button]:hover,.orange.page-template-template-whmcs-php #bridge input[type=reset]:hover,.orange.page-template-template-whmcs-php #bridge .btn:hover{background-color:#db5e47}.orange.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#db5e47}.orange.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#db5e47}.orange.light-version.page-template-template-whmcs-php .site-content a{color:#db5e47}.orange.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.orange.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#db5e47}.orange.light-version.page-template-template-whmcs-php #bridge input[type=submit],.orange.light-version.page-template-template-whmcs-php #bridge input[type=button],.orange.light-version.page-template-template-whmcs-php #bridge input[type=reset],.orange.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#db5e47}.orange.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.orange.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.orange.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.orange.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.purple a{color:#c74a73}.purple a:hover{color:#333}.purple .primary-color{color:#c74a73}.purple blockquote{border-left:#c74a73}.purple .btn-secondary{background-color:#333}.purple .btn-secondary:hover{background-color:#c74a73}.purple .social-icons a{background-color:#c74a73;color:#111}.purple .social-icons a:hover{background-color:#111;color:#fff}.purple .primary-nav a{color:#fff}.purple .backtotop{color:#888}.purple .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#c74a73}.purple .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.purple .testimonial-list.testimonial-full .testi-star{color:#c74a73}.purple .ta-team-shortcode .team-member-image:hover:before{background-color:#c74a73}.purple .section-title h2:after{background-color:#c74a73}.purple .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#c74a73}.purple .image-box a.image-box-title:hover{color:#c74a73}.purple .btn-primary{background-color:#c74a73}.purple .btn-primary:hover{background-color:#333}.purple .comments-area .submit{background-color:#c74a73}.purple .comments-area .submit:hover{background-color:#333}.purple .entry-footer a,.purple .recent-post .post-text .read-more,.purple .popular-post .post-text .read-more,.purple .comments-area .comment-list .comment-meta .comment-reply-link,.purple .comments-area .comment-list .comment-meta .comment-edit-link,.purple .numeric-navigation a,.purple .numeric-navigation span{color:#888}.purple .entry-footer a:hover,.purple .recent-post .post-text .read-more:hover,.purple .popular-post .post-text .read-more:hover,.purple .comments-area .comment-list .comment-meta .comment-reply-link:hover,.purple .comments-area .comment-list .comment-meta .comment-edit-link:hover,.purple .numeric-navigation a:hover,.purple .numeric-navigation span:hover{color:#333;background-color:transparent}.purple.light-version .numeric-navigation a:hover,.purple.light-version .numeric-navigation span.current{background-color:#c74a73;color:#fff}.purple .entry-format .link-block:hover,.purple.light-version .entry-format .link-block:hover{background-color:#c74a73}.purple .widget_tag_cloud a{color:#888}.purple .icon-box .b-icon{color:#c74a73}.purple .icon-box.border-circle .b-icon{border:2px solid #c74a73}.purple .icon-box:hover a.box-title{color:#c74a73}.purple .icon-box:hover .b-icon{color:#c74a73;border-color:#c74a73}.purple .pricing-item .pricing-info .p-duration{color:#c74a73}.purple.light-version .pricing-item .pricing-info .p-price{color:#c74a73}.purple.light-version .pricing-item .pricing-info .p-duration{color:#888}.purple .navbar-toggle:hover{color:#c74a73}.purple .primary-nav .current-menu-item>a,.purple .primary-nav .current_page_item>a{background-color:#c74a73}.purple .primary-nav .nav>li>a:hover,.purple .primary-nav .nav>li>a:focus{background-color:#c74a73}.purple.page-template-one-page .primary-nav .current-menu-item>a,.purple.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.purple.page-template-one-page .primary-nav a.current{background-color:#c74a73}.purple .numeric-navigation span:hover{border-color:#c74a73}.purple .numeric-navigation a:hover{color:#c74a73}.purple .owl-controls .owl-buttons div{background-color:#c74a73}.purple .owl-controls .owl-buttons div:hover{background-color:#333}.purple .sticky .entry-header .entry-date{border-color:#c74a73}.purple .sticky .entry-header .entry-date span{color:#c74a73}.purple .wpcf7-form-control.wpcf7-submit{background-color:#c74a73}.purple .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.purple .post-password-form input[type=submit]{background-color:#c74a73}.purple .post-password-form input[type=submit]:hover{background-color:#333}.purple .comments-area .comment-list .comment-meta .author-name{color:#c74a73}.purple .comments-area .comment-list .comment-meta .author-posted:hover{color:#c74a73}.purple .search-form:before{color:#c74a73}.purple .tp-caption .id-color{color:#c74a73}.purple .tp-caption.onehost-button-light a{color:#fff}.purple .tp-caption.onehost-button-blue a,.purple .onehost-button-blue a:hover{background-color:#c74a73}.purple .section-plans{background-color:#c74a73}.purple .section-testimonials-short{background-color:#9a3053}.purple .portfolio-filter a{color:#fff}.purple .portfolio-filter a.active,.purple .portfolio-filter a:hover{background-color:#c74a73}.purple .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#c74a73}.purple .whmcs-widget .widget input[type=submit]{background-color:#c74a73}.purple .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.purple #bridge #order-modern #categories a{color:#c74a73}.purple #bridge #order-modern #categories a:hover{color:#333}.purple #bridge a{color:#c74a73!important}.purple #bridge table.cart tr.total td,.purple #bridge table.data tr.total td{color:#c74a73}.purple #bridge input[type=submit],.purple #bridge input[type=button]{background-color:#c74a73}.purple #bridge input[type=submit]:hover,.purple #bridge input[type=button]:hover{background-color:#333}.purple #bridge input[type=reset]{background-color:#333}.purple #bridge input[type=reset]:hover{background-color:#c74a73}.purple.page-template-template-whmcs-php .site-content .btn.btn-info{background:#c74a73!important}.purple.page-template-template-whmcs-php .site-content a{color:#c74a73}.purple.page-template-template-whmcs-php .site-content a:hover{color:#666}.purple.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.purple.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#c74a73}.purple.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#c74a73}.purple.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.purple.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#c74a73}.purple.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#c74a73}.purple.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#c74a73}.purple.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.purple.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#c74a73}.purple.page-template-template-whmcs-php #bridge input[type=submit],.purple.page-template-template-whmcs-php #bridge input[type=button],.purple.page-template-template-whmcs-php #bridge input[type=reset],.purple.page-template-template-whmcs-php #bridge .btn{background-color:#c74a73;color:#fff!important}.purple.page-template-template-whmcs-php #bridge input[type=submit]:hover,.purple.page-template-template-whmcs-php #bridge input[type=button]:hover,.purple.page-template-template-whmcs-php #bridge input[type=reset]:hover,.purple.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.purple.page-template-template-whmcs-php #bridge input[type=submit]:hover,.purple.page-template-template-whmcs-php #bridge input[type=button]:hover,.purple.page-template-template-whmcs-php #bridge input[type=reset]:hover,.purple.page-template-template-whmcs-php #bridge .btn:hover{background-color:#c74a73}.purple.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#c74a73}.purple.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#c74a73}.purple.light-version.page-template-template-whmcs-php .site-content a{color:#c74a73}.purple.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.purple.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#c74a73}.purple.light-version.page-template-template-whmcs-php #bridge input[type=submit],.purple.light-version.page-template-template-whmcs-php #bridge input[type=button],.purple.light-version.page-template-template-whmcs-php #bridge input[type=reset],.purple.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#c74a73}.purple.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.purple.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.purple.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.purple.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.yellow a{color:#ff9c00}.yellow a:hover{color:#333}.yellow .primary-color{color:#ff9c00}.yellow blockquote{border-left:#ff9c00}.yellow .btn-secondary{background-color:#333}.yellow .btn-secondary:hover{background-color:#ff9c00}.yellow .social-icons a{background-color:#ff9c00;color:#111}.yellow .social-icons a:hover{background-color:#111;color:#fff}.yellow .primary-nav a{color:#fff}.yellow .backtotop{color:#888}.yellow .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#ff9c00}.yellow .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.yellow .testimonial-list.testimonial-full .testi-star{color:#ff9c00}.yellow .ta-team-shortcode .team-member-image:hover:before{background-color:#ff9c00}.yellow .section-title h2:after{background-color:#ff9c00}.yellow .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#ff9c00}.yellow .image-box a.image-box-title:hover{color:#ff9c00}.yellow .btn-primary{background-color:#ff9c00}.yellow .btn-primary:hover{background-color:#333}.yellow .comments-area .submit{background-color:#ff9c00}.yellow .comments-area .submit:hover{background-color:#333}.yellow .entry-footer a,.yellow .recent-post .post-text .read-more,.yellow .popular-post .post-text .read-more,.yellow .comments-area .comment-list .comment-meta .comment-reply-link,.yellow .comments-area .comment-list .comment-meta .comment-edit-link,.yellow .numeric-navigation a,.yellow .numeric-navigation span{color:#888}.yellow .entry-footer a:hover,.yellow .recent-post .post-text .read-more:hover,.yellow .popular-post .post-text .read-more:hover,.yellow .comments-area .comment-list .comment-meta .comment-reply-link:hover,.yellow .comments-area .comment-list .comment-meta .comment-edit-link:hover,.yellow .numeric-navigation a:hover,.yellow .numeric-navigation span:hover{color:#333;background-color:transparent}.yellow.light-version .numeric-navigation a:hover,.yellow.light-version .numeric-navigation span.current{background-color:#ff9c00;color:#fff}.yellow .entry-format .link-block:hover,.yellow.light-version .entry-format .link-block:hover{background-color:#ff9c00}.yellow .widget_tag_cloud a{color:#888}.yellow .icon-box .b-icon{color:#ff9c00}.yellow .icon-box.border-circle .b-icon{border:2px solid #ff9c00}.yellow .icon-box:hover a.box-title{color:#ff9c00}.yellow .icon-box:hover .b-icon{color:#ff9c00;border-color:#ff9c00}.yellow .pricing-item .pricing-info .p-duration{color:#ff9c00}.yellow.light-version .pricing-item .pricing-info .p-price{color:#ff9c00}.yellow.light-version .pricing-item .pricing-info .p-duration{color:#888}.yellow .navbar-toggle:hover{color:#ff9c00}.yellow .primary-nav .current-menu-item>a,.yellow .primary-nav .current_page_item>a{background-color:#ff9c00}.yellow .primary-nav .nav>li>a:hover,.yellow .primary-nav .nav>li>a:focus{background-color:#ff9c00}.yellow.page-template-one-page .primary-nav .current-menu-item>a,.yellow.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.yellow.page-template-one-page .primary-nav a.current{background-color:#ff9c00}.yellow .numeric-navigation span:hover{border-color:#ff9c00}.yellow .numeric-navigation a:hover{color:#ff9c00}.yellow .owl-controls .owl-buttons div{background-color:#ff9c00}.yellow .owl-controls .owl-buttons div:hover{background-color:#333}.yellow .sticky .entry-header .entry-date{border-color:#ff9c00}.yellow .sticky .entry-header .entry-date span{color:#ff9c00}.yellow .wpcf7-form-control.wpcf7-submit{background-color:#ff9c00}.yellow .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.yellow .post-password-form input[type=submit]{background-color:#ff9c00}.yellow .post-password-form input[type=submit]:hover{background-color:#333}.yellow .comments-area .comment-list .comment-meta .author-name{color:#ff9c00}.yellow .comments-area .comment-list .comment-meta .author-posted:hover{color:#ff9c00}.yellow .search-form:before{color:#ff9c00}.yellow .tp-caption .id-color{color:#ff9c00}.yellow .tp-caption.onehost-button-light a{color:#fff}.yellow .tp-caption.onehost-button-blue a,.yellow .onehost-button-blue a:hover{background-color:#ff9c00}.yellow .section-plans{background-color:#ff9c00}.yellow .section-testimonials-short{background-color:#b87000}.yellow .portfolio-filter a{color:#fff}.yellow .portfolio-filter a.active,.yellow .portfolio-filter a:hover{background-color:#ff9c00}.yellow .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#ff9c00}.yellow .whmcs-widget .widget input[type=submit]{background-color:#ff9c00}.yellow .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.yellow #bridge #order-modern #categories a{color:#ff9c00}.yellow #bridge #order-modern #categories a:hover{color:#333}.yellow #bridge a{color:#ff9c00!important}.yellow #bridge table.cart tr.total td,.yellow #bridge table.data tr.total td{color:#ff9c00}.yellow #bridge input[type=submit],.yellow #bridge input[type=button]{background-color:#ff9c00}.yellow #bridge input[type=submit]:hover,.yellow #bridge input[type=button]:hover{background-color:#333}.yellow #bridge input[type=reset]{background-color:#333}.yellow #bridge input[type=reset]:hover{background-color:#ff9c00}.yellow.page-template-template-whmcs-php .site-content .btn.btn-info{background:#ff9c00!important}.yellow.page-template-template-whmcs-php .site-content a{color:#ff9c00}.yellow.page-template-template-whmcs-php .site-content a:hover{color:#666}.yellow.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.yellow.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#ff9c00}.yellow.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#ff9c00}.yellow.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.yellow.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#ff9c00}.yellow.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#ff9c00}.yellow.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#ff9c00}.yellow.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.yellow.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#ff9c00}.yellow.page-template-template-whmcs-php #bridge input[type=submit],.yellow.page-template-template-whmcs-php #bridge input[type=button],.yellow.page-template-template-whmcs-php #bridge input[type=reset],.yellow.page-template-template-whmcs-php #bridge .btn{background-color:#ff9c00;color:#fff!important}.yellow.page-template-template-whmcs-php #bridge input[type=submit]:hover,.yellow.page-template-template-whmcs-php #bridge input[type=button]:hover,.yellow.page-template-template-whmcs-php #bridge input[type=reset]:hover,.yellow.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.yellow.page-template-template-whmcs-php #bridge input[type=submit]:hover,.yellow.page-template-template-whmcs-php #bridge input[type=button]:hover,.yellow.page-template-template-whmcs-php #bridge input[type=reset]:hover,.yellow.page-template-template-whmcs-php #bridge .btn:hover{background-color:#ff9c00}.yellow.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#ff9c00}.yellow.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#ff9c00}.yellow.light-version.page-template-template-whmcs-php .site-content a{color:#ff9c00}.yellow.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.yellow.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#ff9c00}.yellow.light-version.page-template-template-whmcs-php #bridge input[type=submit],.yellow.light-version.page-template-template-whmcs-php #bridge input[type=button],.yellow.light-version.page-template-template-whmcs-php #bridge input[type=reset],.yellow.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#ff9c00}.yellow.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.yellow.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.yellow.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.yellow.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.brown a{color:#987654}.brown a:hover{color:#333}.brown .primary-color{color:#987654}.brown blockquote{border-left:#987654}.brown .btn-secondary{background-color:#333}.brown .btn-secondary:hover{background-color:#987654}.brown .social-icons a{background-color:#987654;color:#111}.brown .social-icons a:hover{background-color:#111;color:#fff}.brown .primary-nav a{color:#fff}.brown .backtotop{color:#888}.brown .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#987654}.brown .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.brown .testimonial-list.testimonial-full .testi-star{color:#987654}.brown .ta-team-shortcode .team-member-image:hover:before{background-color:#987654}.brown .section-title h2:after{background-color:#987654}.brown .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#987654}.brown .image-box a.image-box-title:hover{color:#987654}.brown .btn-primary{background-color:#987654}.brown .btn-primary:hover{background-color:#333}.brown .comments-area .submit{background-color:#987654}.brown .comments-area .submit:hover{background-color:#333}.brown .entry-footer a,.brown .recent-post .post-text .read-more,.brown .popular-post .post-text .read-more,.brown .comments-area .comment-list .comment-meta .comment-reply-link,.brown .comments-area .comment-list .comment-meta .comment-edit-link,.brown .numeric-navigation a,.brown .numeric-navigation span{color:#888}.brown .entry-footer a:hover,.brown .recent-post .post-text .read-more:hover,.brown .popular-post .post-text .read-more:hover,.brown .comments-area .comment-list .comment-meta .comment-reply-link:hover,.brown .comments-area .comment-list .comment-meta .comment-edit-link:hover,.brown .numeric-navigation a:hover,.brown .numeric-navigation span:hover{color:#333;background-color:transparent}.brown.light-version .numeric-navigation a:hover,.brown.light-version .numeric-navigation span.current{background-color:#987654;color:#fff}.brown .entry-format .link-block:hover,.brown.light-version .entry-format .link-block:hover{background-color:#987654}.brown .widget_tag_cloud a{color:#888}.brown .icon-box .b-icon{color:#987654}.brown .icon-box.border-circle .b-icon{border:2px solid #987654}.brown .icon-box:hover a.box-title{color:#987654}.brown .icon-box:hover .b-icon{color:#987654;border-color:#987654}.brown .pricing-item .pricing-info .p-duration{color:#987654}.brown.light-version .pricing-item .pricing-info .p-price{color:#987654}.brown.light-version .pricing-item .pricing-info .p-duration{color:#888}.brown .navbar-toggle:hover{color:#987654}.brown .primary-nav .current-menu-item>a,.brown .primary-nav .current_page_item>a{background-color:#987654}.brown .primary-nav .nav>li>a:hover,.brown .primary-nav .nav>li>a:focus{background-color:#987654}.brown.page-template-one-page .primary-nav .current-menu-item>a,.brown.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.brown.page-template-one-page .primary-nav a.current{background-color:#987654}.brown .numeric-navigation span:hover{border-color:#987654}.brown .numeric-navigation a:hover{color:#987654}.brown .owl-controls .owl-buttons div{background-color:#987654}.brown .owl-controls .owl-buttons div:hover{background-color:#333}.brown .sticky .entry-header .entry-date{border-color:#987654}.brown .sticky .entry-header .entry-date span{color:#987654}.brown .wpcf7-form-control.wpcf7-submit{background-color:#987654}.brown .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.brown .post-password-form input[type=submit]{background-color:#987654}.brown .post-password-form input[type=submit]:hover{background-color:#333}.brown .comments-area .comment-list .comment-meta .author-name{color:#987654}.brown .comments-area .comment-list .comment-meta .author-posted:hover{color:#987654}.brown .search-form:before{color:#987654}.brown .tp-caption .id-color{color:#987654}.brown .tp-caption.onehost-button-light a{color:#fff}.brown .tp-caption.onehost-button-blue a,.brown .onehost-button-blue a:hover{background-color:#987654}.brown .section-plans{background-color:#987654}.brown .section-testimonials-short{background-color:#6a523b}.brown .portfolio-filter a{color:#fff}.brown .portfolio-filter a.active,.brown .portfolio-filter a:hover{background-color:#987654}.brown .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#987654}.brown .whmcs-widget .widget input[type=submit]{background-color:#987654}.brown .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.brown #bridge #order-modern #categories a{color:#987654}.brown #bridge #order-modern #categories a:hover{color:#333}.brown #bridge a{color:#987654!important}.brown #bridge table.cart tr.total td,.brown #bridge table.data tr.total td{color:#987654}.brown #bridge input[type=submit],.brown #bridge input[type=button]{background-color:#987654}.brown #bridge input[type=submit]:hover,.brown #bridge input[type=button]:hover{background-color:#333}.brown #bridge input[type=reset]{background-color:#333}.brown #bridge input[type=reset]:hover{background-color:#987654}.brown.page-template-template-whmcs-php .site-content .btn.btn-info{background:#987654!important}.brown.page-template-template-whmcs-php .site-content a{color:#987654}.brown.page-template-template-whmcs-php .site-content a:hover{color:#666}.brown.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.brown.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#987654}.brown.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#987654}.brown.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.brown.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#987654}.brown.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#987654}.brown.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#987654}.brown.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.brown.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#987654}.brown.page-template-template-whmcs-php #bridge input[type=submit],.brown.page-template-template-whmcs-php #bridge input[type=button],.brown.page-template-template-whmcs-php #bridge input[type=reset],.brown.page-template-template-whmcs-php #bridge .btn{background-color:#987654;color:#fff!important}.brown.page-template-template-whmcs-php #bridge input[type=submit]:hover,.brown.page-template-template-whmcs-php #bridge input[type=button]:hover,.brown.page-template-template-whmcs-php #bridge input[type=reset]:hover,.brown.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.brown.page-template-template-whmcs-php #bridge input[type=submit]:hover,.brown.page-template-template-whmcs-php #bridge input[type=button]:hover,.brown.page-template-template-whmcs-php #bridge input[type=reset]:hover,.brown.page-template-template-whmcs-php #bridge .btn:hover{background-color:#987654}.brown.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#987654}.brown.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#987654}.brown.light-version.page-template-template-whmcs-php .site-content a{color:#987654}.brown.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.brown.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#987654}.brown.light-version.page-template-template-whmcs-php #bridge input[type=submit],.brown.light-version.page-template-template-whmcs-php #bridge input[type=button],.brown.light-version.page-template-template-whmcs-php #bridge input[type=reset],.brown.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#987654}.brown.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.brown.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.brown.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.brown.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.cyan a{color:#1abc9c}.cyan a:hover{color:#333}.cyan .primary-color{color:#1abc9c}.cyan blockquote{border-left:#1abc9c}.cyan .btn-secondary{background-color:#333}.cyan .btn-secondary:hover{background-color:#1abc9c}.cyan .social-icons a{background-color:#1abc9c;color:#111}.cyan .social-icons a:hover{background-color:#111;color:#fff}.cyan .primary-nav a{color:#fff}.cyan .backtotop{color:#888}.cyan .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#1abc9c}.cyan .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.cyan .testimonial-list.testimonial-full .testi-star{color:#1abc9c}.cyan .ta-team-shortcode .team-member-image:hover:before{background-color:#1abc9c}.cyan .section-title h2:after{background-color:#1abc9c}.cyan .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#1abc9c}.cyan .image-box a.image-box-title:hover{color:#1abc9c}.cyan .btn-primary{background-color:#1abc9c}.cyan .btn-primary:hover{background-color:#333}.cyan .comments-area .submit{background-color:#1abc9c}.cyan .comments-area .submit:hover{background-color:#333}.cyan .entry-footer a,.cyan .recent-post .post-text .read-more,.cyan .popular-post .post-text .read-more,.cyan .comments-area .comment-list .comment-meta .comment-reply-link,.cyan .comments-area .comment-list .comment-meta .comment-edit-link,.cyan .numeric-navigation a,.cyan .numeric-navigation span{color:#888}.cyan .entry-footer a:hover,.cyan .recent-post .post-text .read-more:hover,.cyan .popular-post .post-text .read-more:hover,.cyan .comments-area .comment-list .comment-meta .comment-reply-link:hover,.cyan .comments-area .comment-list .comment-meta .comment-edit-link:hover,.cyan .numeric-navigation a:hover,.cyan .numeric-navigation span:hover{color:#333;background-color:transparent}.cyan.light-version .numeric-navigation a:hover,.cyan.light-version .numeric-navigation span.current{background-color:#1abc9c;color:#fff}.cyan .entry-format .link-block:hover,.cyan.light-version .entry-format .link-block:hover{background-color:#1abc9c}.cyan .widget_tag_cloud a{color:#888}.cyan .icon-box .b-icon{color:#1abc9c}.cyan .icon-box.border-circle .b-icon{border:2px solid #1abc9c}.cyan .icon-box:hover a.box-title{color:#1abc9c}.cyan .icon-box:hover .b-icon{color:#1abc9c;border-color:#1abc9c}.cyan .pricing-item .pricing-info .p-duration{color:#1abc9c}.cyan.light-version .pricing-item .pricing-info .p-price{color:#1abc9c}.cyan.light-version .pricing-item .pricing-info .p-duration{color:#888}.cyan .navbar-toggle:hover{color:#1abc9c}.cyan .primary-nav .current-menu-item>a,.cyan .primary-nav .current_page_item>a{background-color:#1abc9c}.cyan .primary-nav .nav>li>a:hover,.cyan .primary-nav .nav>li>a:focus{background-color:#1abc9c}.cyan.page-template-one-page .primary-nav .current-menu-item>a,.cyan.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.cyan.page-template-one-page .primary-nav a.current{background-color:#1abc9c}.cyan .numeric-navigation span:hover{border-color:#1abc9c}.cyan .numeric-navigation a:hover{color:#1abc9c}.cyan .owl-controls .owl-buttons div{background-color:#1abc9c}.cyan .owl-controls .owl-buttons div:hover{background-color:#333}.cyan .sticky .entry-header .entry-date{border-color:#1abc9c}.cyan .sticky .entry-header .entry-date span{color:#1abc9c}.cyan .wpcf7-form-control.wpcf7-submit{background-color:#1abc9c}.cyan .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.cyan .post-password-form input[type=submit]{background-color:#1abc9c}.cyan .post-password-form input[type=submit]:hover{background-color:#333}.cyan .comments-area .comment-list .comment-meta .author-name{color:#1abc9c}.cyan .comments-area .comment-list .comment-meta .author-posted:hover{color:#1abc9c}.cyan .search-form:before{color:#1abc9c}.cyan .tp-caption .id-color{color:#1abc9c}.cyan .tp-caption.onehost-button-light a{color:#fff}.cyan .tp-caption.onehost-button-blue a,.cyan .onehost-button-blue a:hover{background-color:#1abc9c}.cyan .section-plans{background-color:#1abc9c}.cyan .section-testimonials-short{background-color:#117d68}.cyan .portfolio-filter a{color:#fff}.cyan .portfolio-filter a.active,.cyan .portfolio-filter a:hover{background-color:#1abc9c}.cyan .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#1abc9c}.cyan .whmcs-widget .widget input[type=submit]{background-color:#1abc9c}.cyan .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.cyan #bridge #order-modern #categories a{color:#1abc9c}.cyan #bridge #order-modern #categories a:hover{color:#333}.cyan #bridge a{color:#1abc9c!important}.cyan #bridge table.cart tr.total td,.cyan #bridge table.data tr.total td{color:#1abc9c}.cyan #bridge input[type=submit],.cyan #bridge input[type=button]{background-color:#1abc9c}.cyan #bridge input[type=submit]:hover,.cyan #bridge input[type=button]:hover{background-color:#333}.cyan #bridge input[type=reset]{background-color:#333}.cyan #bridge input[type=reset]:hover{background-color:#1abc9c}.cyan.page-template-template-whmcs-php .site-content .btn.btn-info{background:#1abc9c!important}.cyan.page-template-template-whmcs-php .site-content a{color:#1abc9c}.cyan.page-template-template-whmcs-php .site-content a:hover{color:#666}.cyan.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.cyan.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#1abc9c}.cyan.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#1abc9c}.cyan.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.cyan.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#1abc9c}.cyan.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#1abc9c}.cyan.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#1abc9c}.cyan.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.cyan.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#1abc9c}.cyan.page-template-template-whmcs-php #bridge input[type=submit],.cyan.page-template-template-whmcs-php #bridge input[type=button],.cyan.page-template-template-whmcs-php #bridge input[type=reset],.cyan.page-template-template-whmcs-php #bridge .btn{background-color:#1abc9c;color:#fff!important}.cyan.page-template-template-whmcs-php #bridge input[type=submit]:hover,.cyan.page-template-template-whmcs-php #bridge input[type=button]:hover,.cyan.page-template-template-whmcs-php #bridge input[type=reset]:hover,.cyan.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.cyan.page-template-template-whmcs-php #bridge input[type=submit]:hover,.cyan.page-template-template-whmcs-php #bridge input[type=button]:hover,.cyan.page-template-template-whmcs-php #bridge input[type=reset]:hover,.cyan.page-template-template-whmcs-php #bridge .btn:hover{background-color:#1abc9c}.cyan.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#1abc9c}.cyan.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#1abc9c}.cyan.light-version.page-template-template-whmcs-php .site-content a{color:#1abc9c}.cyan.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.cyan.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#1abc9c}.cyan.light-version.page-template-template-whmcs-php #bridge input[type=submit],.cyan.light-version.page-template-template-whmcs-php #bridge input[type=button],.cyan.light-version.page-template-template-whmcs-php #bridge input[type=reset],.cyan.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#1abc9c}.cyan.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.cyan.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.cyan.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.cyan.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.sky-blue a{color:#00cdcd}.sky-blue a:hover{color:#333}.sky-blue .primary-color{color:#00cdcd}.sky-blue blockquote{border-left:#00cdcd}.sky-blue .btn-secondary{background-color:#333}.sky-blue .btn-secondary:hover{background-color:#00cdcd}.sky-blue .social-icons a{background-color:#00cdcd;color:#111}.sky-blue .social-icons a:hover{background-color:#111;color:#fff}.sky-blue .primary-nav a{color:#fff}.sky-blue .backtotop{color:#888}.sky-blue .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#00cdcd}.sky-blue .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.sky-blue .testimonial-list.testimonial-full .testi-star{color:#00cdcd}.sky-blue .ta-team-shortcode .team-member-image:hover:before{background-color:#00cdcd}.sky-blue .section-title h2:after{background-color:#00cdcd}.sky-blue .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#00cdcd}.sky-blue .image-box a.image-box-title:hover{color:#00cdcd}.sky-blue .btn-primary{background-color:#00cdcd}.sky-blue .btn-primary:hover{background-color:#333}.sky-blue .comments-area .submit{background-color:#00cdcd}.sky-blue .comments-area .submit:hover{background-color:#333}.sky-blue .entry-footer a,.sky-blue .recent-post .post-text .read-more,.sky-blue .popular-post .post-text .read-more,.sky-blue .comments-area .comment-list .comment-meta .comment-reply-link,.sky-blue .comments-area .comment-list .comment-meta .comment-edit-link,.sky-blue .numeric-navigation a,.sky-blue .numeric-navigation span{color:#888}.sky-blue .entry-footer a:hover,.sky-blue .recent-post .post-text .read-more:hover,.sky-blue .popular-post .post-text .read-more:hover,.sky-blue .comments-area .comment-list .comment-meta .comment-reply-link:hover,.sky-blue .comments-area .comment-list .comment-meta .comment-edit-link:hover,.sky-blue .numeric-navigation a:hover,.sky-blue .numeric-navigation span:hover{color:#333;background-color:transparent}.sky-blue.light-version .numeric-navigation a:hover,.sky-blue.light-version .numeric-navigation span.current{background-color:#00cdcd;color:#fff}.sky-blue .entry-format .link-block:hover,.sky-blue.light-version .entry-format .link-block:hover{background-color:#00cdcd}.sky-blue .widget_tag_cloud a{color:#888}.sky-blue .icon-box .b-icon{color:#00cdcd}.sky-blue .icon-box.border-circle .b-icon{border:2px solid #00cdcd}.sky-blue .icon-box:hover a.box-title{color:#00cdcd}.sky-blue .icon-box:hover .b-icon{color:#00cdcd;border-color:#00cdcd}.sky-blue .pricing-item .pricing-info .p-duration{color:#00cdcd}.sky-blue.light-version .pricing-item .pricing-info .p-price{color:#00cdcd}.sky-blue.light-version .pricing-item .pricing-info .p-duration{color:#888}.sky-blue .navbar-toggle:hover{color:#00cdcd}.sky-blue .primary-nav .current-menu-item>a,.sky-blue .primary-nav .current_page_item>a{background-color:#00cdcd}.sky-blue .primary-nav .nav>li>a:hover,.sky-blue .primary-nav .nav>li>a:focus{background-color:#00cdcd}.sky-blue.page-template-one-page .primary-nav .current-menu-item>a,.sky-blue.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.sky-blue.page-template-one-page .primary-nav a.current{background-color:#00cdcd}.sky-blue .numeric-navigation span:hover{border-color:#00cdcd}.sky-blue .numeric-navigation a:hover{color:#00cdcd}.sky-blue .owl-controls .owl-buttons div{background-color:#00cdcd}.sky-blue .owl-controls .owl-buttons div:hover{background-color:#333}.sky-blue .sticky .entry-header .entry-date{border-color:#00cdcd}.sky-blue .sticky .entry-header .entry-date span{color:#00cdcd}.sky-blue .wpcf7-form-control.wpcf7-submit{background-color:#00cdcd}.sky-blue .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.sky-blue .post-password-form input[type=submit]{background-color:#00cdcd}.sky-blue .post-password-form input[type=submit]:hover{background-color:#333}.sky-blue .comments-area .comment-list .comment-meta .author-name{color:#00cdcd}.sky-blue .comments-area .comment-list .comment-meta .author-posted:hover{color:#00cdcd}.sky-blue .search-form:before{color:#00cdcd}.sky-blue .tp-caption .id-color{color:#00cdcd}.sky-blue .tp-caption.onehost-button-light a{color:#fff}.sky-blue .tp-caption.onehost-button-blue a,.sky-blue .onehost-button-blue a:hover{background-color:#00cdcd}.sky-blue .section-plans{background-color:#00cdcd}.sky-blue .section-testimonials-short{background-color:#008686}.sky-blue .portfolio-filter a{color:#fff}.sky-blue .portfolio-filter a.active,.sky-blue .portfolio-filter a:hover{background-color:#00cdcd}.sky-blue .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#00cdcd}.sky-blue .whmcs-widget .widget input[type=submit]{background-color:#00cdcd}.sky-blue .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.sky-blue #bridge #order-modern #categories a{color:#00cdcd}.sky-blue #bridge #order-modern #categories a:hover{color:#333}.sky-blue #bridge a{color:#00cdcd!important}.sky-blue #bridge table.cart tr.total td,.sky-blue #bridge table.data tr.total td{color:#00cdcd}.sky-blue #bridge input[type=submit],.sky-blue #bridge input[type=button]{background-color:#00cdcd}.sky-blue #bridge input[type=submit]:hover,.sky-blue #bridge input[type=button]:hover{background-color:#333}.sky-blue #bridge input[type=reset]{background-color:#333}.sky-blue #bridge input[type=reset]:hover{background-color:#00cdcd}.sky-blue.page-template-template-whmcs-php .site-content .btn.btn-info{background:#00cdcd!important}.sky-blue.page-template-template-whmcs-php .site-content a{color:#00cdcd}.sky-blue.page-template-template-whmcs-php .site-content a:hover{color:#666}.sky-blue.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.sky-blue.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#00cdcd}.sky-blue.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#00cdcd}.sky-blue.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.sky-blue.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#00cdcd}.sky-blue.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#00cdcd}.sky-blue.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#00cdcd}.sky-blue.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.sky-blue.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#00cdcd}.sky-blue.page-template-template-whmcs-php #bridge input[type=submit],.sky-blue.page-template-template-whmcs-php #bridge input[type=button],.sky-blue.page-template-template-whmcs-php #bridge input[type=reset],.sky-blue.page-template-template-whmcs-php #bridge .btn{background-color:#00cdcd;color:#fff!important}.sky-blue.page-template-template-whmcs-php #bridge input[type=submit]:hover,.sky-blue.page-template-template-whmcs-php #bridge input[type=button]:hover,.sky-blue.page-template-template-whmcs-php #bridge input[type=reset]:hover,.sky-blue.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.sky-blue.page-template-template-whmcs-php #bridge input[type=submit]:hover,.sky-blue.page-template-template-whmcs-php #bridge input[type=button]:hover,.sky-blue.page-template-template-whmcs-php #bridge input[type=reset]:hover,.sky-blue.page-template-template-whmcs-php #bridge .btn:hover{background-color:#00cdcd}.sky-blue.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#00cdcd}.sky-blue.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#00cdcd}.sky-blue.light-version.page-template-template-whmcs-php .site-content a{color:#00cdcd}.sky-blue.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.sky-blue.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#00cdcd}.sky-blue.light-version.page-template-template-whmcs-php #bridge input[type=submit],.sky-blue.light-version.page-template-template-whmcs-php #bridge input[type=button],.sky-blue.light-version.page-template-template-whmcs-php #bridge input[type=reset],.sky-blue.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#00cdcd}.sky-blue.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.sky-blue.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.sky-blue.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.sky-blue.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.gray a{color:#656565}.gray a:hover{color:#333}.gray .primary-color{color:#656565}.gray blockquote{border-left:#656565}.gray .btn-secondary{background-color:#333}.gray .btn-secondary:hover{background-color:#656565}.gray .social-icons a{background-color:#656565;color:#111}.gray .social-icons a:hover{background-color:#111;color:#fff}.gray .primary-nav a{color:#fff}.gray .backtotop{color:#888}.gray .wpb_call_to_action .wpb_button.wpb_btn-info{background-color:#656565}.gray .wpb_call_to_action .wpb_button.wpb_btn-info:hover{background-color:#333}.gray .testimonial-list.testimonial-full .testi-star{color:#656565}.gray .ta-team-shortcode .team-member-image:hover:before{background-color:#656565}.gray .section-title h2:after{background-color:#656565}.gray .wpb_tabs .wpb_wrapper .wpb_tab .wpb_content_element .dropcap{background-color:#656565}.gray .image-box a.image-box-title:hover{color:#656565}.gray .btn-primary{background-color:#656565}.gray .btn-primary:hover{background-color:#333}.gray .comments-area .submit{background-color:#656565}.gray .comments-area .submit:hover{background-color:#333}.gray .entry-footer a,.gray .recent-post .post-text .read-more,.gray .popular-post .post-text .read-more,.gray .comments-area .comment-list .comment-meta .comment-reply-link,.gray .comments-area .comment-list .comment-meta .comment-edit-link,.gray .numeric-navigation a,.gray .numeric-navigation span{color:#888}.gray .entry-footer a:hover,.gray .recent-post .post-text .read-more:hover,.gray .popular-post .post-text .read-more:hover,.gray .comments-area .comment-list .comment-meta .comment-reply-link:hover,.gray .comments-area .comment-list .comment-meta .comment-edit-link:hover,.gray .numeric-navigation a:hover,.gray .numeric-navigation span:hover{color:#333;background-color:transparent}.gray.light-version .numeric-navigation a:hover,.gray.light-version .numeric-navigation span.current{background-color:#656565;color:#fff}.gray .entry-format .link-block:hover,.gray.light-version .entry-format .link-block:hover{background-color:#656565}.gray .widget_tag_cloud a{color:#888}.gray .icon-box .b-icon{color:#656565}.gray .icon-box.border-circle .b-icon{border:2px solid #656565}.gray .icon-box:hover a.box-title{color:#656565}.gray .icon-box:hover .b-icon{color:#656565;border-color:#656565}.gray .pricing-item .pricing-info .p-duration{color:#656565}.gray.light-version .pricing-item .pricing-info .p-price{color:#656565}.gray.light-version .pricing-item .pricing-info .p-duration{color:#888}.gray .navbar-toggle:hover{color:#656565}.gray .primary-nav .current-menu-item>a,.gray .primary-nav .current_page_item>a{background-color:#656565}.gray .primary-nav .nav>li>a:hover,.gray .primary-nav .nav>li>a:focus{background-color:#656565}.gray.page-template-one-page .primary-nav .current-menu-item>a,.gray.page-template-one-page .primary-nav .current_page_item>a{background-color:transparent}.gray.page-template-one-page .primary-nav a.current{background-color:#656565}.gray .numeric-navigation span:hover{border-color:#656565}.gray .numeric-navigation a:hover{color:#656565}.gray .owl-controls .owl-buttons div{background-color:#656565}.gray .owl-controls .owl-buttons div:hover{background-color:#333}.gray .sticky .entry-header .entry-date{border-color:#656565}.gray .sticky .entry-header .entry-date span{color:#656565}.gray .wpcf7-form-control.wpcf7-submit{background-color:#656565}.gray .wpcf7-form-control.wpcf7-submit:hover{background-color:#333}.gray .post-password-form input[type=submit]{background-color:#656565}.gray .post-password-form input[type=submit]:hover{background-color:#333}.gray .comments-area .comment-list .comment-meta .author-name{color:#656565}.gray .comments-area .comment-list .comment-meta .author-posted:hover{color:#656565}.gray .search-form:before{color:#656565}.gray .tp-caption .id-color{color:#656565}.gray .tp-caption.onehost-button-light a{color:#fff}.gray .tp-caption.onehost-button-blue a,.gray .onehost-button-blue a:hover{background-color:#656565}.gray .section-plans{background-color:#656565}.gray .section-testimonials-short{background-color:#414141}.gray .portfolio-filter a{color:#fff}.gray .portfolio-filter a.active,.gray .portfolio-filter a:hover{background-color:#656565}.gray .portfolio-showcase .portfolio_project .portfolio-detail:before{background-color:#656565}.gray .whmcs-widget .widget input[type=submit]{background-color:#656565}.gray .whmcs-widget .widget input[type=submit]:hover{background-color:#333}.gray #bridge #order-modern #categories a{color:#656565}.gray #bridge #order-modern #categories a:hover{color:#333}.gray #bridge a{color:#656565!important}.gray #bridge table.cart tr.total td,.gray #bridge table.data tr.total td{color:#656565}.gray #bridge input[type=submit],.gray #bridge input[type=button]{background-color:#656565}.gray #bridge input[type=submit]:hover,.gray #bridge input[type=button]:hover{background-color:#333}.gray #bridge input[type=reset]{background-color:#333}.gray #bridge input[type=reset]:hover{background-color:#656565}.gray.page-template-template-whmcs-php .site-content .btn.btn-info{background:#656565!important}.gray.page-template-template-whmcs-php .site-content a{color:#656565}.gray.page-template-template-whmcs-php .site-content a:hover{color:#666}.gray.page-template-template-whmcs-php .site-content .main-content .form-group input[type=submit],.gray.page-template-template-whmcs-php .site-content .main-content .form-group .btn{background-color:#656565}.gray.page-template-template-whmcs-php .site-content .main-content .login-form-panel h3.badge{background-color:#656565}.gray.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form input[type=submit],.gray.page-template-template-whmcs-php .site-content .main-content .login-form-panel .login-form .btn-default{background-color:#656565}.gray.page-template-template-whmcs-php .site-content .btn.btn-primary{background-color:#656565}.gray.page-template-template-whmcs-php .site-content .sidebar .panel-footer .btn{color:#656565}.gray.page-template-template-whmcs-php .site-content .sidebar .list-group-item:hover,.gray.page-template-template-whmcs-php .site-content .sidebar .list-group-item.active{color:#656565}.gray.page-template-template-whmcs-php #bridge input[type=submit],.gray.page-template-template-whmcs-php #bridge input[type=button],.gray.page-template-template-whmcs-php #bridge input[type=reset],.gray.page-template-template-whmcs-php #bridge .btn{background-color:#656565;color:#fff!important}.gray.page-template-template-whmcs-php #bridge input[type=submit]:hover,.gray.page-template-template-whmcs-php #bridge input[type=button]:hover,.gray.page-template-template-whmcs-php #bridge input[type=reset]:hover,.gray.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}.gray.page-template-template-whmcs-php #bridge input[type=submit]:hover,.gray.page-template-template-whmcs-php #bridge input[type=button]:hover,.gray.page-template-template-whmcs-php #bridge input[type=reset]:hover,.gray.page-template-template-whmcs-php #bridge .btn:hover{background-color:#656565}.gray.page-template-template-whmcs-php #bridge ul.navbar-nav li a:hover{background-color:#656565}.gray.light-version.page-template-template-whmcs-php .site-content .domain-bulk-options-box .btn.btn-warning.btn-sm{color:#656565}.gray.light-version.page-template-template-whmcs-php .site-content a{color:#656565}.gray.light-version.page-template-template-whmcs-php .site-content a:hover{color:#555}.gray.light-version.page-template-template-whmcs-php #bridge table tr.total td{color:#656565}.gray.light-version.page-template-template-whmcs-php #bridge input[type=submit],.gray.light-version.page-template-template-whmcs-php #bridge input[type=button],.gray.light-version.page-template-template-whmcs-php #bridge input[type=reset],.gray.light-version.page-template-template-whmcs-php #bridge .btn{background-color:#656565}.gray.light-version.page-template-template-whmcs-php #bridge input[type=submit]:hover,.gray.light-version.page-template-template-whmcs-php #bridge input[type=button]:hover,.gray.light-version.page-template-template-whmcs-php #bridge input[type=reset]:hover,.gray.light-version.page-template-template-whmcs-php #bridge .btn:hover{background-color:#333}