.accordion { width: 100%; position: relative; } .accordion .accordion-row { padding: 0px 0 0px 0px; position: relative; margin: 0 0 10px 0; } .accordion .accord-icon { position: absolute; right: 15px; top: 14px; overflow: hidden; border: 0; cursor: pointer; font-size: 16px; } .accordion li { margin: 0 0 10px 0; } .accordion .title { vertical-align: top; color: #279fbb; padding: 10px 15px; cursor: pointer; line-height: 25px; background-color: #f7f7f7; -webkit-transition: opacity 200ms; -moz-transition: opacity 200ms; -o-transition: opacity 200ms; transition: opacity 200ms; border-radius: 5px; } .accordion .title h4 { margin: 0; font-size: 14px; line-height: 25px; color: #0273bf; -webkit-transition: opacity 200ms; -moz-transition: opacity 200ms; -o-transition: opacity 200ms; transition: opacity 200ms; } .accordion .title.active { border-bottom: 2px solid #666; border-bottom: 2px solid rgba(0, 0, 0, 0.5); color: #fff; } .accordion .title.active h4 { color: #fff; } .dark-accordion.accordion .title { background-color: #132555; color: #fff; } .dark-accordion.accordion h4 { color: #fff !important; } .dark-accordion.accordion .title.active { background-color: #0273bf; color: #fff; } .dark-accordion.accordion .title.active h4 { color: #fff; } .accordion .desc { padding: 10px 10px 10px 15px; display: none; overflow: hidden; width: 100%; } .accordion .active { opacity: 1; background-color: #0273bf; } .accordion .active h4 { color: #fff; } 
/*
Header UI Element
*/
body, html,
button,
input,
select,
textarea { font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #878787; margin: 0; font-size: 13px; line-height: 20px; background-color: white;} 
html,
button,
input,
select,
textarea { font-family: sans-serif;}
/**************************** Buttons ****************************/ /* override bootstrap classes */ .btn { border-radius: 2px; font-family: "Montserrat", sans-serif; border: 0; margin: 0 10px 10px 0; } .btn.btn-primary { color: #fff; } .btn.btn-primary:hover { opacity: 0.9; color: #fff; } .btn.btn-default { background-color: #f7f7f7; color: #279fbb !important; border: 1px solid #f7f7f7 !important; } .btn.btn-default:hover { background-color: #fafafa; opacity: 1; } .btn.btn-lg { font-size: 16px; } .btn.outlined { background-color: transparent !important; border: 1px solid #ffffff; color: #ffffff; margin: 20px 0 0 0; } .btn-callout { float: right; margin: 5px 0 0 0; } .btn-full-width { width: 100%; clear: both; }

/**************************** Home elements dividers ****************************/ 
.divider { margin: 40px 0; width: 100%; display: block; border-bottom: 1px solid #d8d8d8; } .divider.divider-shadow { background-image: url("../images/divider-shadow.png"); border-bottom: none; margin: 60px 0 60px 0; height: 20px; background-repeat: no-repeat; background-size: 100%; } .divider.stripe-1 { background-image: url("../images/divider-stripe1.png"); border-bottom: none; height: 10px; } .divider.stripe-2 { background-image: url("../images/divider-stripe2.png"); border-bottom: none; height: 10px; } .divider.stripe-3 { background-image: url("../images/divider-stripe3.png"); border-bottom: none; height: 10px; } .divider.stripe-4 { background-image: url("../images/divider-stripe4.png"); border-bottom: none; height: 10px; } .divider.stripe-5 { background-image: url("../images/divider-stripe5.png"); border-bottom: none; height: 10px; } /**************************** Elastic Slider ****************************/ .ei-slider { position: relative; width: 100%; height: 500px; margin: 0 0; left: 0px; top: 0px; z-index: 0; overflow: hidden; } .ei-slider ul { padding: 0; margin: 0; } .ei-slider-loading { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 999; background: rgba(0, 0, 0, 0.9); color: #fff; text-align: center; line-height: 400px; } .ei-slider-large { height: 100%; width: 100%; position: relative; overflow: hidden; } .ei-slider-large li { position: absolute; top: 0px; left: 0px; overflow: hidden; height: 100%; width: 100%; } .ei-slider-large li img { width: 100%; position: absolute; left: 0; top: 0; } .ei-title { position: absolute; left: 40px; top: 40%; width: 1170px; } .ei-title h2 { font-size: 38px; color: #fff; text-align: center; margin: 0; text-shadow: 0 0 5px #000; } .ei-title.ei-title-right h2, .ei-title.ei-title-right h3 { text-align: right; } .ei-title.ei-title-left h2, .ei-title.ei-title-left h3 { text-align: left; } .ei-title.ei-title-right1 h2 { margin-top: 100px; margin-right: 160px; } .ei-title.e-title2 { padding: 0px; box-sizing: border-box; } .ei-title h3 { font-size: 12px; font-family: "Open Sans", sans-serif; color: #fff; padding: 20px 6px 6px 0px; width: 100%; margin: auto; text-align: center; display: block; } /**************************** Feature Columns ****************************/ .feature { position: relative; border: 1px solid #dbdbdb; background-color: #fff; } .feature:after { content: ""; position: absolute; left: 0; bottom: 0px; width: 100%; height: 1px; background-color: #c2c2c2; } .feature .feature-content { padding: 15px; } .feature .feature-content p { margin-bottom: 0; } .feature .feature-content h3 { margin-bottom: 10px; } .feature .feature-content a { color: #279fbb; } .feature .feature-content a:hover { color: #4b4b4b; text-decoration: none; } .feature .feature-details { border-top: 1px solid #e8e8e8; padding: 0 10px 0 15px; line-height: 40px; } .feature .feature-details i { font-size: 18px; color: #279fbb; } .feature .feature-details i:hover { text-decoration: none; } .feature .feature-details a { display: inline-block; } .feature .feature-details a:hover { text-decoration: none; } .feature .feature-details .details-seperator { border-right: 1px solid #e9e9e9; height: 15px; margin: 0 15px; padding: 0; } .feature .feature-details .feature-share { float: right; } .feature .feature-details .feature-share i { margin-left: 10px; } .feature .feature-details span { padding: 0 0px 0 10px; } .feature .feature-details span i { margin-right: 5px; } .feature .feature-details span a { color: #878787; } .feature .feature-details span a:hover { color: #c2c2c2; } .feature .feature-details span:first-child { padding-left: 0; } /**************************** Footer ****************************/ .footer { overflow: hidden; position: relative; z-index: 0; padding: 0 0 0 0; height:60px; font-family: "Montserrat", sans-serif; font-size:14px;} .footer .footer-col .footer-title { padding: 0 0 8px 0; margin: 0 0 20px 0; text-transform: uppercase; color: #279fbb; font-family: "Montserrat", sans-serif; font-weight: bold; } .footer .footer-col .footer-content { color: #d4d4d4; line-height: 20px; font-family: "Open Sans", sans-serif; padding-bottom: 0px; } .footer .footer-col .footer-content .footer-content-text { line-height: 20px; } .footer .footer-col .footer-content .footer-content-logo { float: left; clear: both; margin: 0 0 20px 0; width: 100%; } .footer .footer-col .footer-content a { color: #c9c9c9; text-decoration: none; } .footer ul { color: #c9c9c9; } .footer .footer-col .footer-content .footer-recent-tweets { list-style-type: none; padding-left: 25px; color: #c9c9c9; } .footer .footer-col .footer-content .footer-recent-tweets li { line-height: 20px; margin-top: 20px; position: relative; } .footer .footer-col .footer-content .footer-recent-tweets li a { color: #f8f8f8; } .footer .footer-col .footer-content .footer-recent-tweets li:after { content: ""; position: absolute; left: -25px; top: 5px; background: no-repeat -98px -1px url("../images/sprites.png"); width: 16px; height: 13px; } .footer .footer-col .footer-content .nice-time { font-size: 10px; font-family: "Myriad Pro", sans-serif; font-weight: bold; color: #c9c9c9; } .footer .footer-col .footer-content .nice-time a { text-decoration: none; } .footer .footer-col .footer-content .footer-category-list { list-style-type: none; padding-left: 0; color: #c9c9c9; } .footer .footer-col .footer-content .footer-category-list li { padding: 6px 0; position: relative; border-bottom: 1px solid #414141; } .footer .footer-col .footer-content .footer-category-list li:first-child { padding-top: 0; } .footer .footer-col .footer-content .footer-category-list li a { text-decoration: none; } .footer .footer-col .footer-content .footer-category-list li a:hover { color: #f8f8f8; } .footer .footer-col .footer-content .input { width: 100%; display: block; background-color: #133763; border: 0; border-radius: 5px; outline: 0; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #cccccc; } .footer .footer-col .footer-getintouch-row { margin: 10px 0 0 0; } .footer .footer-col .footer-content .input:hover { background-color: white; background-color: rgba(255, 255, 255, 0.38); color: #333333; } .footer .footer-col .footer-content .input:focus { background-color: rgba(255, 255, 255, 0.8); color: #333333; } .footer .footer-col .footer-content input[type=text] { height: 30px; } .footer .footer-col .footer-content input[type=submit] { background-color: #184780; border: 0; -webkit-box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21); -moz-box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21); box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21); padding: 7px 18px; border-radius: 5px; color: #d2d2d2; font-size: 12px; font-family: "Open Sans", sans-serif; } .footer .footer-col .footer-content input[type=submit]:hover { background-color: #164279; } .footer .footer-col .footer-content input[type=submit]:active { background-color: #184780; } .footer .copyright { color: #414141; height: 80px; width: 100%; font-family: "Open Sans", sans-serif; background-color: #fff; } .footer .copyright a { color: #a3a3a3; text-decoration: none; } .footer .copyright a:hover { color: #279fbb; } .footer .copyright .copyright-text { padding-top:10px; color:#8C8C8C} .footer .social-icons { overflow: hidden; height: 40px; } .footer .copyright:before { position: absolute; display: block; content: ''; height: 1px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .footer-wrapper { position: relative; padding-top: 25px; padding-bottom: 35px; } .footer-wrapper:after { content: ""; position: absolute; left: -50%; top: -8px; width: 2000px; height: 359px; margin-left: 0; z-index: -1; } .boxed .flickr_badge_wrapper .flickr_badge_image img { width: 64px; height: 64px; } /** footer-contact **/ .footer-contact textarea { resize: vertical; height: 100px; padding: 5px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } .footer-contact label { padding: 4px 0 0 0; clear: both; display: block; color: #cf3f3f; } ul.contact-info { list-style-type: none; margin: 0; padding: 0; } ul.contact-info li { margin-bottom: 20px; } ul.contact-info li i { margin-right: 10px; margin-right: 5px; width: 20px; height: 15px; display: inline-block; } ul.contact-info li .contact-title { text-transform: uppercase; color: #8c8c8c; } ul.contact-info li .contact-details { margin-left: 27px; } /**************************** Global CSS classes used for all theme. ****************************/ /* Global Responsive */ /* H1&H3 for page titles */ h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; margin: 0 0 20px 0; color: #3a3a3a; } h1 { font-size: 28px; } h2 { font-size: 22px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 15px; } h6 { font-size: 14px; color: #7a7a7a; text-transform: uppercase; } a { text-decoration: none; } p { font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 20px; } .center-title { text-align: center; } .left-title .heading-title h2:before { display: none; } .right-title .heading-title h2:after { display: none; } .heading-title { display: inline-block; } .heading-title h2:before, .heading-title h2:after { content: " "; display: block; height: 1px; border-top: 3px solid #bdc3c7; border-bottom: 1px solid #2c3e50; width: 80px; margin-top: 14px; } .heading-title h2:before { float: left; margin-right: 20px; } .heading-title h2:after { float: right; margin-left: 20px; } body { overflow-x: hidden; font-size: 12px; font-family: "Open Sans", sans-serif; } blockquote { border-left: 3px solid #c3c3c3; padding: 0 0 0 25px; margin: 0 0 20px 20px; color: #AFAFAF; } ::selection { background-color: #279fbb; color: #fff; } ::-moz-selection { background-color: #279fbb; color: #fff; } ul { font-size: 13px; color: #333333; } /* Main Container */ .body-wrapper { position: relative; z-index: 0; padding-top:40px; padding-bottom:0px;} .right-text { text-align: right; } .left-text { text-align: left; } .center-text { text-align: center; } .background-text { background-color: black; background-color: rgba(0, 0, 0, 0.4); } .title-text-style { text-transform: uppercase; } .top-title-wrapper { background-color: #132555; width: 100%; overflow: hidden; -webkit-box-shadow: inset 0px -2px 3px rgba(39, 39, 39, 0.5); -moz-box-shadow: inset 0px -2px 3px rgba(39, 39, 39, 0.5); box-shadow: inset 0px -2px 3px rgba(39, 39, 39, 0.5); border-bottom: 3px solid #0273bf; } .h1-page-title { font-weight: 400; margin: 0 0 10px 0; line-height: 20px; font-size: 26px; float: left; color: #fff; margin-right: 10px; } .h2-page-desc { font-weight: 200; font-size: 22px; line-height: 20px; color: #EEEEEE; border-left: 1px solid; padding-left: 10px; float: left; margin-bottom: 10px; } .inline-block { display: inline-block; } .h2-section-title { text-align: center; font-size: 24px; font-weight: bold; text-transform: uppercase; line-height: 36px; margin-bottom: 10px; color: #4b4b4b; } body .h4-section-title { margin-bottom: 10px; font-size: 18px; color: #4b4b4b; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; line-height: 28px; } .h3-section-info { font-size: 22px; text-align: center; color: #535353; font-weight: 300; -webkit-font-smoothing: antialiased; } .p-section-info { font-weight: 100; font-size: 14px; color: #666; text-align: center; } .i-section-title { position: relative; background: transparent; height: 20px; text-align: center; margin: 0 0 30px 0; border-bottom: 1px solid #F0F0F0; width: 50%; left: 25%; } .i-section-title i { background: #fff; width: 40px; font-size: 32px; position: absolute; left: 50%; top: 0; margin-left: -40px; padding-top: 10px; border-radius: 50%; height: 40px; color: #D8D8D8; padding: 0 20px; line-height: 40px; } .section-icon-item { display: inline-block; margin-right: 20px; } .tool-tip { color: #279fbb; cursor: pointer; } .tool-tip:hover { text-decoration: none !important; } /* H2 default style */ .h2-body-title { font-size: 22px; color: #3a3a3a; font-weight: 600; margin: 0px 0px 20px 0px; clear: both; text-transform: uppercase; } /* H3 default style */ .h3-body-title { font-size: 18px; color: #4b4b4b !important; font-weight: 600; text-transform: uppercase; margin: 0px 0 20px 0px; line-height: 20px; } .h3-blog-title { text-transform: uppercase; font-weight: normal; font-size: 18px; } .right-image-container { position: relative; right: 0; bottom: 0; } .title-block .h3-body-title { float: left; margin: 0px 20px 20px 0px; } .title-block .title-seperator { background: url("../images/title-pattern.png"); height: 5px; overflow: hidden; margin-top: 8px; overflow: hidden; } .h3-sidebar-title { color: #4b4b4b; font-size: 15px; font-weight: 500; text-transform: uppercase; } .h4-body-title { font-size: 18px; color: #4b4b4b; font-weight: normal; } .space-sep20 { clear: both; display: block; height: 20px; } .space-sep30 { clear: both; display: block; height: 30px; } .space-sep40 { clear: both; display: block; height: 40px; } .space-sep50 { clear: both; display: block; height: 50px; } .space-sep60 { clear: both; display: block; height: 60px; } .space-sep70 { clear: both; display: block; height: 70px; } .space-sep80 { clear: both; display: block; height: 80px; } .space-sep90 { clear: both; display: block; height: 90px; } .space-sep100 { clear: both; display: block; height: 100px; }
.page-info { padding-top: 30px; padding-bottom: 20px; position: relative; overflow: hidden; }

/* Colors Text */ body .white-text, body .white-text h1, body .white-text h2, body .white-text h3, body .white-text h4, body .white-text h5, body .white-text h6, body .white-text p, body .white-text .p-section-info, body .white-text pre, body .white-text a, body .white-text h3 a, body .white-text .feature-details a, body .white-text input[type=text], body .white-text input[type=email], body .white-text textarea { color: #ffffff; } body .white-text { color: #ffffff !important; } .body_paragraph { color: #666666; font-family: "Open Sans", sans-serif; font-size: 13px; } .highlighted-text { background-color: #279fbb; color: #ffffff; padding: 2px; } strong.colored, span.colored { color: #279fbb; } .skin-text { color: #279fbb !important; } body .white-text .feature-details a:hover { color: #279fbb; } /* Cols */ .col-with-separator { background-repeat: no-repeat; background-image: url(../images/col-sep.png); background-size: auto 100%; height: 630px; padding: 0 0 0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .separator { background: transparent; background-image: url(../images/sidebar_shadow_body.png); background-repeat: repeat-y; padding: 0 0 0 30px; position: absolute; width: 50px; left: -35px; top: 14px; bottom: 0px; z-index: 0; } .separator:after { position: absolute; top: -41px; left: 0; background-image: url(../images/sidebar_shadow_top.png); background-repeat: no-repeat; width: 24px; height: 41px; content: ""; } .separator:before { position: absolute; bottom: -55px; left: 0; background-image: url(../images/sidebar_shadow_bottom.png); background-repeat: no-repeat; background-position: 0 -69px; width: 24px; height: 55px; content: ""; } .separator.separator-right { background: transparent; background-image: url(../images/sep_shadow_body2.png); background-repeat: repeat-y; padding: 0 0 0 30px; position: absolute; width: 0px; left: auto; right: -35px; } .separator.separator-right:after { left: auto; right: 6px; background-image: url(../images/sep_shadow_top2.png); background-repeat: no-repeat; } .separator.separator-right:before { left: auto; right: 6px; background-image: url(../images/sep_shadow_bottom2.png); background-repeat: no-repeat; } /* Body Wrapper Links*/ .body-wrapper a, .top-body a, .top-footer a { text-decoration: none; color: #4b4b4b; } .body-wrapper a:hover, .top-body a:hover, .top-footer a:hover { color: #279fbb; } /* Body Row for defining spacing between rows.  */.body-row { margin: 0 0 20px 0; } /* sidebar */ .sidebar { position: relative; width: 100%; z-index: 0; } .sidebar .sidebar-title { text-transform: capitalize; } /* Slider Global*/ .parallax-slide { height: 500px; } .cycle-slideshow { overflow: hidden; z-index: 0; position: relative; } .parallax-slider.cycle-slideshow { height: auto; } .cycle-slide { width: 100%; overflow: hidden; } .cycle-next, .cycle-prev { position: absolute; right: -100px; top: 50%; background-color: #000; background-color: rgba(0, 0, 0, 0.5); color: #f8f8f8; z-index: 1000; margin-top: -15px; cursor: pointer; font-size: 18px; text-align: center; width: 35px; height: 35px; line-height: 35px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .cycle-prev { left: -100px; right: auto; } .cycle-slideshow:hover .cycle-next { right: 5px; } .cycle-slideshow:hover .cycle-prev { left: 5px; } .cycle-next:hover { background-color: rgba(0, 0, 0, 0.7); } .cycle-prev:hover { background-color: rgba(0, 0, 0, 0.7); } .cycle-pager { position: absolute; width: 100%; text-align: center; font-size: 28px; z-index: 1000; left: 0; bottom: 1px; display: inline-block; cursor: pointer; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .cycle-pager .cycle-pager-active, .cycle-pager span:hover { color: #969696; text-shadow: 0 0 2px #000; cursor: pointer; } #to-top-button { z-index: 2; width: 40px; height: 40px; position: fixed; bottom: 50px; right: 50px; cursor: pointer; overflow: hidden; opacity: .7; background-color: #000; background-color: rgba(0, 0, 0, 0.6); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: background-color 0.5s; -moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s; text-align: center; line-height: 40px; font-size: 25px; color: #fff; display: none; filter: alpha(opacity=70); } #to-top-button:hover { background-color: rgba(0, 0, 0, 0.8); filter: alpha(opacity=80); } #to-top-button i { width: 40px; height: 40px; line-height: 40px; display: block; } time { font-weight: bold; font-size: 11px; } .text-input { -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border: 1px solid #ccc; padding: 6px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0; } .text-input:focus { border-color: #279FBC; } #header { clear: both; border-bottom: 3px solid #79B2F9; z-index: 1; position: relative;} #header:after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 4px; box-shadow: 0px 1px 3px #333; } #header.sticky-header:after { height: 0px; } .header_wrapper, .top_wrapper { width: 100%; height: auto; position: relative; background-size: 100% 1000px; z-index: 1; } .top-header { background-color: transparent; position: relative; z-index: 1; } /* Alias for .header_wrapper */ /* Header Element, Container for - Logo - Navigation - Search */ /* Configuration of the header*/ .header { padding: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; margin-bottom: 5px; } .header .logo { margin: 17px 0 0 0; } /* Navigation */ /* Nav Config */ .navigation { float: left; padding: 0 0 0 0; margin: 0; list-style-type: none; height: 80px; position: relative; z-index: 10000; } .navigation > li { float: left; margin-right: 0px;} .navigation > li:last-child { margin-right: 0; } /* First Level Styling */ .navigation > li > a { color: rgba(6, 101, 166, 1);text-transform: uppercase; font-family: "Montserrat", sans-serif; font-size: 13px; text-decoration: none; height: 85px; display: inline-block; position: relative; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; overflow: hidden; padding: 0 15px; z-index: 10000; } /* Navigation Active Link Triangle */ .navigation > li > a.activelink:before { position: absolute; left: 50%; bottom: 0px; width: 0px; height: 0px; border-style: solid; border-width: 0 4.5px 6px 4.5px; margin-left: -5px; border-color: transparent transparent #279fbb transparent; content: ""; z-index: 1000; } .navigation > li > a:after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); z-index: 0; -webkit-transition: 0.2s all ease-in-out; -moz-transition: 0.2s all ease-in-out; -o-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; } .navigation > li:hover > a:after { background-color: #279fbb; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } .navigation > li > a span { -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navigation > li:hover > a span { color: #fff; z-index: 1000 !important; } .navigation > li:hover > a > span.label-nav-sub { color: #f5f5f5; }.navigation > li > a > i { font-size: 8px; margin: 6px 0px 0px 8px; color: #cccccc; opacity: 0.5; } .navigation > li:hover > a > i { color: #cccccc; opacity: 1; } /* Change the opacity for the arrow */ .navigation > li > a:hover > i { opacity: 1; } .navigation > li > a > span.label-nav { float: left; line-height: 20px; display: block; width: 100%; clear: both; margin: 32px 0 0 0; position: relative; } .navigation > li > a > span.label-nav i { font-size: 7px; display: inline-block; width: 7px; height: 7px; visibility: visible; position: relative; } .navigation > li > a > span.label-nav-sub { float: left; line-height: 20px; width: 100%; clear: both; font-size: 12px; color: #bcbcbc; display: inline-block; position: relative; } .navigation > li:last-child > a { margin-right: 0; } /* set all LI to relative */ .navigation li { position: relative; border-left: 1px #DEDEDE solid; height: 85px;} /* Sub menu Style */ .navigation ul { position: absolute; padding: 0; margin: 0; top: 82px; background-color: #fff; list-style-type: none; /* Remove bullets */ z-index: -1; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); opacity: 0; height: 0px; visibility: hidden; border: 1px solid #E6E6E6; } .navigation ul.show-sub-menu { opacity: 1; height: auto; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; z-index: 10001; } .navigation .icon-arrow-menu { position: absolute; top: 19px; left: 6px; color: #cccccc; color: rgba(255, 255, 255, 0.5); font-size: 15px; display: none; z-index: 10; } .navigation .icon-arrow-submenu { position: absolute; top: 14px; right: 10px; color: #cccccc; font-size: 11px; } .navigation ul li a { padding: 10px 0 10px 10px; width: 250px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 18px; display: block; color: #787878; text-decoration: none; font-size: 13px; background-color: #fff; overflow: hidden; position: relative; font-family: "Montserrat", sans-serif; } /* Link hover for sub menu */ .navigation ul li:hover > a { background-color: #F7F7F7; color: #279fbb; } /* icon hover for sub menu */ .navigation ul li:hover > a i { color: #cccccc; } .navigation ul li a.activelink { font-weight: bold; } .navigation ul li:first-child > a { border-top: none; } /* 3rd level */ .navigation ul ul { left: 172px; top: 0; border-top: 0; } .mobile-menu-button { display: none; } .mobile-nav { display: none; } /**************************** List icons ****************************/.loading-container { overflow: hidden; padding: 55px 0; text-align: center; text-align: center; } .loading-container .loading-text { font-size: 14px; margin: 20px 0 0 0; text-transform: lowercase; font-family: "Montserrat", sans-serif; } .hide-until-loading { height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; border: 0 !important; } .loading { margin: 0 auto; height: 20px; width: 20px; position: relative; -webkit-animation: spin 1.5s linear infinite; -moz-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; display: none \9; } .loading i { height: 20px; width: 20px; border-radius: 25px; display: block; position: absolute; } .loading i:before, .loading i:after { content: ''; display: block; position: absolute; height: inherit; width: inherit; border-radius: inherit; } .loading i:first-child:before { background: #279fbb; -webkit-animation: rotate-top-left 1.5s linear infinite; -moz-animation: rotate-top-left 1.5s linear infinite; animation: rotate-top-left 1.5s linear infinite; opacity: 0.5; } .loading i:first-child:after { background: #279fbb; -webkit-animation: rotate-top-right 1.5s linear infinite; -moz-animation: rotate-top-right 1.5s linear infinite; animation: rotate-top-right 1.5s linear infinite; opacity: 0.5; } .loading i:last-child:before { background: #279fbb; -webkit-animation: rotate-bottom-left 1.5s linear infinite; -moz-animation: rotate-bottom-left 1.5s linear infinite; animation: rotate-bottom-left 1.5s linear infinite; opacity: 0.5; } .loading i:last-child:after { background: #279fbb; -webkit-animation: rotate-bottom-right 1.5s linear infinite; -moz-animation: rotate-bottom-right 1.5s linear infinite; animation: rotate-bottom-right 1.5s linear infinite; opacity: 0.5; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 50% { -webkit-transform: rotate(-180deg); } 100% { -webkit-transform: rotate(-360deg); } } @-webkit-keyframes rotate-top-right { 0% { -webkit-transform: rotate(0deg); } 50% { -webkit-transform: rotate(-180deg); -webkit-transform-origin: 20% 20%; } 100% { -webkit-transform: rotate(-360deg); } } @-webkit-keyframes rotate-top-left { 0% { -webkit-transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); -webkit-transform-origin: 80% 20%; } 100% { -webkit-transform: rotate(360deg); } } @-webkit-keyframes rotate-bottom-right { 0% { -webkit-transform: rotate(0deg); } 50% { -webkit-transform: rotate(-180deg); -webkit-transform-origin: 80% 80%; } 100% { -webkit-transform: rotate(-360deg); } } @-webkit-keyframes rotate-bottom-left { 0% { -webkit-transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); -webkit-transform-origin: 20% 80%; } 100% { -webkit-transform: rotate(360deg); } } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 50% { -moz-transform: rotate(-180deg); } 100% { -moz-transform: rotate(-360deg); } } @-moz-keyframes rotate-top-right { 0% { -moz-transform: rotate(0deg); } 50% { -moz-transform: rotate(-180deg); -moz-transform-origin: 20% 20%; } 100% { -moz-transform: rotate(-360deg); } } @-moz-keyframes rotate-top-left { 0% { -moz-transform: rotate(0deg); } 50% { -moz-transform: rotate(180deg); -moz-transform-origin: 80% 20%; } 100% { -moz-transform: rotate(360deg); } } @-moz-keyframes rotate-bottom-right { 0% { -moz-transform: rotate(0deg); } 50% { -moz-transform: rotate(-180deg); -moz-transform-origin: 80% 80%; } 100% { -moz-transform: rotate(-360deg); } } @-moz-keyframes rotate-bottom-left { 0% { -moz-transform: rotate(0deg); } 50% { -moz-transform: rotate(180deg); -moz-transform-origin: 20% 80%; } 100% { -moz-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 50% { transform: rotate(-180deg); } 100% { transform: rotate(-360deg); } } @keyframes rotate-top-right { 0% { transform: rotate(0deg); } 50% { transform: rotate(-180deg); transform-origin: 20% 20%; } 100% { transform: rotate(-360deg); } } @keyframes rotate-top-left { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); transform-origin: 80% 20%; } 100% { transform: rotate(360deg); } } @keyframes rotate-bottom-right { 0% { transform: rotate(0deg); } 50% { transform: rotate(-180deg); transform-origin: 80% 80%; } 100% { transform: rotate(-360deg); } } @keyframes rotate-bottom-left { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); transform-origin: 20% 80%; } 100% { transform: rotate(360deg); } } .loading-fallback { display: none; display: block \9; text-align: center; } /*! normalize.css v1.1.2 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. * Known issue: no IE 6 support. */ [hidden] { display: none; } /* ========================================================================== Base ========================================================================== */ /** * Address margins handled incorrectly in IE 6/7. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address font sizes and margins set differently in IE 6/7. * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.67em; margin: 2.33em 0; } */ /** * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ b, strong { font-weight: bold; } blockquote { margin: 1em 40px; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. * Known issue: no IE 6/7 normalization. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 6/7/8/9. */ mark { background: #ff0; color: #000; } /** * Address margins set differently in IE 6/7. */ p, pre { margin: 0 0 20px 0; } /** * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /** * Address CSS quotes not supported in IE 6/7. */ q { quotes: none; } /** * Address `quotes` property not supported in Safari 4. */ q:before, q:after { content: ''; content: none; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct color not being inherited in IE 6/7/8/9. * 2. Correct text not wrapping in Firefox 3. * 3. Correct alignment displayed oddly in IE 6/7. */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ } /** * 1. Correct font size not being inherited in all browsers. * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, * and Chrome. * 3. Improve appearance and consistency in all browsers. */ button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ } /** * Address Firefox 3+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. * 4. Remove inner spacing in IE 7 without affecting normal text inputs. * Known issue: inner spacing remains in IE 6. */ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } html{ height:100%; min-height:100%; } body{ min-height:100%; } /** * 1. Address box sizing set to content-box in IE 8/9. * 2. Remove excess padding in IE 8/9. * 3. Remove excess padding in IE 7. * Known issue: excess padding remains in IE 6. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 3+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 6/7/8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }/** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } 
body {  body .tp-caption.very_big_black { position: absolute; color: #000; text-shadow: none; font-weight: 700; font-size: 60px; line-height: 60px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; padding: 0px 4px; padding-top: 1px; background-color: #fff; } body .tp-caption.modern_medium_fat { position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.modern_medium_fat_white { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.modern_medium_light { position: absolute; color: #000; text-shadow: none; font-weight: 300; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.modern_big_bluebg { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 30px; line-height: 36px; font-family: 'Open Sans', sans-serif; padding: 3px 10px; margin: 0px; border-width: 0px; border-style: none; background-color: #4e5b6c; letter-spacing: 0; } body .tp-caption.modern_big_redbg { position: absolute; color: #fff; text-shadow: none; font-weight: 300; font-size: 30px; line-height: 36px; font-family: 'Open Sans', sans-serif; padding: 3px 10px; padding-top: 1px; margin: 0px; border-width: 0px; border-style: none; background-color: #de543e; letter-spacing: 0; } body .tp-caption.modern_small_text_dark { position: absolute; color: #555; text-shadow: none; font-size: 14px; line-height: 22px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.boxshadow { -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } body .tp-caption.black { color: #000; text-shadow: none; font-weight: 300; font-size: 19px; line-height: 19px; font-family: 'Open Sans', sans; } body .tp-caption.noshadow { text-shadow: none; } body .tp-caption a { color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; } body .tp-caption a:hover { color: #ffa902; } body .tp_inner_padding { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; max-height: none !important; } body .tp-caption .frontcorner { width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top: 40px solid #00A8FF; position: absolute; left: -40px; top: 0px; } body .tp-caption .backcorner { width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; position: absolute; right: 0px; top: 0px; } body .tp-caption .frontcornertop { width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom: 40px solid #00A8FF; position: absolute; left: -40px; top: 0px; } body .tp-caption .backcornertop { width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; position: absolute; right: 0px; top: 0px; } body .button.green, body .button:hover.green, body .purchase.green, body .purchase:hover.green { background-color: #21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } body .button.blue, body .button:hover.blue, body .purchase.blue, body .purchase:hover.blue { background-color: #1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68; } body .button.red, body .button:hover.red, body .purchase.red, body .purchase:hover.red { background-color: #cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212; } body .button.orange, body .button:hover.orange, body .purchase.orange, body .purchase:hover.orange { background-color: #ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00; } body .button.darkgrey, body .button.grey, body .button:hover.darkgrey, body .button:hover.grey, body .purchase.darkgrey, body .purchase:hover.darkgrey { background-color: #555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222; } body .button.lightgrey, body .button:hover.lightgrey, body .purchase.lightgrey, body .purchase:hover.lightgrey { background-color: #888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555; } body .tp-simpleresponsive .slotholder *, body .tp-simpleresponsive img { -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; } body .tp-simpleresponsive .caption, body .tp-simpleresponsive .tp-caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position: absolute; visibility: hidden; } body .tp-simpleresponsive img { max-width: none; } body .noFilterClass { filter: none !important; } body .caption.fullscreenvideo { left: 0px; top: 0px; position: absolute; width: 100%; height: 100%; } body .tpclear { clear: both; } body .tp-bullets { z-index: 1000; position: absolute; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; } body .tp-bullets.hidebullets { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } body .tp-bullets.tp-thumbs { z-index: 1000; position: absolute; padding: 3px; background-color: #fff; width: 500px; height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */ margin-top: -50px; } body .fullwidthbanner-container .tp-thumbs { padding: 3px; } body .tp-thumbs img { width: 100%; } body .tp-bannertimer { width: 100%; height: 10px; background: url(../images/assets/timer.png); position: absolute; z-index: 200; top: 0px; } body .tp-bannertimer.tp-bottom { bottom: 0px; height: 5px; top: auto; } body .tp-simpleresponsive img { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } body .tp-simpleresponsive a { text-decoration: none; } body .tp-simpleresponsive ul { list-style: none; padding: 0; margin: 0; } body .tp-simpleresponsive > ul > li { list-stye: none; position: absolute; visibility: hidden; } body .caption.slidelink a div, body .tp-caption.slidelink a div { width: 3000px; height: 1500px; background: url(../images/assets/coloredbg.png) repeat; } body .tp-loader { background: url(../images/assets/loader.gif) no-repeat 10px 10px; background-color: #fff; margin: -22px -22px; top: 50%; left: 50%; z-index: 10000; position: absolute; width: 44px; height: 44px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } body .tp-transparentimg { content: "url(../images/assets/transparent.png)"; } body .tp-3d { -webkit-transform-style: preserve-3d; -webkit-transform-origin: 50% 50%; } body .circle-iconbg { background-color: #26ae91; color: #fff; border-radius: 50%; height: 30px; width: 30px; line-height: 30px; text-align: center; display: block; float: left; margin: 0 5px 0 0; }
/************************* -	CAPTIONS	- **************************/ body .tp-hide-revslider, body .tp-caption.tp-hidden-caption { visibility: hidden !important; display: none !important; } body .tp-caption { z-index: 1; } body .tp-caption.big_white { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; padding: 3px 4px; padding-top: 1px; margin: 0px; border-width: 0px; border-style: none; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); letter-spacing: 0px; padding: 15px !important; text-transform: uppercase; text-shadow: 0px 1px 1px black !important; } body .revolution-link { padding: 15px 40px; color: #FFFFFF !important; text-align: center; border: 2px solid white; font-size: 16px; text-transform: uppercase; border-radius: 0px; } body .revolution-link:hover { transition: 500ms all; -ms-transition: 500ms all; -moz-transition: 500ms all; -webkit-transition: 500ms all; border-color: #fff; color: #8B8B8B !important; background-color: #fff; } body .tp-caption.big_orange { position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 36px; line-height: 36px; font-family: Arial; padding: 0px 4px; margin: 0px; border-width: 0px; border-style: none; background-color: #fb7354; letter-spacing: -1.5px; } body .tp-caption.big_black { position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; padding: 0px 4px; margin: 0px; border-width: 0px; border-style: none; background-color: #fff; letter-spacing: -1.5px; } body .tp-caption.medium_grey { position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 20px; line-height: 20px; font-family: Arial; padding: 2px 4px; margin: 0px; border-width: 0px; border-style: none; background-color: #888; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); } body .tp-caption.small_text { position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 14px; line-height: 20px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); } body .tp-caption.default_text { position: absolute; color: #626262; text-shadow: none; font-weight: normal; font-size: 16px; line-height: 20px; font-family: "Montserrat", sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.medium_text { position: absolute; color: #fff; text-shadow: none; font-weight: 300; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); } body .tp-caption.medium_text2 { position: absolute; color: #333; text-shadow: none; font-weight: 700; font-size: 20px; line-height: 30px; font-family: "Open Sans",Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.large_text { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.large_black_text { position: absolute; color: #000; text-shadow: none; font-weight: 300; font-size: 42px; line-height: 42px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.very_large_text { position: absolute; color: #fff; text-shadow: none; font-weight: 700; font-size: 60px; line-height: 60px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); letter-spacing: -2px; font-family: "Raleway", sans-serif; } body .tp-caption.very_large_text2 { position: absolute; color: #1a242f; text-shadow: none; font-weight: bold; font-size: 30px; line-height: 45px; font-family: "Montserrat", sans-serif; text-transform: uppercase; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.very_large_black_text { position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 72px; line-height: 72px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.main_color_text { position: absolute; color: #279fbb; text-shadow: none; font-weight: bold; font-size: 30px; line-height: 45px; font-family: "Montserrat", sans-serif; text-transform: uppercase; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.bold_red_text { position: absolute; color: #d31e00; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.bold_brown_text { position: absolute; color: #a04606; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.bold_green_text { position: absolute; color: #5b9830; text-shadow: none; font-weight: 800; font-size: 20px; line-height: 20px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.very_big_white { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 36px; line-height: 36px; font-family: 'Open Sans', sans; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; padding: 3px 4px; padding-top: 1px; /*background-color: #7e8e96;*/ } body .tp-caption.very_big_black { position: absolute; color: #000; text-shadow: none; font-weight: 700; font-size: 60px; line-height: 60px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; padding: 0px 4px; padding-top: 1px; background-color: #fff; } body .tp-caption.modern_medium_fat { position: absolute; color: #000; text-shadow: none; font-weight: 800; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.modern_medium_fat_white { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.modern_medium_light { position: absolute; color: #000; text-shadow: none; font-weight: 300; font-size: 24px; line-height: 20px; font-family: 'Open Sans', sans-serif; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.modern_big_bluebg { position: absolute; color: #fff; text-shadow: none; font-weight: 800; font-size: 30px; line-height: 36px; font-family: 'Open Sans', sans-serif; padding: 3px 10px; margin: 0px; border-width: 0px; border-style: none; background-color: #4e5b6c; letter-spacing: 0; } body .tp-caption.modern_big_redbg { position: absolute; color: #fff; text-shadow: none; font-weight: 300; font-size: 30px; line-height: 36px; font-family: 'Open Sans', sans-serif; padding: 3px 10px; padding-top: 1px; margin: 0px; border-width: 0px; border-style: none; background-color: #de543e; letter-spacing: 0; } body .tp-caption.modern_small_text_dark { position: absolute; color: #555; text-shadow: none; font-size: 14px; line-height: 22px; font-family: Arial; margin: 0px; border-width: 0px; border-style: none; white-space: nowrap; } body .tp-caption.boxshadow { -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); } body .tp-caption.black { color: #000; text-shadow: none; font-weight: 300; font-size: 19px; line-height: 19px; font-family: 'Open Sans', sans; } body .tp-caption.noshadow { text-shadow: none; } body .tp-caption a { color: #ff7302; text-shadow: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; } body .tp-caption a:hover { color: #ffa902; } body .tp_inner_padding { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; max-height: none !important; } body .tp-caption .frontcorner { width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top: 40px solid #00A8FF; position: absolute; left: -40px; top: 0px; } body .tp-caption .backcorner { width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; position: absolute; right: 0px; top: 0px; } body .tp-caption .frontcornertop { width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom: 40px solid #00A8FF; position: absolute; left: -40px; top: 0px; } body .tp-caption .backcornertop { width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; position: absolute; right: 0px; top: 0px; } body .rev-mid-text { font-size: 20px; color: #fff; background-color: rgba(0, 0, 0, 0.54); padding: 6px !important; position: absolute; } body .rev-slider-full .button, body .rev-slider-fixed .button { background-color: #279fbb; } body .rev-slider-full .button:hover, body .rev-slider-fixed .button:hover { background-color: #2EB6D6; } body .rev-slider-full .button.big, body .rev-slider-fixed .button.big { color: #fff; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; padding: 9px 20px; font-size: 19px; line-height: 57px !important; background: url(../images/gradient/g40.png) repeat-x top; } body .rev-slider-full .purchase:hover, body .rev-slider-full .button:hover, body .rev-slider-full .button.big:hover, body .rev-slider-fixed .purchase:hover, body .rev-slider-fixed .button:hover, body .rev-slider-fixed .button.big:hover { background-position: bottom, 15px 11px; } body .button.green, body .button:hover.green, body .purchase.green, body .purchase:hover.green { background-color: #21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } body .button.blue, body .button:hover.blue, body .purchase.blue, body .purchase:hover.blue { background-color: #1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68; } body .button.red, body .button:hover.red, body .purchase.red, body .purchase:hover.red { background-color: #cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212; } body .button.orange, body .button:hover.orange, body .purchase.orange, body .purchase:hover.orange { background-color: #ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00; } body .button.darkgrey, body .button.grey, body .button:hover.darkgrey, body .button:hover.grey, body .tpclear { clear: both; } body .tp-bullets { z-index: 1000; position: absolute; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; } body .tp-bullets.hidebullets { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } body .tp-bullets.simplebullets.navbar { border: 1px solid #666; border-bottom: 1px solid #444; background: url(../images/assets/boxed_bgtile.png); height: 40px; padding: 0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } body .tp-bullets.simplebullets.navbar-old { background: url(../images/assets/navigdots_bgtile.png); height: 35px; padding: 0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } body .tp-bullets.simplebullets.round .bullet { cursor: pointer; position: relative; background: url(../images/assets/bullet.png) no-repeat top left; width: 20px; height: 20px; margin-right: 0px; float: left; margin-top: -10px; margin-left: 3px; } body .tp-bullets.simplebullets.round .bullet.last { margin-right: 3px; } body .tp-simpleresponsive img { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } body .tp-simpleresponsive a { text-decoration: none; } body .tp-simpleresponsive ul { list-style: none; padding: 0; margin: 0; } body .tp-simpleresponsive > ul > li { list-stye: none; position: absolute; visibility: hidden; } body .caption.slidelink a div, body .tp-caption.slidelink a div { width: 3000px; height: 1500px; background: url(../images/assets/coloredbg.png) repeat; } body .tp-loader { background: url(../images/assets/loader.gif) no-repeat 10px 10px; background-color: #fff; margin: -22px -22px; top: 50%; left: 50%; z-index: 10000; position: absolute; width: 44px; height: 44px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } body .tp-transparentimg { content: "url(../images/assets/transparent.png)"; } body .tp-3d { -webkit-transform-style: preserve-3d; -webkit-transform-origin: 50% 50%; } body .rev-big-text { font-size: 24px !important; color: #fff; background-color: rgba(0, 0, 0, 0.54); padding: 12px !important; } body .circle-iconbg { background-color: #26ae91; color: #fff; border-radius: 50%; height: 30px; width: 30px; line-height: 30px; text-align: center; display: block; float: left; margin: 0 5px 0 0; } body .revolution-text-center { left: 0 !important; display: block; width: 100%; font-size: 48px; text-align: center; color: #ffffff; text-shadow: 0 1px 1px #000; } body .revolution-icons { width: 300px; } body .revolution-subtext { text-align: center; width: 500px; color: #FFFFFF; font-size: 16px; text-shadow: 0px 1px 1px #000000; text-transform: lowercase; } .section-tabs { padding: 0 0; text-align: center; background-color: #EFEFEF; } .section-tabs .tab-container { position: relative; z-index: 1; } .section-tabs .tab-content { overflow: hidden; } .section-tabs .section-etabs { margin: 0; padding: 0px 0; display: block; margin: auto; background-color: #fefefe; border-bottom: 2px solid #C9C9C9; border-bottom: 2px solid rgba(0, 0, 0, 0.21); border-radius: 5px; overflow: hidden; display: inline-block; } .section-tabs .section-etabs .tab a { font-size: 15px; display: block; padding: 10px 20px; color: #6a6a6a; position: relative; top: 0 !important; font-weight: 500; background-color: transparent; text-transform: capitalize; border: 0; font-family: "Montserrat", sans-serif; } .section-tabs .tab a.active { color: #279fbb; background-color: #f2f2f2; } body .section-tabs .tab { margin: 0px; border-left: 1px solid #e5e5e5; } body .section-tabs .tab.active { border-radius: 0; } .section-tabs .tab.active { top: 0 !important; background-color: transparent; border-bottom: none; } .section-tabs .tab a.active:after { background-color: none; } .section-tabs .tab a.active:after { background-color: transparent; border-color: transparent; } .section-tabs .tab-content { padding: 60px 0; overflow: hidden; margin-top: 80px; padding-top: 40px; } .section-tabs.full-tabs .tab-content { padding: 0; } .section-tabs .tab-content > div { overflow: hidden; opacity: 0; -webkit-transition: 0.5s opacity; -moz-transition: 0.5s opacity; -o-transition: 0.5s opacity; transition: 0.5s opacity; } .section-tabs .tab-content > div.active { opacity: 1; } .section-etabs-container { width: 100%; height: 40px; position: absolute; z-index: 2; top: 40px; } .section-tab-arrow { position: absolute; top: 41px; left: 0px; z-index: 2; width: 0px; height: 0px; border-style: solid; border-width: 13px 9.5px 0 9.5px; border-color: #e8e8e8 transparent transparent transparent; -webkit-transition: 0.3s left ease; -moz-transition: 0.3s left ease; -o-transition: 0.3s left ease; transition: 0.3s left ease; } .section-tab-arrow:before { content: ""; position: absolute; top: -14px; left: -8px; width: 0px; height: 0px; border-style: solid; border-width: 12px 8px 0 8px; border-color: #fbfbfb transparent transparent transparent; } /**************************** Sidebar navigation ****************************/ .list-group { list-style-type: none; padding: 0; margin: 0 0; border-radius: 2px; } .list-group .list-group-item { border-radius: 0px; position: relative; } .list-group a.list-group-item.active, .list-group a.list-group-item.active:hover, .list-group a.list-group-item.active:focus { background-color: #fff; color: #279fbb; border: 1px solid #dddddd; } .list-group .list-group-item:after { content: "\f054"; font-family: FontAwesome; float: right; font-size: 10px; }  /****************************Tables****************************/
table.table, table { width: 100%; text-align: left; background-color: transparent;
} table.table thead tr { border-right: 0; background-color: #279fbb; color: #fff; text-align: left; padding: 10px 15px; vertical-align: top; font-size: 14px; font-weight: bold;
} .table td, .table th { padding: 8px; border: 1px solid #D8D8D8;
} .table tbody tr:hover { background: #fafafa;
} table.hover thead th { background-color: #fff; color: #666; border: none;
} table.hover thead tr { background-color: #fff;
} table.hover td, table.hover th { border: none; border-bottom: 1px solid #e8e8e8;
} table.hover tbody tr:nth-child(odd) { background-color: #fafafa;
}

/**************************** Content Box ****************************/ .content-box .content-box-text { padding-left: 50px; } .content-box h4 { margin: 0 0 20px 0; text-transform: uppercase; font-size: 16px; } .content-box h4 i { width: 40px; height: auto; display: inline-block; font-size: 32px; float: left; margin: 0 10px 0 0; color: #279fbb; position: relative; } .content-box h4 i.icon-flat { background-image: url("../images/icons/flat-icons.png"); background-repeat: no-repeat; height: 38px; } .content-box .read-more { text-align: right; } .content-box .read-more { color: #4b4b4b; overflow: hidden; display: block; } .content-box .read-more:hover i { text-decoration: none; } .content-box .read-more span { padding: 1px 10px 0 0; display: inline-block; } .content-box .read-more i { font-size: 10px; float: right; margin: 7px 0px 0 0; } .content-box .content-box-text .read-more { display: block; } /* Content Box Style 2 */ .content-box.content-style2 { text-align: center; } .content-box.content-style2 .content-box-text { padding-left: 0; } .content-box.content-style2:hover i { top: -5px; } .content-box.content-style2 h4 i { display: block; float: none; font-size: 56px; margin: 0 0 10px 0; color: #279fbb; text-align: center; width: auto; -webkit-transition: top 0.5s; -moz-transition: top 0.5s; -o-transition: top 0.5s; transition: top 0.5s; } .content-box.content-style2 h4 i.icon-flat { width: 40px; margin: 0 auto 10px auto; } .content-box.content-style2 .read-more { text-align: center; margin-top: 10px; text-decoration: none; text-transform: uppercase; color: #b8b8b8; } .content-box.content-style2 .read-more span { padding: 0; } .content-box.content-style2 .read-more:hover { color: #666666; } .content-box.content-style2 .read-more i { float: none; display: none; } .content-box.content-style2 .read-more:hover i { text-decoration: none; } .content-box.style5 h4 { margin: 0; line-height: 60px; } .content-box.style5 h4 i { background-color: #279fbb; color: #fff; float: left; margin: 2px 20px 0 0; border-radius: 50%; text-align: center; display: block; font-size: 22px; width: 60px; height: 60px; line-height: 60px; } .content-box.style5 .content-box-text { margin-left: 80px; margin-top: 5px; padding-left: 0; } .content-box.style5 .content-box-text .read-more { text-align: left; } .content-box.style5 .content-box-text .read-more i { float: none; } .content-box.style5.small .content-box-text { margin-left: 60px; } .right-text .content-box.small .content-box-text { margin-left: 0; margin-right: 60px; } .right-text .content-box .content-box-text { margin-left: 0; margin-right: 80px; } .content-box.style5.small h4 > i { font-size: 16px; width: 40px; height: 40px; line-height: 40px; background-position: 0 -20px; } .content-box.style5.small h4 { line-height: 40px; } .content-box.style5.orange h4 > i { background-color: #e67e22 !important; } .content-box.style5.purple h4 > i { background-color: #8e44ad; } .content-box.style5.green h4 > i { background-color: #2ecc71; } .content-box.style5.red h4 > i { background-color: #e74c3c; } .content-box.style5.yellow h4 > i { background-color: #f3d73b; color: #835218; } .content-box.style5.blue h4 > i { background-color: #2980b9; } .content-box.style5.clouds h4 > i { background-color: #ecf0f1; color: #2c3e50; } ul.icon-content-list-container { padding: 0; } ul.icon-content-list-container li.icon-content-single { float: left; margin: 0 0 20px 0; } ul.icon-content-list-container li.icon-content-single:last-child { margin-bottom: 0; } ul.icon-content-list-container li.icon-content-single .icon-box { float: left; margin-right: 20px; text-align: center; width: 60px; height: 60px; background-color: #f2f2f2; } ul.icon-content-list-container li.icon-content-single .icon-box i { font-size: 42px; color: #279fbb; line-height: 60px; } ul.icon-content-list-container li.icon-content-single h4 { margin-bottom: 5px; } ul.icon-content-list-container li.icon-content-single p { color: #494949; } ul.icon-content-list-container li.icon-content-single .content-box.style5 h4 i { margin-top: 14px; } ul.icon-content-list-container li.icon-content-single .content-box.style5.small h4 i { margin-top: 4px; } ul.icon-content-list-container li.icon-content-single .content-box-text { margin-top: -14px; } ul.icon-content-list-container li.icon-content-single .small .content-box-text { margin-top: -7px; } .right-text ul.icon-content-list-container li.icon-content-single h4 i { float: right; margin-left: 20px; margin-right: 0; } .section-content.section-services { background-color: #279fbb; border: 0; } .section-content.section-services .content-box { text-align: center; position: relative; overflow: visible; } .section-content.section-services .content-box:hover i { -webkit-animation: swing 0.7s; -moz-animation: swing 0.7s; -ms-animation: swing 0.7s; -o-animation: swing 0.7s; animation: swing 0.7s; } .section-content.section-services .content-box h4 { color: #fff; font-size: 18px; } .section-content.section-services .content-box h4 i { font-size: 72px; position: absolute; color: #fff; opacity: 0.2; filter: alpha(opacity=20); left: 0; top: -13px; } .section-content.section-services .content-box .content-box-text { color: #fff; padding-left: 0; } 
} 
ul.show-sub-menu li {
	height:45px;
} 

.ui_btn {
    color: white;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    border: none;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}

.ui_btn:hover {
	color:white;
}

.ui_staffBtn {
    height: 34px;
	width:100px;
	padding:10px;
	position:relative;
	top:8px;
    background-color: #90c140;
}
