@import "reset.css" ;

#menu li,
#social li { list-style: none; }
@font-face { font-family: 'bebasneue'; src: url('fonts/BebasNeue-webfont.eot'); src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#bebasneue') format('svg'); font-weight: normal; font-style: normal; }
body { margin: 0; }
html,
body { width: 100%; background-color: #fff; color: #666666; font-family: 'Source Sans Pro', sans-serif; -webkit-font-smoothing: antialiased; font-weight: normal; font-size: 16px; }
section { position: relative; display: block; padding-bottom: 40px; }
/*========================================================================*/
/*   02. GENERAL STYLING
/*========================================================================*/


a { color: #0083b8; }
h1,
h2,
h3,
h4,
h5,
h6 { color: #222; line-height: 1.5em; font-family: 'Source Sans Pro', sans-serif; }
h1 { font-size: 48px; }
h2 { font-size: 44px; }
h3 { font-size: 40px; }
h4 { font-size: 32px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
small { font-size: 11px; }
a:visited,
a:focus,
a:active { text-decoration: none; outline: none; }
a:hover,
a.readmore { color: #DD3F19; text-decoration: none; }
button { border: none; }
p { font-size: 18px; line-height: 28px; }
p+p { margin-top: 10px; }
.clear { clear: both; }
/*========================================================================*/
/*   03. FLEXSLIDERS
/*========================================================================*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
/* FlexSlider Necessary Styles
*********************************/

.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; background-position: center; }
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img { width: 100%; display: block; height: 630px; }
.flex-pauseplay span { text-transform: capitalize; }
/* Clearfix for the .slides element */

.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child { display: block; }
.flex-control-nav { position: absolute; bottom: 20px; text-align: center; width: 100%; }
.flex-control-nav li { margin: 0 3px; display: inline-block; }
.flex-control-nav li a { width: 30px; height: 5px; background: #FFF; text-indent: -9999px; display: block; opacity: 0.4; }
.flex-control-nav li a.flex-active { opacity: 1; }
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover { opacity: 1; }
/*========================================================================*/
/*   04. HEADER
/*========================================================================*/

header { width: 100%; position: relative; clear: both; display: inline-block; overflow: hidden; height: 80px; color: #444; background: #fff; z-index: 999; -webkit-transform: translateZ(0); box-shadow: 0px 1px 10px rgba(0,0,0,.15) }
header.fix { position: fixed; top: 0; left: 0; margin: 0; box-shadow: 0px 10px 10px rgba(0,0,0,.15) webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
header.fix+section {margin-top: 70px; }
.logo { width: 100%; margin-top: 5px; display: block; }
.logo img { max-width: 210px; display: block; }
#menu { float: right; padding-left: 0px; margin-bottom: 0px;}
#menu li { float: left; }
#menu li a { padding: 31px 8px 30px; color:#333; position: relative; font-size: 13px; display: inline-block; font-weight: 600; }
#menu li.active > a { color: #0083b8; }
#menu li.active > a:after { content: ""; width: 100%; background-color: #0083b8; height: 2px; position: absolute; display: block; bottom: 0px; left: 0px; }
#menu li.active > a:hover { color: #0083b8; }
#menu li a:hover {color: #0083b8; }
.sidebarclose { -webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8); position: relative; text-indent: -9999px; clear: both; float: none; width: 68px; height: 68px; opacity: 1 !important; margin: 0 34%; border: 4px solid rgba(0, 0, 0, 0.6); border-radius: 70px; -moz-border-radius: 70px; -webkit-border-radius: 70px; display: block; text-align: center; }
.sidebarclose span:before,
.sidebarclose span:after {-webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 28px; width: 36px; display: inline-block; height: 4px; background: rgba(0, 0, 0, 0.6); transition: 0.3s; position: absolute; left: 12px; content: ''; }
.sidebarclose span:before,
.close span:before {-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.sidebarclose span:after {-webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }
.sidemenu { width: 100%; padding: 0; margin: 0; }
.sidemenu li a { padding: 15px 0; display: inline-block; width: 100%; text-align: center; color: rgba(255, 255, 255, 0.8); border-top: 1px solid rgba(0, 0, 0, 0.1); }
.sidemenu li:last-child a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.sidemenu li.active a,
.sidemenu li a:hover { color: #FFF; background: rgba(0, 0, 0, 0.2); }


/*========================================================================*/
/*   05. BLOCKS
/*========================================================================*/

.global,
.pusher { height: auto; display: block; width: 100%; }
.global { position: relative; }
.pusher { z-index: 9; background: #FFF; width: 100%; height: auto; display: inline-block; overflow-x: hidden; }
.pagesidebar { position: fixed; top: 0; right: 0; z-index: 100; visibility: hidden; width: 220px; height: 100%; background: #222; color: #EEE; -webkit-transition: all 0.5s; transition: all 0.5s; }
#main { z-index: 1; background: #FFF; }
#trigger { cursor: pointer; display: none; position: absolute; top: 16px; right: 10px; }
#trigger { padding: 0; margin: 0; border: none; }
#trigger { padding: 10px; cursor: pointer; user-select: none; background: transparent; }
#trigger .lines { display: inline-block; position: relative; width: 32px; height: 4px; background: #444; color: #444; /* Not in use when the colors are specified below */
		
		transition: 0.3s; }
.lines:before,
.lines:after { display: inline-block; width: 32px; height: 4px; background: #444; transition: 0.3s; position: absolute; left: 0; content: ''; -webkit-transform-origin: 6px center; transform-origin: 6px center; }
.lines:after { top: -8px; }
.lines:before { top: 8px; }
.open .lines { background: transparent !important; }
.open .lines:before,
.open .lines:after { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; width: 32px; }
.open .lines:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.open .lines:after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }
/* content style */

.pusher { position: relative; left: 0; width: 100%; display: block; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; }
.pusher::after { position: absolute; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; over-y: hidden; -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }
.open .pusher::after { width: 100%; height: 100%; opacity: 1; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }
.open .pusher { -webkit-transform: translate3d(-220px, 0, 0); transform: translate3d(-220px, 0, 0); }
.pagesidebar { z-index: 1; color: #bbb; }
.open .pagesidebar { visibility: visible; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; box-shadow: inset 1px 0 0px rgba(0, 0, 0, 0.1); overflow-y: auto; }
.pagesidebar::after { display: none; }


/*========================================================================*/
/*   06. HEADING
/*========================================================================*/

.heading h2 { font-family: roboto; font-size: 25px; text-transform: uppercase; padding-top: 50px; text-align: center; }
.heading h6 {  font-size: 18px; color: #555; text-align: center; }
.heading-stripe h2 { font-family: roboto; font-size: 25px; text-transform: uppercase; color: #fff; text-align: center; margin-top: 50px; }
.heading-stripe p { color: #fff; text-align: center; margin-bottom: 50px; }
.heading-stripe h4 { text-align: center; color: #fff; }

/*========================================================================*/
/*   07. HOME
/*========================================================================*/

#home { display: block; height: 630px; width: 100%; position: relative; text-align: center; -webkit-transform: translateZ(0); }
#homecontent { left: 0; top: 0; width: 100%; z-index: 2; position: absolute; padding: 200px 0 160px 0; height: 630px; background: rgba(0, 0, 0, 0.2) url('../img/crossed-pattern.png'); }
#home:after { content: ''; position: absolute; width: 100%; height: 100%; display: block; top: 0; }
.static-content { position: relative; text-align: center; }
.static-content h3 { letter-spacing: 1px; margin-bottom: 20px; color: #fff; font-size: 30px; text-transform: uppercase; }
.static-content h3:before { position: absolute; left: 60px; top: 24px; width: 180px; height: 2px; background: rgba(255, 255, 255, 0.2); display: block; content: ''; border-radius: 5px; }
.static-content h3:after { position: absolute; right: 60px; top: 24px; width: 180px; height: 2px; background: rgba(255, 255, 255, 0.2); display: block; content: ''; border-radius: 5px; }
.static { text-align: center; }
.static h3 { text-align: center; background: #0083b8; color: #fff; font-size: 20px; letter-spacing: 4px; padding: 10px; padding-left: 60px; padding-right: 60px; display: inline-block; margin: 20px 0; text-transform: uppercase; }
.ticker { margin-top: 20px; }
#hometicker ul li h2 { color: #fff; }
#hometicker,
#hometicker > ul > li { text-align: center; display: block; color: #FFF; padding: 0px; clear: both; }
#hometicker > ul > li { display: inline-block; width: 100%; }
#hometicker h2 { font-family: roboto; font-weight: 900; font-size: 104px; line-height: 1em; text-transform: uppercase; }
.homeslider { display: block; width: 100%; height: 630px; }
.homeslider .flex-direction-nav .flex-prev { position: absolute; display: block; left: 20px; top: 50%; z-index: 3; margin-top: -24px; text-indent: -9999px; width: 48px; height: 48px; background: url('../img/leftarr.png') no-repeat left top; color: #FFF; opacity: 0.2; }
.homeslider .flex-direction-nav .flex-next { position: absolute; display: block; right: 20px; top: 50%; z-index: 3; margin-top: -24px; text-indent: -9999px; width: 48px; height: 48px; background: url('../img/rightarr.png') no-repeat left top; color: #FFF; opacity: 0.2; }
.homeslider .flex-direction-nav .flex-prev:hover,
.homeslider .flex-direction-nav .flex-next:hover { opacity: 1; }
.homeslider .slides,
.homeslider li { height: 100%; background-size: cover; }
.serviceslider { display: block; width: 100%; height: 210px; background: #222; color: #FFF; }
.serviceslider li { text-align: center; }
.servicecaption { padding: 40px 0; text-align: center; display: inline-block; }
.servicecaption h4 { color: #FFF; }
.active .service-text:after { content: ''; position: absolute; bottom: 0; left: 45%; border: 10px solid; border-color: transparent transparent #222; }
ul#services-main { margin-top: 40px; }
.active .service-icon .icon { color: #0083b8; }
.active .service-name h5 { color: #0083b8; }
.service-caption-data h4 { font-family: roboto; font-weight: 900; font-size: 70px; }
.service-caption-data p { text-transform: uppercase; }
.service-caption-text h5 { padding-top: 20px; text-align: left; text-transform: uppercase; color: #fff; }
.service-caption-text h5 span { color: #fff; font-weight: 600; letter-spacing: 2px; padding-bottom: 10px; border-bottom: 1px solid #999; }
.service-caption-text p { padding-top: 20px; text-align: left; }
/*========================================================================*/
/*   10. STATS
/*========================================================================*/

#governance-and-principles { padding-bottom: 50px; background: #e5e5e5; }
#governance-and-principles .col-md-3 { display: inline-block; }
.heading-layer h4 { text-align: center; color: #999; }
.heading-layer { margin-bottom: 70px; }
.heading-layer p { color: #999; text-align: center; }
.heading-layer strong { color: #fff; }
.percentage-counter { text-align: center; margin: 30px 0; }
.first .percentage-counter { border: none; }
.percentage-counter .count { font-weight: 900; font-size: 60px; font-family: roboto; color: #0083b8; }
.percentage-counter h5 { text-transform: uppercase; font-size: 18px; color: #fff; }
.percentage-counter .icon { color: #fff; font-size: 50px; }

/*========================================================================*/
/*   12. PORTFOLIO
/*========================================================================*/

.portfolio-content { margin-top: 100px; margin-bottom: 100px; }
#portfolio { text-align: center; }
#filters li { float: left; }
#filters li a { margin-right: 25px; font-weight: 600; color: #666; text-transform: uppercase; font-size: 14px; }
#filters li a.active { color: #0083b8; }
ul#filters { display: inline-block; margin-bottom: 30px; padding: 10px; padding-left: 30px; display: inline-block; margin-bottom: 30px; }
#filtercontainer { clear: both; display: block; }
#filtercontainer { position: relative; display: block; overflow: hidden; }
#filtercontainer li img { display: block; }
.filteritem { position: relative; overflow: hidden; }
.filteritem div { position: absolute; width: 100%; height: 100%; top: 100%; left: 0; top: 100%; background: #0083b8; text-align: center; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; }
.filteritem:hover div { top: 0; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; }
/**** Isotope filtering ****/

.isotope-item { z-index: 49; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 48; }
.isotope,
.isotope .isotope-item { /* change duration value to whatever you like */
		
		-webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; }
#filtercontainer li { margin: 0px; padding: 0px; }
#filtercontainer li a,
#filtercontainer li a img { display: block; position: relative; width: 100%; height: auto; }
#filtercontainer li a { overflow: hidden; }
#filtercontainer li a div { background: rgba(255, 255, 255, 0.1); color: #FFF; text-align: left; }
.filteritem { z-index: 2; }
#filtercontainer li a,
#filtercontainer a img { display: block; position: relative; }
#filtercontainer li a { overflow: hidden; }
.featured a div { opacity: 0; }
.featured a:hover div,
#filtercontainer li a div { position: absolute; background: rgba(0, 131, 184, 0.8); color: #FFF; width: 100%; height: 100%; }
.featured a:hover div { left: 0; top: 0; opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
#filtercontainer li a div span { display: block; padding: 60px 0; font-size: 16px; font-weight: 400; margin: 20px; font-weight: normal; color: #FFF; text-transform: uppercase; text-align: center; }
#filtercontainer li a div span p { font-size: 13px; letter-spacing: 1px; text-transform: none; }
#filtercontainer li a div strong { display: block; position: absolute; color: #FFF; width: 80px; height: 80px; text-indent: -9999px; background: url('../img/more.png'); top: 50%; left: 50%; margin: -40px 0 0 -40px; }
/*========================================================================*/
/*   13. PRICING
/*========================================================================*/

#pricing { background: #0083b8; }
.pricing-content { margin-top: 100px; }
#pricing-table { margin: 0 auto; text-align: center; padding-bottom: 100px; width: 100%; }
#pricing-table:before,
#pricing-table:after { content: ""; display: table
}
#pricing-table:after { clear: both
}
/* --------------- */

#pricing-table .plan { font-size: 13px; background: #fff; color: #222; padding: 20px; float: left; _display: inline; /* IE6 double margin fix */
		
		position: relative; margin: 0px; -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3); -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3); box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .3); }
#pricing-table .plan:after { z-index: -1; position: absolute; content: ""; bottom: 10px; right: 4px; width: 80%; top: 80%; -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3); -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3); box-shadow: 0 12px 5px rgba(0, 0, 0, .3); -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); }
#pricing-table .popular-plan { top: -20px; padding: 40px 20px; }
/* --------------- */

#pricing-table .header { position: relative; font-size: 20px; font-weight: normal; text-transform: uppercase; padding: 40px; margin: -20px -20px 20px -20px; border-bottom: 8px solid; }
#pricing-table .header:after { position: absolute; bottom: -8px; left: 0; height: 3px; width: 100%; content: ''; }
#pricing-table .popular-plan .header { margin-top: -40px; padding-top: 60px; }
#pricing-table .plan1 .header { border-bottom-color: #0083b8; }
#pricing-table .plan2 .header { border-bottom-color: #222; }
#pricing-table .plan3 .header { border-bottom-color: #0083b8; }
#pricing-table .plan4 .header { border-bottom-color: #0083b8; }
/* --------------- */

#pricing-table .price { font-size: 45px; }
#pricing-table .monthly { font-size: 13px; margin-bottom: 20px; text-transform: uppercase; color: #999; }
/* --------------- */

#pricing-table ul { margin: 20px 0; padding: 0; list-style: none; }
#pricing-table li { padding: 10px 0; }
/* --------------- */

#pricing-table .signup { position: relative; padding: 10px 20px; color: #fff; font: bold 14px Arial, Helvetica; text-transform: uppercase; text-decoration: none; display: inline-block; background-color: #72ce3f; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; text-shadow: 0 -1px 0 rgba(0, 0, 0, .15); opacity: .9; }
#pricing-table .signup:hover { opacity: 1; }
#pricing-table .signup:active { -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3) inset; -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3) inset; box-shadow: 0 2px 2px rgba(0, 0, 0, .3) inset; }
#pricing-table .plan1 .signup { background: #0083b8; }
#pricing-table .plan2 .signup { background: #222; }
#pricing-table .plan3 .signup { background: #0083b8; }
#pricing-table .plan4 .signup { background: #0083b8; }
/*========================================================================*/
/*   14. CLIENTS
/*========================================================================*/

#clients .row+.row { border-top: 1px solid #EFEFEF; }
.clients-content { margin-top: 50px; margin-bottom: 100px; }
.testimonial-block img { margin-right: 30px; float: left; width: 100px; border: 5px solid #efefef; }
.testimonial-block { padding: 30px 15px; position: relative; }
.testimonial-block h6 { font-weight: 600; color: #666; font-size: 18px; text-transform: uppercase; }
.testimonial-block.blockleft:after { content: ''; position: absolute; display: block; top: 0; right: -15px; height: 100%; width: 1px; background: #EFEFEF; }
.testimonial-block.blockleft { text-align: right; }
.testimonial-block.blockleft img { clear: both; margin: 0 0px 0 30px; float: right !important; }
.testimonial-block span { color: #0083b8; font-size: 14px; }
.testimonial-block p { margin-top: 10px; font-size: 16px; line-height: 20px; }
#testimonials .row .col-md-6:last-child .testimonial-block { border: none; }
/*========================================================================*/
/*   15. CLIENT-LIST
/*========================================================================*/

.client-list-content { background: #222; padding-bottom: 90px; padding-top: 100px; }
/*========================================================================*/
/*   16. CONTACT
/*========================================================================*/

#contact { background: #0083b8; padding-bottom: 70px; }
.contact-content { text-align: center; }
.form_field { background: #FFF; width: 100%; font-size: 14px; padding: 12px 20px; border: 1px solid #EFEFEF; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #555; }
.form_field.error_input { border: 2px solid aqua; }
.form_field+.form_field { margin-top: 20px; }
.button { position: relative; color: #fff; font: bold 14px Arial, Helvetica; text-transform: uppercase; text-decoration: none; display: inline-block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; text-shadow: 0 -1px 0 rgba(0, 0, 0, .15); opacity: .9; padding: 14px; height: 45px; display: block; width: 100%; color: #fff; background: rgba(0, 0, 0, 0.2); }
.button:hover { color: #fff; opacity: 1; }
textarea.form_field { height: 170px; margin-bottom: 20px; color: #555; }
#submit { margin: 0; width: 100%; text-align: center; clear: both; }
/*========================================================================*/
/*   17.  FOOTER
/*========================================================================*/

#social { display: inline-block; margin-top: 50px; }
.footersocial { text-align: center; padding-bottom: 20px; background: #222; }
#social li { float: left; margin-right: 30px; }
#social li .icon { font-size: 40px; color: #fff; font-size: 50px; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-outease; }
#social .icon-twitter-alt-1:hover { color: #33ccff; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; }
#social .icon-dribbble-2:hover { color: #e14c89; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; }
#social .icon-facebook-1:hover { color: #3B5998; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; }
.latest_tweet { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 10px; margin: 30px 0; display: inline-block; color: #EEE; font-size: 16px; font-style: italic; }
.tweet ul { padding: 0; }
.latest_tweet strong,
.latest_tweet a { color: #0083b8; }
.latest_tweet i { font-size: 64px; color: rgba(0, 0, 0, 0.2); }
.latest_tweet .user { display: none; }
.latest_tweet .tweet { text-align: center; font-size: 18px; }
.timePosted { font-size: 11px; }
.latest_tweet .interact { display: inline-block; }
.latest_tweet .twitter_reply_icon,
.latest_tweet .twitter_fav_icon,
.latest_tweet .twitter_retweet_icon { font-family: "fonticon" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; width: 24px; height: 24px; margin-right: 10px; color: rgba(0, 0, 0, 0.2); overflow: hidden; float: left; display: inline-block; font-size: 24px; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.latest_tweet .twitter_reply_icon:hover,
.latest_tweet .twitter_fav_icon:hover,
.latest_tweet .twitter_retweet_icon:hover { color: #0083b8; }
.twitter_retweet_icon:before { content: "\e265"; }
.twitter_fav_icon:before { content: "\e308"; }
.twitter_reply_icon:before { content: "\e035"; }
.address h5 { letter-spacing: 3px; font-size: 20px; color: #fff; }
.address h4 { letter-spacing: 1px; color: #777; font-size: 15px; }
.footer-note h6 { letter-spacing: 1px; margin-top: 20px; font-size: 13px; color: #999; }

.fx-frame { position: relative; }
/* .fx-frame:before { content:""; width: 100%; border:1px solid #CCC; height: 100%; position: absolute; }  */
.fx-frame img { width: 100%; display: block; position: relative; z-index: 1;border:1px solid #CCC;  }

.fx-frame.left:before {  top:-10px; left: -10px; }
.fx-frame.right:before {  bottom:-10px; right: -10px; }

.grey-light { color:#CCC !important;  }
.bg-dark { background-color: #333 !important;   }
.bg-grey-light { background-color: #F4F4F4 !important;   }
.copyright hr { border-color: #333;  }
		
/*========================================================================*/
/*   18. Media queries
/*========================================================================*/

@media (max-width: 1169px) { #menu li a { font-size: 12px; padding: 32px 7px 31px; }
		.roundprogress h3 { width: 100%; }
		.static-content h3:before { width: 90px; }
		.static-content h3:after { width: 90px; }
		.serviceslider { height: 260px; }
		.service-text { height: 165px; }
}
@media (max-width: 992px) { #menu li a { padding-left: 5px; padding-right: 5px; }
		#hometicker h2 { font-size: 72px; }
		.static-content h3:before { display: none; }
		.static-content h3:after { display: none; }
		.static h3 { letter-spacing: 0px; }
		#trigger { display: block; }
		#menu { display: none; }
		.feature { margin-top: 110px; }
		.team-member { text-align: center; }
		.caption { margin-bottom: 20px; }
		.roundprogress { margin-bottom: 20px; }
		.active .service-text:after { display: none; }
		.serviceslider { height: 420px; }
		.team .row .col-sm-6:nth-child(3) { clear: both; }
}
@media (max-width: 768px) { #menu { display: none; }
		#phone { margin-bottom: 20px; }
		#trigger { display: block; }
		.list { text-align: center; }
		.list .client-logo { display: inline-block; }
		.text-left { text-align: center; }
		#pricing-table .header { padding: 30px 20px; }
		.text-right { text-align: center; }
		#hometicker h2 { font-size: 64px; }
		.feature-box p { padding-right: 20px; padding-left: 20px; }
		.feature { margin-top: 100px; }
		.team-member { text-align: center; }
		.caption { margin-bottom: 20px; }
		.roundprogress { margin-bottom: 20px; }
		.active .service-text:after { display: none; }
		.serviceslider { height: 420px; }
		.service-caption-text h5 span { border: none; }
}
@media (max-width: 480px) { #hometicker h2 { font-size: 48px; }
		.static h3 { font-size: 16px; padding-left: 20px; padding-right: 20px; }
		.static-content h3 { font-size: 20px; }
		.feature { margin-top: 120px; }
		.caption p { margin-bottom: 20px; }
		.roundprogress { margin-bottom: 20px; }
		.active .service-text:after { display: none; }
		.serviceslider { height: 550px; }
		.service-caption-text h5 span { border: none; }
		.team-member { text-align: center; }
}
