@charset "UTF-8";
/*!
Theme Name: db360
Theme URI: http://underscores.me/
Author: Robert Wolfe
Author URI: http://underscores.me/
Description: db360
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  boot.dev
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sassy Underscores is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
---------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
---------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue","Open Sans",  "Helvetica", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway","Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

h2 {
  letter-spacing: 3px;
  margin-right: -3px;
}

h3 {
  letter-spacing: 3px;
  margin-right: -3px;
}

h6 {
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: -2px;
}

h5 {
  font-size: 19px;
  letter-spacing: 2px;
  margin-right: -2px;
}

h4 {
  font-size: 42px;
  letter-spacing: 1px;
  margin-right: -1px;
}

a {
  color: #33609E;
  font-weight: 400;
}

a:hover {
  color: #33609E;
  font-weight: 400;
}

b {
  font-weight: 500;
}

img {
  -webkit-backface-visibility: hidden;
}

ul {
  margin: 0px;
}

input {
  -webkit-appearance: none;
}

input:focus {
  border: 1px solid #eee;
}

.offix {
  overflow: hidden;
}

.clearfix {
  overflow: auto;
}

/********* COLORS ********/
.border-white {
  border-color: #fff !important;
}

.background-white {
  background: #fff;
}

.background-dark-grey {
  background: #222;
}

.background-mid-grey {
  background: #f3f3f3;
}

.background-lite-grey {
  background: #e5e5e5;
}

.background-lite2-grey {
  background: #c2c2c2;
}

.background-highlight {
  background: #345b8f;
}

.background-blue {
  background: #33609E;
}

/********* TYPOGRAPHY *********/
p {
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0px;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

.text-white {
  color: #fff;
  border-color: #fff;
}

.text-whiteh {
  color: #fff;
  border-color: #fff;
}

a.text-whiteh:hover {
  color: #fff;
}

.text-blue {
  color: #33609E !important;
  border-color: #fff;
}

.text-grey {
  color: #757E83;
  border-color: #fff;
}

.underline {
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 3px;
}

h1.underline {
  letter-spacing: 3px;
  margin-right: -3px;
}

h5.underline {
  letter-spacing: 3px;
  margin-right: -3px;
  margin-bottom: 10px;
}

.page-title {
  margin-left: 15px;
  display: inline-block;
  padding-bottom: 0px;
}

.page-title h6 {
  font-size: 12px;
  color: #222222;
}

.text-white.page-title {
  border-color: #fff;
}

/** CODE **/
code {
  background: #e4e4e4;
  padding: 22px;
  color: #777;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 22px;
}

/********** HEADERS *********/
header {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover !important;
}

.header-large {
  padding-top: 200px;
  padding-bottom: 200px;
}

.fullscreen-element {
  padding-top: 0px;
  padding-bottom: 0px;
}

/********** COMMON ELEMENTS *********/
.logo {
  max-width: 175px;
  padding-left: 20px;
}

ul {
  list-style: none;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: 2;
  top: 0px;
}

.divider-background {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}
.divider-background .row {
  position: relative;
  z-index: 2;
}
.divider-background .overlay {
  opacity: 0.90;
}
.divider-background .overlay1 {
  background: #c2c2c2;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  z-index: 2;
  top: 0px;
}
.divider-background .overlay2 {
  background: #33609E;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .2;
  z-index: 2;
  top: 0px;
}

.overlay.overlay-heavy {
  opacity: 0.4;
}

.background-pattern {
  background-size: initial !important;
  background-repeat: initial !important;
}

.icon-box {
  height: 105px;
  width: 105px;
  border-radius: 50%;
  margin: 0px auto;
  border: 2px solid #33609E !important;
  padding-top: 32px;
  font-size: 36px;
  color: #222;
  margin-bottom: 33px;
  transition: all .2s ease;
}

.icon-box:hover {
  color: #33609E;
  background-color: #33609E;
  opacity: 0.4 !important;
}

.horizontal-line {
  background: #222;
  opacity: 0.2;
  height: 2px;
  width: 40px;
  margin: 0px auto;
  margin-top: 22px;
  margin-bottom: 22px;
}

.border-box {
  border: 2px solid #454545;
  padding: 37px 18px;
}

.border-box i {
  font-size: 46px;
  color: #454545;
  display: inline-block;
  margin-bottom: 17px;
  transition: all .2s ease;
  position: relative;
  bottom: 0px;
}

.border-box h6 {
  margin-bottom: 0px;
  letter-spacing: 2px;
  margin-right: -2px;
}

.border-box .horizontal-line {
  opacity: 0.8;
}

.border-box:hover i {
  bottom: 5px;
}

.feature-small {
  margin-bottom: 44px;
  overflow: hidden;
  width: 100%;
}

.feature-small .left {
  width: 20%;
}

.feature-small .right {
  width: 80%;
}

.feature-small i {
  font-size: 24px;
  display: inline-block;
  color: #222;
  position: relative;
  top: 5px;
}

.feature-small h6 {
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: 2px;
  margin-right: -2px;
  display: inline-block;
}

.feature-small .horizontal-line {
  margin: 15px 0px 22px 0px;
  opacity: 1;
}

.feature-small p {
  color: #777;
}

.medium-4 .feature-small i {
  font-size: 38px;
}

.icon-box-hollow {
  width: 150px;
  height: 150px;
  margin-top: 22px;
  display: inline-block;
  margin-bottom: 88px;
}

.icon-box-hollow .upper {
  width: 150px;
  height: 150px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-left: 2px solid;
  border-color: #454545;
  color: #222;
  margin: 0px auto;
  padding-top: 53px;
}

.icon-box-hollow i {
  font-size: 46px;
  transition: all .2s ease;
  bottom: 0px;
  position: relative;
}

.icon-box-hollow .lower {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.icon-box-hollow .line {
  width: 40px;
  height: 2px;
  background: #454545;
}

.icon-box-hollow .vertical-line {
  width: 2px;
  height: 35px;
  position: absolute;
  display: inline-block;
  background: #454545;
  margin-top: -11px;
  transition: all .2s ease;
}

.icon-box-hollow:hover .vertical-line {
  margin-top: -4px;
}

.icon-box-hollow:hover i {
  bottom: 5px;
}

.icon-box-hollow h6 {
  margin-bottom: 0px;
  margin-top: 44px;
  letter-spacing: 2px;
  margin-right: -2px;
  display: inline-block;
}

.social-profiles {
  overflow: hidden;
  margin: 0px;
  display: inline-block;
}
.social-profiles li {
  float: left;
  margin-right: 29px;
}
.social-profiles lilast-child {
  margin-right: 0px;
}
.social-profiles li a {
  font-size: 16px;
}

.social-profiles li {
  float: left;
  margin-right: 29px;
}

.social-profiles li a {
  font-size: 16px;
}

.social-profiles li:last-child {
  margin-right: 0px;
}

.divider-background .icon-box-hollow .upper {
  border-color: #fff;
  color: #fff;
}

.divider-background .icon-box-hollow .line {
  background: #fff;
}

.divider-background .icon-box-hollow .vertical-line {
  background: #fff;
}

.parallax-scroll {
  position: relative;
}

/** TEAM MEMBERS **/
.fullwidth-team {
  overflow: hidden;
}

.fullwidth-team .columns {
  padding: 0px;
}

.fullwidth-team .team-member {
  max-height: 500px;
}

.fullwidth-team .team-member:hover .member-details {
  bottom: 170px;
}

.team-member {
  text-align: center;
  max-height: 458px;
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  cursor: pointer;
  margin-top: 22px;
}

.team-member img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 1;
  width: 100%;
}

.member-details {
  background: #f2f2f2;
  padding: 22px 0px;
  position: relative;
  bottom: 0px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.member-details h6 {
  letter-spacing: 2px;
  margin-right: -2px;
}

.member-details .title {
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  letter-spacing: 1px;
  margin-right: -1px;
  display: inline-block;
}

.member-details .social-profiles {
  margin-bottom: 22px;
}

.member-details .social-profiles li a {
  color: #222;
}

.member-details p {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  opacity: 0;
  padding: 0px 22px;
  margin-bottom: 33px;
}

.background-mid-grey .member-details {
  background: #fff;
}

.team-member:hover .member-details {
  bottom: 170px;
}

.team-member:hover .member-details p {
  opacity: 1;
}

.team-member:hover img {
  opacity: 0.7;
}

/** FEATURE SELECTOR **/
.feature-selector-holder {
  overflow: hidden;
}

.feature-selector-content {
  margin-bottom: 44px;
  transition: all .3s ease;
  position: relative;
}

.feature-selector-content li {
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.feature-selector-content li.active {
  opacity: 1;
  transition-delay: 0.3s;
  z-index: 900;
}

.feature-selector-tabs {
  display: inline-block;
  margin: 0px auto;
  overflow: hidden;
}

.feature-selector-tabs li {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #353535;
  color: #353535;
  text-align: center;
  margin-right: 33px;
  padding-top: 16px;
  font-size: 43px;
  float: left;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.feature-selector-tabs li:last-child {
  margin-right: 0px;
}

.feature-selector-tabs li:hover {
  background: #eee;
  color: #353535;
}

.feature-selector-tabs li.active {
  background: #eee;
  color: #353535;
}

.divider-background .feature-selector-tabs li {
  border-color: #fff;
  color: #fff;
}

.divider-background .feature-selector-tabs li:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #353535;
}

.divider-background .feature-selector-tabs li.active {
  background: rgba(255, 255, 255, 0.8);
  color: #353535;
}

/** CLIENTS DIVIDER **/
.clients-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.clients-slider li {
  text-align: center;
}

.clients-slider img {
  height: 50px;
}

/** ICON LIST **/
.icon-list {
  margin-bottom: 44px;
}

.icon-list li {
  color: #454545;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.icon-list li:last-child {
  margin-bottom: 0px;
}

.icon-list span {
  display: inline-block;
  position: relative;
  bottom: 5px;
  font-size: 14px;
}

.icon-list li i {
  color: #454545;
  font-size: 26px;
  display: inline-block;
  margin-right: 11px;
}

/** IMAGE LIST **/
.image-list {
  margin-top: 44px;
  margin-bottom: 44px;
}

.image-list li {
  margin-bottom: 44px;
}

.image-list li:last-child {
  margin-bottom: 0px;
}

.background-overlay {
  opacity: 0.6;
}

/** BULLET LIST */
.list-bullets {
  margin-left: 11px;
  list-style-type: disc;
  margin-bottom: 22px;
  font-size: 14px;
  list-style-position: inside;
}

.list-bullets li {
  margin-bottom: 6px;
}

/** VIDEOS **/
.divider-video {
  position: relative;
  padding: 0px;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.video-wrapper video {
  width: 100%;
  position: absolute;
}

.divider-video .overlay {
  z-index: 1;
  opacity: 0.4;
}

.divider-video .divider-content {
  position: relative;
  z-index: 2;
  padding-top: 121px;
  padding-bottom: 121px;
}

/** FORMS **/
form {
  overflow: hidden;
}

textarea {
  background: #fff;
  width: 100%;
  border: none;
  padding: 11px;
  margin-top: 11px;
  font-size: 13px;
}

input[type="text"] {
  background: #fff;
  border: none;
  padding: 17px;
  font-size: 13px;
  -webkit-appearance: none;
  width: 48%;
  height: 40px;
}

form input[type="text"] {
  float: left;
}

form input[type="text"]:last-child {
  float: right;
}

input[type="submit"] {
  float: right;
}

input.hollow {
  background: none;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

input.hollow::-webkit-input-placeholder {
  color: #fff;
}

input.hollow:focus {
  outline: none;
}

#details-error, .details-error {
  padding: 11px;
  background: #dd5252;
  color: #fff;
  border-radius: 3px;
  display: none;
}

#form-sent, .form-sent {
  padding: 11px;
  background: #4ec04b;
  color: #fff;
  border-radius: 3px;
  display: none;
}

/** MAPS **/
.map {
  overflow: hidden;
  height: 400px;
  position: relative;
}

.map .overlay {
  opacity: 0;
  z-index: 1;
}

.map iframe {
  width: 100%;
  height: 400px;
  border: none;
  position: relative;
  z-index: 0;
}

/***** INSTAFEED *****/
.instagram-feed .row {
  padding-top: 33px;
  padding-bottom: 33px;
}

.instagram-feed span {
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}

.instagram-feed span i {
  display: inline-block;
  margin: 0px 6px;
}

.instagram-feed.no-pad .columns {
  padding-top: 0px;
  padding-bottom: 0px;
}

.instafeed li {
  width: 12.5%;
  float: left;
}

.instafeed li:nth-child(n+9) {
  display: none;
}

/********** TESTIMONIALS ********/
.testimonials-slider {
  position: relative;
}

.testimonials-slider p:last-child {
  margin-bottom: 37px;
}

.testimonials-slider .author {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-right: 4px;
}

.testimonials-slider .flex-control-nav {
  bottom: -44px;
}

/********** SKILLS **********/
.skills li {
  margin-bottom: 22px;
}

.skills li span {
  display: inline-block;
  margin-bottom: 11px;
  color: #777;
}

.empty-skill {
  width: 100%;
  height: 4px;
  background: #d5d5d5;
}

.full-skill {
  height: 4px;
  background: #454545;
  position: relative;
  bottom: 4px;
}

/********** FOOTER *********/
footer {
  padding-top: 30px;
  color: "fff;";
}

footer.dark {
  background: #33609E;
}

footer.dark h6 {
  color: #ebebeb;
  font-size: 13px;
  letter-spacing: 2px;
}

footer.dark a {
  color: #fff;
}

footer.dark a i {
  color: #ccc;
}

footer.dark a:hover {
  color: #999;
}

footer a i {
  position: relative;
  transition: all .2s ease;
  left: 0px;
}

footer a:hover .arrow_right {
  left: 5px;
}

footer p {
  font-size: 13px;
}

footer p i {
  display: inline-block;
  color: #ebebeb;
  margin-right: 5px;
}

footer ul {
  margin: 0px;
  font-size: 11px;
}

footer ul li {
  margin-bottom: 9px;
}

footer ul li i {
  display: inline-block;
  margin-right: 5px;
}

footer ul li a {
  font-size: 13px;
}

.footer-lower {
  margin-top: 30px;
  padding: 20px 0 5px 0;
}

.footer-lower .button {
  margin-top: 0px;
  padding: 10px 3px 10px 12px;
}

footer.dark .footer-lower {
  background: #333;
}

footer .social-profiles li {
  font-size: 12px !important;
}

footer.dark .social-profiles li a i {
  color: #fff !important;
  font-size: 16px;
}

.footer-lower span {
  font-size: 11px;
}

footer.footer-alt .social-profiles li {
  margin-right: 33px;
}

footer.footer-alt .social-profiles li a i {
  font-size: 36px;
  display: inline-block;
  color: #777 !important;
}

footer.footer-alt .social-profiles li a:hover i {
  color: #fff !important;
}

footer.footer-alt .footer-lower {
  margin-top: 66px;
}

footer.footer-alt span.sub {
  display: block;
  margin-top: 44px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-right: -2px;
}

footer.footer-alt span.sub .icon_heart {
  color: #f73333;
  font-size: 14px;
  position: relative;
  bottom: 2px;
  display: inline-block;
  margin: 0px 4px;
}

.footer-title {
  padding-top: 20px;
  padding-bottom: 50px;
}

/********* LIGHTBOX IMAGE STYLES **********/
.lightbox-image {
  margin-bottom: 30px;
}

/********* PAGINATION LINKS **********/
h2.screen-reader-text {
  display: none;
}

.nav-next {
  float: right;
}

/*---------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
  font-family: 'ElegantIcons';
  src: url("fonts/ElegantIcons.eot");
  src: url("fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("fonts/ElegantIcons.woff") format("woff"), url("fonts/ElegantIcons.ttf") format("truetype"), url("fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if  you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.arrow_up:before {
  content: "\21";
}

.arrow_down:before {
  content: "\22";
}

.arrow_left:before {
  content: "\23";
}

.arrow_right:before {
  content: "\24";
}

.arrow_left-up:before {
  content: "\25";
}

.arrow_right-up:before {
  content: "\26";
}

.arrow_right-down:before {
  content: "\27";
}

.arrow_left-down:before {
  content: "\28";
}

.arrow-up-down:before {
  content: "\29";
}

.arrow_up-down_alt:before {
  content: "\2a";
}

.arrow_left-right_alt:before {
  content: "\2b";
}

.arrow_left-right:before {
  content: "\2c";
}

.arrow_expand_alt2:before {
  content: "\2d";
}

.arrow_expand_alt:before {
  content: "\2e";
}

.arrow_condense:before {
  content: "\2f";
}

.arrow_expand:before {
  content: "\30";
}

.arrow_move:before {
  content: "\31";
}

.arrow_carrot-up:before {
  content: "\32";
}

.arrow_carrot-down:before {
  content: "\33";
}

.arrow_carrot-left:before {
  content: "\34";
}

.arrow_carrot-right:before {
  content: "\35";
}

.arrow_carrot-2up:before {
  content: "\36";
}

.arrow_carrot-2down:before {
  content: "\37";
}

.arrow_carrot-2left:before {
  content: "\38";
}

.arrow_carrot-2right:before {
  content: "\39";
}

.arrow_carrot-up_alt2:before {
  content: "\3a";
}

.arrow_carrot-down_alt2:before {
  content: "\3b";
}

.arrow_carrot-left_alt2:before {
  content: "\3c";
}

.arrow_carrot-right_alt2:before {
  content: "\3d";
}

.arrow_carrot-2up_alt2:before {
  content: "\3e";
}

.arrow_carrot-2down_alt2:before {
  content: "\3f";
}

.arrow_carrot-2left_alt2:before {
  content: "\40";
}

.arrow_carrot-2right_alt2:before {
  content: "\41";
}

.arrow_triangle-up:before {
  content: "\42";
}

.arrow_triangle-down:before {
  content: "\43";
}

.arrow_triangle-left:before {
  content: "\44";
}

.arrow_triangle-right:before {
  content: "\45";
}

.arrow_triangle-up_alt2:before {
  content: "\46";
}

.arrow_triangle-down_alt2:before {
  content: "\47";
}

.arrow_triangle-left_alt2:before {
  content: "\48";
}

.arrow_triangle-right_alt2:before {
  content: "\49";
}

.arrow_back:before {
  content: "\4a";
}

.icon_minus-06:before {
  content: "\4b";
}

.icon_plus:before {
  content: "\4c";
}

.icon_close:before {
  content: "\4d";
}

.icon_check:before {
  content: "\4e";
}

.icon_minus_alt2:before {
  content: "\4f";
}

.icon_plus_alt2:before {
  content: "\50";
}

.icon_close_alt2:before {
  content: "\51";
}

.icon_check_alt2:before {
  content: "\52";
}

.icon_zoom-out_alt:before {
  content: "\53";
}

.icon_zoom-in_alt:before {
  content: "\54";
}

.icon_search:before {
  content: "\55";
}

.icon_box-empty:before {
  content: "\56";
}

.icon_box-selected:before {
  content: "\57";
}

.icon_minus-box:before {
  content: "\58";
}

.icon_plus-box:before {
  content: "\59";
}

.icon_box-checked:before {
  content: "\5a";
}

.icon_circle-empty:before {
  content: "\5b";
}

.icon_circle-slelected:before {
  content: "\5c";
}

.icon_stop_alt2:before {
  content: "\5d";
}

.icon_stop:before {
  content: "\5e";
}

.icon_pause_alt2:before {
  content: "\5f";
}

.icon_pause:before {
  content: "\60";
}

.icon_menu:before {
  content: "\61";
}

.icon_menu-square_alt2:before {
  content: "\62";
}

.icon_menu-circle_alt2:before {
  content: "\63";
}

.icon_ul:before {
  content: "\64";
}

.icon_ol:before {
  content: "\65";
}

.icon_adjust-horiz:before {
  content: "\66";
}

.icon_adjust-vert:before {
  content: "\67";
}

.icon_document_alt:before {
  content: "\68";
}

.icon_documents_alt:before {
  content: "\69";
}

.icon_pencil:before {
  content: "\6a";
}

.icon_pencil-edit_alt:before {
  content: "\6b";
}

.icon_pencil-edit:before {
  content: "\6c";
}

.icon_folder-alt:before {
  content: "\6d";
}

.icon_folder-open_alt:before {
  content: "\6e";
}

.icon_folder-add_alt:before {
  content: "\6f";
}

.icon_info_alt:before {
  content: "\70";
}

.icon_error-oct_alt:before {
  content: "\71";
}

.icon_error-circle_alt:before {
  content: "\72";
}

.icon_error-triangle_alt:before {
  content: "\73";
}

.icon_question_alt2:before {
  content: "\74";
}

.icon_question:before {
  content: "\75";
}

.icon_comment_alt:before {
  content: "\76";
}

.icon_chat_alt:before {
  content: "\77";
}

.icon_vol-mute_alt:before {
  content: "\78";
}

.icon_volume-low_alt:before {
  content: "\79";
}

.icon_volume-high_alt:before {
  content: "\7a";
}

.icon_quotations:before {
  content: "\7b";
}

.icon_quotations_alt2:before {
  content: "\7c";
}

.icon_clock_alt:before {
  content: "\7d";
}

.icon_lock_alt:before {
  content: "\7e";
}

.icon_lock-open_alt:before {
  content: "\e000";
}

.icon_key_alt:before {
  content: "\e001";
}

.icon_cloud_alt:before {
  content: "\e002";
}

.icon_cloud-upload_alt:before {
  content: "\e003";
}

.icon_cloud-download_alt:before {
  content: "\e004";
}

.icon_image:before {
  content: "\e005";
}

.icon_images:before {
  content: "\e006";
}

.icon_lightbulb_alt:before {
  content: "\e007";
}

.icon_gift_alt:before {
  content: "\e008";
}

.icon_house_alt:before {
  content: "\e009";
}

.icon_genius:before {
  content: "\e00a";
}

.icon_mobile:before {
  content: "\e00b";
}

.icon_tablet:before {
  content: "\e00c";
}

.icon_laptop:before {
  content: "\e00d";
}

.icon_desktop:before {
  content: "\e00e";
}

.icon_camera_alt:before {
  content: "\e00f";
}

.icon_mail_alt:before {
  content: "\e010";
}

.icon_cone_alt:before {
  content: "\e011";
}

.icon_ribbon_alt:before {
  content: "\e012";
}

.icon_bag_alt:before {
  content: "\e013";
}

.icon_creditcard:before {
  content: "\e014";
}

.icon_cart_alt:before {
  content: "\e015";
}

.icon_paperclip:before {
  content: "\e016";
}

.icon_tag_alt:before {
  content: "\e017";
}

.icon_tags_alt:before {
  content: "\e018";
}

.icon_trash_alt:before {
  content: "\e019";
}

.icon_cursor_alt:before {
  content: "\e01a";
}

.icon_mic_alt:before {
  content: "\e01b";
}

.icon_compass_alt:before {
  content: "\e01c";
}

.icon_pin_alt:before {
  content: "\e01d";
}

.icon_pushpin_alt:before {
  content: "\e01e";
}

.icon_map_alt:before {
  content: "\e01f";
}

.icon_drawer_alt:before {
  content: "\e020";
}

.icon_toolbox_alt:before {
  content: "\e021";
}

.icon_book_alt:before {
  content: "\e022";
}

.icon_calendar:before {
  content: "\e023";
}

.icon_film:before {
  content: "\e024";
}

.icon_table:before {
  content: "\e025";
}

.icon_contacts_alt:before {
  content: "\e026";
}

.icon_headphones:before {
  content: "\e027";
}

.icon_lifesaver:before {
  content: "\e028";
}

.icon_piechart:before {
  content: "\e029";
}

.icon_refresh:before {
  content: "\e02a";
}

.icon_link_alt:before {
  content: "\e02b";
}

.icon_link:before {
  content: "\e02c";
}

.icon_loading:before {
  content: "\e02d";
}

.icon_blocked:before {
  content: "\e02e";
}

.icon_archive_alt:before {
  content: "\e02f";
}

.icon_heart_alt:before {
  content: "\e030";
}

.icon_star_alt:before {
  content: "\e031";
}

.icon_star-half_alt:before {
  content: "\e032";
}

.icon_star:before {
  content: "\e033";
}

.icon_star-half:before {
  content: "\e034";
}

.icon_tools:before {
  content: "\e035";
}

.icon_tool:before {
  content: "\e036";
}

.icon_cog:before {
  content: "\e037";
}

.icon_cogs:before {
  content: "\e038";
}

.arrow_up_alt:before {
  content: "\e039";
}

.arrow_down_alt:before {
  content: "\e03a";
}

.arrow_left_alt:before {
  content: "\e03b";
}

.arrow_right_alt:before {
  content: "\e03c";
}

.arrow_left-up_alt:before {
  content: "\e03d";
}

.arrow_right-up_alt:before {
  content: "\e03e";
}

.arrow_right-down_alt:before {
  content: "\e03f";
}

.arrow_left-down_alt:before {
  content: "\e040";
}

.arrow_condense_alt:before {
  content: "\e041";
}

.arrow_expand_alt3:before {
  content: "\e042";
}

.arrow_carrot_up_alt:before {
  content: "\e043";
}

.arrow_carrot-down_alt:before {
  content: "\e044";
}

.arrow_carrot-left_alt:before {
  content: "\e045";
}

.arrow_carrot-right_alt:before {
  content: "\e046";
}

.arrow_carrot-2up_alt:before {
  content: "\e047";
}

.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}

.arrow_carrot-2left_alt:before {
  content: "\e049";
}

.arrow_carrot-2right_alt:before {
  content: "\e04a";
}

.arrow_triangle-up_alt:before {
  content: "\e04b";
}

.arrow_triangle-down_alt:before {
  content: "\e04c";
}

.arrow_triangle-left_alt:before {
  content: "\e04d";
}

.arrow_triangle-right_alt:before {
  content: "\e04e";
}

.icon_minus_alt:before {
  content: "\e04f";
}

.icon_plus_alt:before {
  content: "\e050";
}

.icon_close_alt:before {
  content: "\e051";
}

.icon_check_alt:before {
  content: "\e052";
}

.icon_zoom-out:before {
  content: "\e053";
}

.icon_zoom-in:before {
  content: "\e054";
}

.icon_stop_alt:before {
  content: "\e055";
}

.icon_menu-square_alt:before {
  content: "\e056";
}

.icon_menu-circle_alt:before {
  content: "\e057";
}

.icon_document:before {
  content: "\e058";
}

.icon_documents:before {
  content: "\e059";
}

.icon_pencil_alt:before {
  content: "\e05a";
}

.icon_folder:before {
  content: "\e05b";
}

.icon_folder-open:before {
  content: "\e05c";
}

.icon_folder-add:before {
  content: "\e05d";
}

.icon_folder_upload:before {
  content: "\e05e";
}

.icon_folder_download:before {
  content: "\e05f";
}

.icon_info:before {
  content: "\e060";
}

.icon_error-circle:before {
  content: "\e061";
}

.icon_error-oct:before {
  content: "\e062";
}

.icon_error-triangle:before {
  content: "\e063";
}

.icon_question_alt:before {
  content: "\e064";
}

.icon_comment:before {
  content: "\e065";
}

.icon_chat:before {
  content: "\e066";
}

.icon_vol-mute:before {
  content: "\e067";
}

.icon_volume-low:before {
  content: "\e068";
}

.icon_volume-high:before {
  content: "\e069";
}

.icon_quotations_alt:before {
  content: "\e06a";
}

.icon_clock:before {
  content: "\e06b";
}

.icon_lock:before {
  content: "\e06c";
}

.icon_lock-open:before {
  content: "\e06d";
}

.icon_key:before {
  content: "\e06e";
}

.icon_cloud:before {
  content: "\e06f";
}

.icon_cloud-upload:before {
  content: "\e070";
}

.icon_cloud-download:before {
  content: "\e071";
}

.icon_lightbulb:before {
  content: "\e072";
}

.icon_gift:before {
  content: "\e073";
}

.icon_house:before {
  content: "\e074";
}

.icon_camera:before {
  content: "\e075";
}

.icon_mail:before {
  content: "\e076";
}

.icon_cone:before {
  content: "\e077";
}

.icon_ribbon:before {
  content: "\e078";
}

.icon_bag:before {
  content: "\e079";
}

.icon_cart:before {
  content: "\e07a";
}

.icon_tag:before {
  content: "\e07b";
}

.icon_tags:before {
  content: "\e07c";
}

.icon_trash:before {
  content: "\e07d";
}

.icon_cursor:before {
  content: "\e07e";
}

.icon_mic:before {
  content: "\e07f";
}

.icon_compass:before {
  content: "\e080";
}

.icon_pin:before {
  content: "\e081";
}

.icon_pushpin:before {
  content: "\e082";
}

.icon_map:before {
  content: "\e083";
}

.icon_drawer:before {
  content: "\e084";
}

.icon_toolbox:before {
  content: "\e085";
}

.icon_book:before {
  content: "\e086";
}

.icon_contacts:before {
  content: "\e087";
}

.icon_archive:before {
  content: "\e088";
}

.icon_heart:before {
  content: "\e089";
}

.icon_profile:before {
  content: "\e08a";
}

.icon_group:before {
  content: "\e08b";
}

.icon_grid-2x2:before {
  content: "\e08c";
}

.icon_grid-3x3:before {
  content: "\e08d";
}

.icon_music:before {
  content: "\e08e";
}

.icon_pause_alt:before {
  content: "\e08f";
}

.icon_phone:before {
  content: "\e090";
}

.icon_upload:before {
  content: "\e091";
}

.icon_download:before {
  content: "\e092";
}

.social_facebook:before {
  content: "\e093";
}

.social_twitter:before {
  content: "\e094";
}

.social_pinterest:before {
  content: "\e095";
}

.social_googleplus:before {
  content: "\e096";
}

.social_tumblr:before {
  content: "\e097";
}

.social_tumbleupon:before {
  content: "\e098";
}

.social_wordpress:before {
  content: "\e099";
}

.social_instagram:before {
  content: "\e09a";
}

.social_dribbble:before {
  content: "\e09b";
}

.social_vimeo:before {
  content: "\e09c";
}

.social_linkedin:before {
  content: "\e09d";
}

.social_rss:before {
  content: "\e09e";
}

.social_deviantart:before {
  content: "\e09f";
}

.social_share:before {
  content: "\e0a0";
}

.social_myspace:before {
  content: "\e0a1";
}

.social_skype:before {
  content: "\e0a2";
}

.social_youtube:before {
  content: "\e0a3";
}

.social_picassa:before {
  content: "\e0a4";
}

.social_googledrive:before {
  content: "\e0a5";
}

.social_flickr:before {
  content: "\e0a6";
}

.social_blogger:before {
  content: "\e0a7";
}

.social_spotify:before {
  content: "\e0a8";
}

.social_delicious:before {
  content: "\e0a9";
}

.social_facebook_circle:before {
  content: "\e0aa";
}

.social_twitter_circle:before {
  content: "\e0ab";
}

.social_pinterest_circle:before {
  content: "\e0ac";
}

.social_googleplus_circle:before {
  content: "\e0ad";
}

.social_tumblr_circle:before {
  content: "\e0ae";
}

.social_stumbleupon_circle:before {
  content: "\e0af";
}

.social_wordpress_circle:before {
  content: "\e0b0";
}

.social_instagram_circle:before {
  content: "\e0b1";
}

.social_dribbble_circle:before {
  content: "\e0b2";
}

.social_vimeo_circle:before {
  content: "\e0b3";
}

.social_linkedin_circle:before {
  content: "\e0b4";
}

.social_rss_circle:before {
  content: "\e0b5";
}

.social_deviantart_circle:before {
  content: "\e0b6";
}

.social_share_circle:before {
  content: "\e0b7";
}

.social_myspace_circle:before {
  content: "\e0b8";
}

.social_skype_circle:before {
  content: "\e0b9";
}

.social_youtube_circle:before {
  content: "\e0ba";
}

.social_picassa_circle:before {
  content: "\e0bb";
}

.social_googledrive_alt2:before {
  content: "\e0bc";
}

.social_flickr_circle:before {
  content: "\e0bd";
}

.social_blogger_circle:before {
  content: "\e0be";
}

.social_spotify_circle:before {
  content: "\e0bf";
}

.social_delicious_circle:before {
  content: "\e0c0";
}

.social_facebook_square:before {
  content: "\e0c1";
}

.social_twitter_square:before {
  content: "\e0c2";
}

.social_pinterest_square:before {
  content: "\e0c3";
}

.social_googleplus_square:before {
  content: "\e0c4";
}

.social_tumblr_square:before {
  content: "\e0c5";
}

.social_stumbleupon_square:before {
  content: "\e0c6";
}

.social_wordpress_square:before {
  content: "\e0c7";
}

.social_instagram_square:before {
  content: "\e0c8";
}

.social_dribbble_square:before {
  content: "\e0c9";
}

.social_vimeo_square:before {
  content: "\e0ca";
}

.social_linkedin_square:before {
  content: "\e0cb";
}

.social_rss_square:before {
  content: "\e0cc";
}

.social_deviantart_square:before {
  content: "\e0cd";
}

.social_share_square:before {
  content: "\e0ce";
}

.social_myspace_square:before {
  content: "\e0cf";
}

.social_skype_square:before {
  content: "\e0d0";
}

.social_youtube_square:before {
  content: "\e0d1";
}

.social_picassa_square:before {
  content: "\e0d2";
}

.social_googledrive_square:before {
  content: "\e0d3";
}

.social_flickr_square:before {
  content: "\e0d4";
}

.social_blogger_square:before {
  content: "\e0d5";
}

.social_spotify_square:before {
  content: "\e0d6";
}

.social_delicious_square:before {
  content: "\e0d7";
}

.icon_printer:before {
  content: "\e103";
}

.icon_calulator:before {
  content: "\e0ee";
}

.icon_building:before {
  content: "\e0ef";
}

.icon_floppy:before {
  content: "\e0e8";
}

.icon_drive:before {
  content: "\e0ea";
}

.icon_search-2:before {
  content: "\e101";
}

.icon_id:before {
  content: "\e107";
}

.icon_id-2:before {
  content: "\e108";
}

.icon_puzzle:before {
  content: "\e102";
}

.icon_like:before {
  content: "\e106";
}

.icon_dislike:before {
  content: "\e0eb";
}

.icon_mug:before {
  content: "\e105";
}

.icon_currency:before {
  content: "\e0ed";
}

.icon_wallet:before {
  content: "\e100";
}

.icon_pens:before {
  content: "\e104";
}

.icon_easel:before {
  content: "\e0e9";
}

.icon_flowchart:before {
  content: "\e109";
}

.icon_datareport:before {
  content: "\e0ec";
}

.icon_briefcase:before {
  content: "\e0fe";
}

.icon_shield:before {
  content: "\e0f6";
}

.icon_percent:before {
  content: "\e0fb";
}

.icon_globe:before {
  content: "\e0e2";
}

.icon_globe-2:before {
  content: "\e0e3";
}

.icon_target:before {
  content: "\e0f5";
}

.icon_hourglass:before {
  content: "\e0e1";
}

.icon_balance:before {
  content: "\e0ff";
}

.icon_rook:before {
  content: "\e0f8";
}

.icon_printer-alt:before {
  content: "\e0fa";
}

.icon_calculator_alt:before {
  content: "\e0e7";
}

.icon_building_alt:before {
  content: "\e0fd";
}

.icon_floppy_alt:before {
  content: "\e0e4";
}

.icon_drive_alt:before {
  content: "\e0e5";
}

.icon_search_alt:before {
  content: "\e0f7";
}

.icon_id_alt:before {
  content: "\e0e0";
}

.icon_id-2_alt:before {
  content: "\e0fc";
}

.icon_puzzle_alt:before {
  content: "\e0f9";
}

.icon_like_alt:before {
  content: "\e0dd";
}

.icon_dislike_alt:before {
  content: "\e0f1";
}

.icon_mug_alt:before {
  content: "\e0dc";
}

.icon_currency_alt:before {
  content: "\e0f3";
}

.icon_wallet_alt:before {
  content: "\e0d8";
}

.icon_pens_alt:before {
  content: "\e0db";
}

.icon_easel_alt:before {
  content: "\e0f0";
}

.icon_flowchart_alt:before {
  content: "\e0df";
}

.icon_datareport_alt:before {
  content: "\e0f2";
}

.icon_briefcase_alt:before {
  content: "\e0f4";
}

.icon_shield_alt:before {
  content: "\e0d9";
}

.icon_percent_alt:before {
  content: "\e0da";
}

.icon_globe_alt:before {
  content: "\e0de";
}

.icon_clipboard:before {
  content: "\e0e6";
}

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none;
}

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}

.glyph div {
  padding-bottom: 10px;
}

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.glyph .fs1 {
  font-size: 2em;
}

/********** PORTFOLIO **********/
.work-wrapper {
  overflow: hidden;
}

.work-wrapper figure {
  float: left;
}

.work-instance-wrapper {
  overflow: hidden;
}

.grid-layout figure {
  margin-bottom: 30px;
}

figure {
  margin: 0px;
  cursor: pointer;
  max-width: 100%;
}

.cover-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cover-wrapper img {
  transition: all .1s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  max-width: 100%;
}

.cover-wrapper:hover img {
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Chrome, Safari, Opera */
  transform: scale(1.1, 1.1);
}

figure .hover-state {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #33609E;
  opacity: 0;
  transition: all .2s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  z-index: 2;
  text-align: center;
}

figure .hover-state .horizontal-line {
  background: #fff;
  opacity: 0.7;
}

figure .hover-state span {
  font-size: 13px;
}

figure .hover-state .button {
  margin-top: 0px;
}

figure:hover .hover-state {
  opacity: .85;
}

figure .title-holder {
  background: #fff;
  padding: 15px 22px 22px 22px;
  position: relative;
  cursor: default;
}

figure .title-holder h6 {
  letter-spacing: 2px;
  margin-bottom: 4px;
}

figure .title-holder span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

figure .title-holder i {
  position: absolute;
  right: 22px;
  display: inline-block;
  margin-top: -10px;
  font-size: 12px;
}

figure .title-holder i:before {
  margin-right: 10px;
}

.grid-layout figure .hover-state {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.filters {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 44px;
}

.filters li {
  float: left;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #454545;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.filters li:last-child {
  border-right: 2px solid;
}

.filters li a {
  display: inline-block;
  margin-right: -1px;
  padding: 15px 22px 15px 22px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.filters li a i {
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  width: 0px;
  position: relative;
  left: 40px;
  opacity: 0;
}

.filters li:hover {
  background: #454545;
}

.filters li:hover a {
  color: #fff;
}

.filters li.active {
  background: #454545;
}

.filters li.active a {
  color: #fff;
}

.filters li.active a i {
  left: 0px;
  opacity: 1;
  width: 16px;
}

figure.medium-12 {
  overflow: hidden;
}

/********* BLOG **********/
.blog-post-preview .cover-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.blog-post-preview .cover-wrapper img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.blog-post-preview .cover-wrapper:hover img {
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Chrome, Safari, Opera */
  transform: scale(1.1, 1.1);
}

.blog-post-preview figure {
  margin-bottom: 22px;
}

.blog-post-preview .title-holder {
  overflow: hidden;
  text-transform: uppercase;
}

.blog-post-preview .date, .blog-post .date {
  border: 2px solid #454545;
  padding: 8px 11px 11px 11px;
  color: #454545;
  width: 18%;
  float: left;
}

.blog-post-preview .day, .blog-post .day {
  font-weight: 700;
  font-size: 22px;
  display: block;
  margin-bottom: 3px;
}

.blog-post-preview .month, .blog-post .month {
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.blog-post-preview .title {
  margin-left: 11px;
  margin-bottom: 44px;
  display: inline-block;
}

.blog-post-preview .title h6 {
  margin-bottom: 4px;
  margin-top: 0px;
  letter-spacing: 2px;
  margin-right: -2px;
}

.blog-post-preview .meta {
  font-size: 12px;
  text-transform: none;
}

.blog-post-preview .meta a {
  font-weight: bold;
}

.blog-post-preview p {
  display: block;
  text-transform: none;
}

.blog-post {
  overflow: hidden;
}

.blog-post .date {
  width: 100%;
  float: none;
  margin-bottom: 22px;
}

/*.blog-post iframe{ width: 100%; }*/
.blog-post .videowrapper {
  width: 100% !important;
  height: auto !important;
}

.blog-post .meta {
  font-size: 12px;
  display: block;
  margin-top: 3px;
  margin-bottom: 22px;
}

.blog-post .meta a {
  font-weight: bold;
  color: #454545;
}

.long-post {
  overflow: hidden;
}

.long-post .post-content {
  width: 100%;
  padding: 20px;
}

.long-post .whitebox {
  width: 100%;
  padding: 20px;
  background: #fff;
}

.post-details {
  width: 8%;
  float: left;
}

.post-details .panel {
  padding: 22px,11px;
  width: 100%;
  text-align: center;
}

.post-details .panel .social-profiles li {
  margin-right: 0px;
  float: none;
  margin-bottom: 11px;
}

.post-content {
  float: right;
  width: 92%;
  padding-left: 22px;
  padding-bottom: 66px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 66px;
}

.post-content h5:first-child {
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 2px;
  color: #454545;
  position: relative;
  bottom: 4px;
}

.post-content img {
  margin-bottom: 22px;
}

.post-content .slider {
  margin-bottom: 22px;
}

.post-content .slider img {
  margin-bottom: 0px;
}

.post-content .button {
  margin-top: 22px;
}

.post-content iframe {
  width: 100%;
  margin-bottom: 22px;
}

#secondary .widget:first-child {
  margin-top: 0px;
}

#secondary .widget {
  margin-bottom: 36px;
}

#secondary .widget h6 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

#secondary .widget ul li {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #ddd;
}

#secondary .widget ul li a {
  font-size: 12px;
  color: #777;
}

#secondary .widget i {
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  position: relative;
  left: 0px;
}

#secondary .widget .arrow_right {
  font-size: 12px;
  top: 2px;
}

#secondary .widget ul li a:hover .arrow_right {
  left: 4px;
}

#secondary .widget ul li a:hover {
  color: #454545;
}

#search-2 .input-holder {
  overflow: hidden;
}

#search-2 input {
  border: none;
  background: #fff;
  height: 40px;
  border-radius: 0px;
  margin: 0px;
}

#search-2 .search-field {
  width: 80%;
  float: left;
  font-size: 12px;
  display: inline;
}

#search-2 .search-submit {
  background: #454545;
  color: #fff;
  height: 40px;
  width: 40px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  cursor: pointer;
}

.widget .tagcloud aå {
  overflow: hidden;
}

.widget .tagcloud a {
  float: left;
  margin-right: 4px;
  margin-bottom: 10px;
  border-bottom: none;
}

.widget .tagcloud:last-child {
  margin-right: 0px;
}

.widget .tagcloud a {
  font-size: 1rem;
  line-height: 1.6;
  display: inline-block;
  padding: 10px;
  border: 1px solid #cdcdcd;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
}

.widget .tagcloud a:hover {
  background: #454545;
  color: #fff;
  border-color: #454545;
}

.post-comment {
  margin-top: 99px;
}

.post-comment {
  overflow: hidden;
  background: #fff;
  padding: 22px;
  padding-bottom: 33px;
  margin: 22px 0px;
  float: none;
  width: 100%;
}

.post-comment img {
  max-width: 80%;
}

.post-comment .button {
  margin: 0px 0px 0px 11px;
  position: relative;
  bottom: 2px;
  margin-bottom: 11px;
}

.children .post-comment {
  width: 90%;
  float: right;
}

.post-comment h6 {
  letter-spacing: 1px;
}

.post-comment span {
  font-size: 12px;
}

.post-comment .avatar {
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
}

input:focus {
  -webkit-appearance: none;
  outline: 1px solid rgba(35, 35, 35, 0.2);
}

textarea:focus {
  -webkit-appearance: none;
  outline: 1px solid rgba(35, 35, 35, 0.2);
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.comment-form {
  overflow: hidden;
  margin-top: 99px;
}

.form-comments h6 {
  margin-bottom: 22px;
}

.comment-form input[type="text"] {
  float: left;
  width: 30%;
  margin-right: 4.99999995%;
  margin-left: 4.99999995%;
  margin-top: 0px;
  margin-bottom: 10px;
  border: none;
  font-size: 12px;
}

#form-email {
  margin: 0%;
  float: right;
}

#form-name {
  margin: 0%;
  float: left;
}

.form-submit {
  margin-top: 0px;
}

.blog-masonry-wrapper article .panel {
  width: 100%;
  padding: 22px;
}

.blog-masonry-wrapper article h6 {
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.blog-masonry-wrapper .horizontal-line {
  width: 100%;
  opacity: 0.15;
}

.blog-masonry-wrapper article a {
  margin-top: 11px;
}

.blog-masonry-wrapper article .social-profiles {
  padding: 11px;
}

.team-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.wwd-section {
  padding-top: 20px;
  padding-bottom: 160px;
}

.hwdi-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.contact-section {
  padding-top: 50px;
  padding-bottom: 280px;
}

.wwu-section {
  padding-top: 80px;
  padding-bottom: 230px;
}

.icann-section p, .icann-section ul, .icann-section li {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1.8px;
  text-align: justify !important;
}
.icann-section li {
  list-style-type: disc;
  padding-bottom: 20px;
  margin-left: 20px;
}

.wwd p, .wwd ul, .wwd li {
  font-size: 1.0rem;
  line-height: 1.4;
  text-align: justify !important;
}
.wwd li {
  list-style-type: disc;
  padding-bottom: 20px;
  margin-left: 20px;
}
.wwd a:hover, .wwd link:hover {
  color: #33609E;
}

.about p {
  font-size: 1.0rem;
  line-height: 1.4;
  margin-bottom: 0.50rem;
  text-align: left !important;
}

/*********************** LOWER RESOLUTION SCREENS AND LAPTOPS *************************/
@media only screen and (max-width: 1280px) {
  .row {
    max-width: 67em;
  }

  .slide-content .medium-10 {
    width: 100%;
  }
}
@media only screen and (max-width: 938px) {
  .section-photo {
    padding: 407px 0px;
  }

  .blog-body .sidebar {
    display: none;
  }

  .blog-body .medium-9:first-child {
    width: 100%;
  }

  .blog-post-preview .date {
    display: none;
  }

  .hero-slider .medium-9 {
    width: 100%;
  }

  .flex-direction-nav {
    display: none;
  }
}
/************************* SMARTPHONES *************************/
/* LANDSCAPE STYLES */
@media screen and (min-width: 321px) and (max-width: 600px) {
  body {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    margin-bottom: 11px;
  }

  p:last-child {
    margin-bottom: 0px;
  }

  p.lead {
    font-size: 16px;
  }

  span {
    font-size: 14px;
  }

  h1.page-title {
    font-size: 22px;
  }

  .section-large {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  /** NAVIGATION **/
  nav {
    position: absolute !important;
  }

  .mobile-toggle {
    display: block !important;
  }

  nav {
    max-height: 75px;
    overflow: hidden;
    padding-top: 22px;
  }

  .nav-transparent {
    background: #353535;
    backgroound: rgba(53, 53, 53, 0.7);
  }

  .nav-transparent-dark {
    background: #fff;
  }

  .shrink-nav.nav-transparent {
    backgroound: rgba(53, 53, 53, 0.7);
  }

  .shrink-nav .logo {
    bottom: 0px;
  }

  nav .text-right {
    text-align: left !important;
  }

  nav .menu {
    display: block !important;
    margin-top: 44px;
  }

  nav .menu li {
    float: none !important;
    padding-left: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #444;
  }

  nav .menu li a {
    padding-bottom: 11px;
  }

  nav .menu {
    padding-bottom: 44px;
  }

  nav .menu li:hover .subnav {
    max-height: 0px;
  }

  .subnav {
    position: relative;
    background: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
  }

  .subnav li:first-child {
    margin-top: 6px;
  }

  .subnav li {
    margin-right: 0px;
    margin-bottom: 0px !important;
    border-bottom: none !important;
  }

  .subnav li:last-child {
    margin-bottom: 22px !important;
  }

  .shrink-nav .menu li a {
    padding-bottom: 11px;
  }

  .open-nav {
    max-height: 1000px !important;
  }

  .nav-light .subnav li h6 {
    color: #454545 !important;
    border-color: #454545;
  }

  .nav-light .subnav li a {
    color: #777 !important;
  }

  .blog-body .post-details {
    display: none;
  }

  .blog-body .post-content {
    width: 100%;
    padding-left: 0px;
  }

  /** OTHER **/
  .button {
    padding: 15px 20px 18px 20px;
  }

  .button-small {
    padding: 12px 2px 12px 12px;
  }

  .space-box-left, .space-box-right {
    padding: 66px 15px;
  }

  .hero-slider .slides li h1 {
    font-size: 28px;
    border-bottom: none;
  }

  .hero-slider .slides .button {
    display: none;
  }

  .hero-slider .slides li p.lead {
    font-size: 12px;
  }

  header h2 {
    font-size: 18px;
  }

  .pricing-table {
    margin-bottom: 33px;
  }

  .border-box {
    margin-bottom: 33px;
  }

  .feature-selector-tabs {
    text-align: center;
  }

  .feature-selector-tabs li {
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 28px;
    padding-top: 12px;
    margin-right: 11px;
    margin-bottom: 11px;
  }

  .tabs-holder li {
    border-right: 2px solid #454545;
    margin-right: 4px;
    margin-bottom: 4px;
  }

  .icon-box {
    margin-top: 33px;
  }

  .icon-box-hollow {
    margin-top: 44px;
  }

  .blog-post-preview {
    margin-bottom: 44px;
  }

  .stat {
    margin-bottom: 33px;
  }

  .video-wrapper {
    display: none;
  }

  footer .medium-3 {
    margin-bottom: 33px;
  }

  footer .text-right {
    text-align: center !important;
  }

  footer .social-profiles {
    margin-top: 22px;
  }

  .style-freelance .divider-background {
    width: 100%;
  }

  .style-freelance .section-photo {
    padding: 121px 0px;
  }

  .style-freelance .pad-top-large {
    padding-top: 66px !important;
  }

  .style-freelance .logo-light {
    display: none !important;
  }

  .style-freelance .logo-dark {
    display: block !important;
  }

  .style-switcher {
    display: none;
  }

  .filters li {
    border: 2px solid #454545 !important;
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    margin-bottom: 11px;
  }

  p:last-child {
    margin-bottom: 0px;
  }

  p.lead {
    font-size: 16px;
  }

  span {
    font-size: 14px;
  }

  h1.page-title {
    font-size: 22px;
  }

  .filters li {
    border: 2px solid #454545 !important;
    margin-right: 6px;
    margin-bottom: 6px;
  }

  .section-large {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  /** NAVIGATION **/
  nav {
    position: absolute !important;
  }

  .mobile-toggle {
    display: block;
  }

  nav {
    max-height: 75px;
    overflow: hidden;
    padding-top: 22px;
  }

  .nav-transparent {
    background: #353535;
    backgroound: rgba(53, 53, 53, 0.9);
  }

  .nav-transparent-dark {
    background: #fff;
  }

  .shrink-nav.nav-transparent {
    backgroound: rgba(53, 53, 53, 0.9);
  }

  .shrink-nav .logo {
    bottom: 0px;
  }

  nav .text-right {
    text-align: left !important;
  }

  nav .menu {
    display: block;
    margin-top: 44px;
  }

  nav .menu li {
    float: none;
    padding-left: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #444;
  }

  nav .menu li a {
    padding-bottom: 11px;
  }

  nav .menu {
    padding-bottom: 44px;
  }

  nav .menu li:hover .subnav {
    max-height: 0px;
  }

  .subnav {
    position: relative;
    background: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
  }

  .subnav li:first-child {
    margin-top: 6px;
  }

  .subnav li {
    margin-right: 0px;
    margin-bottom: 0px !important;
    border-bottom: none !important;
  }

  .subnav li:last-child {
    margin-bottom: 22px !important;
  }

  .shrink-nav .menu li a {
    padding-bottom: 11px;
  }

  .open-nav {
    max-height: 1000px !important;
  }

  .has-dropdown {
    position: relative;
  }

  .has-dropdown:after {
    position: absolute;
    right: 15px;
  }

  .nav-light .subnav li h6 {
    color: #454545 !important;
    border-color: #454545;
  }

  .nav-light .subnav li a {
    color: #777 !important;
  }

  .blog-body .post-details {
    display: none;
  }

  .blog-body .post-content {
    width: 100%;
    padding-left: 0px;
  }

  /** OTHER **/
  .button {
    padding: 15px 20px 18px 20px;
  }

  .button-small {
    padding: 12px 2px 12px 12px;
  }

  .space-box-left, .space-box-right {
    padding: 66px 15px;
  }

  .hero-slider .slides li h1 {
    font-size: 28px;
    border-bottom: none;
  }

  .hero-slider .slides .button {
    display: none;
  }

  .hero-slider .slides li p.lead {
    font-size: 12px;
  }

  header h2 {
    font-size: 18px;
  }

  .pricing-table {
    margin-bottom: 33px;
  }

  .border-box {
    margin-bottom: 33px;
  }

  .feature-selector-tabs {
    text-align: center;
  }

  .feature-selector-tabs li {
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 28px;
    padding-top: 12px;
    margin-right: 11px;
    margin-bottom: 11px;
  }

  .tabs-holder li {
    border-right: 2px solid #454545;
    margin-right: 4px;
    margin-bottom: 4px;
  }

  .icon-box {
    margin-top: 33px;
  }

  .icon-box-hollow {
    margin-top: 44px;
  }

  .blog-post-preview {
    margin-bottom: 44px;
  }

  .stat {
    margin-bottom: 33px;
  }

  .video-wrapper {
    display: none;
  }

  footer .medium-3 {
    margin-bottom: 33px;
  }

  footer .text-right {
    text-align: center !important;
  }

  footer .social-profiles {
    margin-top: 22px;
  }

  .style-freelance .divider-background {
    width: 100%;
  }

  .style-freelance .section-photo {
    padding: 121px 0px;
  }

  .style-freelance .pad-top-large {
    padding-top: 66px !important;
  }

  .style-freelance .logo-light {
    display: none !important;
  }

  .style-freelance .logo-dark {
    display: block !important;
  }

  .style-switcher {
    display: none;
  }
}
/************************* PORTRAIT TABLETS *************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /** NAVIGATION **/
  nav .medium-9 {
    width: 100%;
  }

  .mobile-toggle {
    display: block;
  }

  nav {
    max-height: 75px;
    overflow: hidden;
    padding-top: 22px;
  }

  .nav-transparent, .nav-dark {
    background: #353535;
    backgroound: rgba(53, 53, 53, 0.9);
  }

  .nav-transparent-dark, .nav-light {
    background: #fff;
  }

  .shrink-nav.nav-transparent {
    backgroound: rgba(53, 53, 53, 0.9);
  }

  .shrink-nav .logo {
    bottom: 0px;
  }

  nav .text-right {
    text-align: left !important;
  }

  nav .menu {
    display: block;
    margin-top: 44px;
    float: left;
  }

  nav .menu li {
    float: none;
    padding-left: 0px;
  }

  nav .menu li a {
    padding-bottom: 11px;
  }

  nav .menu {
    padding-bottom: 44px;
  }

  nav .menu li:hover .subnav {
    max-height: 0px;
  }

  .subnav-fullwidth {
    left: 0px !important;
  }

  .subnav {
    position: relative;
    background: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
  }

  .subnav li:first-child {
    margin-top: 6px;
  }

  .subnav li {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .shrink-nav .menu li a {
    padding-bottom: 11px;
  }

  .open-nav {
    max-height: 1000px !important;
  }

  .has-dropdown {
    position: relative;
    width: 100%;
    display: inline-block;
  }

  .has-dropdown:after {
    position: absolute;
    right: 15px;
  }

  .nav-light .has-dropdown:after {
    color: #454545 !important;
  }

  .nav-light .subnav li h6 {
    color: #454545 !important;
    border-color: #454545;
  }

  .flex-direction-nav {
    display: none;
  }

  .medium-3 {
    width: 50%;
    margin-bottom: 33px;
  }

  .work-wrapper .medium-3 {
    margin-bottom: 0px;
  }

  .medium-4 .feature-small i {
    font-size: 28px;
  }

  .video-wrapper {
    display: none;
  }

  .style-freelance figure:last-child {
    display: block;
  }

  .style-freelance .space-box-right, .style-freelance .space-box-left {
    padding-top: 88px;
  }
}
/************************* TABLETS (BOTH ORIENTATIONS) *************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .video-wrapper {
    display: none;
  }

  .slide-content .medium-10 {
    width: 100%;
  }
}
/********* SPACING **********/
section {
  padding-top: 88px;
  padding-bottom: 99px;
}

.section-test {
  padding-top: 88px;
  padding-bottom: 99px;
}

.section-small {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-small-title {
  padding-top: 0px;
  padding-bottom: 24px;
}

.section-small-bottom {
  padding-top: 34px;
  padding-bottom: 0px;
}

.section-small-top {
  padding-top: 44px;
  padding-bottom: 24px;
}

.section-medium {
  padding-top: 66px;
  padding-bottom: 66px;
}

.section-services {
  padding-top: 88px;
  padding-bottom: 130px;
}

.section-large {
  padding-top: 242px;
  padding-bottom: 242px;
}

.section-photo {
  padding-top: 342px;
  padding-bottom: 342px;
  position: absolute;
}

.section-book {
  padding-top: 88px;
  padding-bottom: 310px;
}

.section-fullwidth {
  padding: 88px 66px;
}

.pad-bottom {
  padding-top: 0px;
  padding-bottom: 99px;
}

.pad-top {
  padding-top: 88px;
  padding-bottom: 0px;
}

.pad-top-large {
  padding-top: 121px !important;
}

.pad-even {
  padding-top: 99px;
  padding-bottom: 99px;
}

.no-pad {
  padding: 0px;
  overflow: hidden;
}

.push-top {
  margin-top: 66px;
  display: inline-block;
}

.push-bottom {
  margin-bottom: 44px;
  overflow: hidden;
}

.push-bottom-small {
  margin-bottom: 22px !important;
}

.push-bottom-large {
  margin-bottom: 66px !important;
}

.space-bottom {
  padding-bottom: 161px;
}

.space-box-left {
  padding: 66px 15px 0px 66px;
}

.space-box-right {
  padding: 66px 66px 0px 15px;
}

.pad-first {
  padding-top: 140px;
}

section.duplicatable {
  padding-bottom: 70px;
}

section.duplicatable .border-box {
  margin-bottom: 29px;
}

section.duplicatable .large-feature {
  margin-bottom: 44px;
}

.hidden {
  display: none;
}

/** BUTTONS **/
.button {
  overflow: hidden;
  border: 2px solid #454545;
  border-radius: 5px;
  padding: 20px 25px 22px 25px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  background: none;
  display: inline-block;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  margin-top: 44px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-right: 22px;
}

.button i {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 0px;
  overflow: hidden;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  opacity: 0;
  left: 30px;
}

.button .arrow_right {
  top: 2px;
}

.button:last-child {
  margin-right: 0px;
}

.button-white.button-filled {
  background: #fff;
  color: #454545;
}

.button-white.button-filled:hover {
  background: #454545;
  border-color: #454545;
}

.button-small {
  padding: 19px 14px 17px 18px;
  font-size: 12px;
  line-height: 19px !important;
}

.button-small i {
  top: 1px;
}

.button-x-small {
  padding: 7px 10px 10px 10px;
  font-size: 11px;
}

.button:hover i {
  width: 20px;
  opacity: 1;
  left: 0px;
}

.button-white {
  border-color: #fff;
  color: #fff;
}

.button-white:hover {
  color: #fff;
}

.button-blue {
  border-color: #fff;
  color: #fff;
  background: #33609E;
  opacity: 0.7;
}

.button-blue:hover {
  color: #fff;
  background: #33609E;
  opacity: 1.0;
}

.button-dark {
  background: #454545;
  color: #fff;
  border-color: #fff;
}

.button-dark:hover {
  color: #454545;
  background: #fff;
}

.action-link {
  font-size: 24px;
  letter-spacing: 3px;
  margin-right: -3px;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 1px solid;
  border-color: #2c7787;
}

.action-link i {
  position: relative;
  display: inline-block;
  width: 0px;
  overflow: hidden;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  opacity: 0;
  left: 80px;
}

.action-link:hover i {
  width: 30px;
  opacity: 1;
  left: 0px;
}

.action-link.text-white:hover {
  color: #fff;
}

.background-highlight .action-link {
  color: #fff;
  border-color: #fff;
}

/********* CONTACT FORM **********/
.form-success,
.form-error {
  width: 100%;
  padding: 12px;
  display: none;
  margin-top: 12px;
  color: #fff;
}

.form-success {
  background-color: #58b551;
}

.form-error {
  background-color: #d94947;
}

.field-error {
  box-shadow: inset 0px 0px 10px -2px #ff0000 !important;
}

.form-loading {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/** ACCORDIONSs */
.panel-holder {
  position: relative;
  margin-bottom: -3px;
}

.panel-title {
  border: 2px solid #454545;
  padding: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #454545;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.panel-title i {
  position: absolute;
  right: 11px;
  font-size: 26px;
  display: inline-block;
  margin-top: -8px;
}

.panel-title:hover {
  background: #454545;
  color: #fff;
}

.panel-content {
  padding: 0px;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  max-height: 0px;
  overflow: hidden;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.panel-content p {
  padding: 0px 20px;
  opacity: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.panel-content p:first-child {
  margin-top: 22px;
}

.panel-content p:last-child {
  margin-bottom: 33px;
}

.active-panel .panel-content {
  max-height: 400px;
}

.active-panel .panel-content p {
  opacity: 1;
}

.active-panel .panel-title {
  background: #454545;
  color: #fff;
}

/** PRICING TABLES **/
.pricing-table {
  text-align: center;
  border: 2px solid #454545;
  padding: 22px 0px 44px 0px;
}

.pricing-table h6 {
  margin-bottom: 22px;
}

.pricing-table .price-holder {
  background: #fff;
  padding: 33px;
  color: #454545;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.pricing-table ul {
  padding: 0px 33px;
  margin-bottom: 0px;
}

.pricing-table ul li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.pricing-table ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.pricing-table .button {
  background: #454545;
  color: #fff;
}

.pricing-table.emphasis .price-holder {
  background: #454545;
  color: #fff;
}

.price-holder {
  margin-bottom: 33px;
}

.price-holder .dollar, .price-holder .cents {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  bottom: 17px;
}

.price-holder .amount {
  font-weight: bold;
  font-size: 48px;
}

/********** SLIDERS *********/
.slider {
  position: relative;
}

.slider .slides li {
  position: relative;
}

.slider.small-controls .flex-direction-nav a {
  margin-top: -20px;
}

.slider.small-controls .flex-control-nav {
  display: none;
}

.hero-slider {
  padding: 0px;
  position: relative;
}

.hero-slider .slides {
  overflow: hidden;
}

.hero-slider .slides li {
  height: 650px;
  position: relative;
  background-size: cover !important;
}

.hero-slider .slides li .row {
  position: relative;
  z-index: 2;
}

.hero-slider .slides li h3 {
  font-size: 30px;
}

.hero-slider .slides li h2 {
  line-height: 1;
  margin-bottom: 33px;
  padding-bottom: 7px;
}

.hero-slider .slides li h1 {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 33px;
}

.work-slider {
  margin-top: 28px;
}

.work-slider .slides li {
  height: 400px;
}

.slides li .fadeUp {
  opacity: 0;
}

.hero-slider .slides li .slide-content img {
  max-height: 500px;
}

.hero-slider .flex-direction-nav a {
  height: 60px;
  width: 60px;
}

.hero-slider .flex-direction-nav a:before {
  font-size: 26px;
  padding-bottom: 66px;
  display: block;
  top: 9px;
  left: 15px;
}

.hero-slider .flex-direction-nav a.flex-next:before {
  left: -17px;
}

@media all and (max-width: 1100px) {
  .hero-slider .slides li .slide-content img {
    max-height: 300px;
  }
}
.background-breathe {
  -webkit-animation: burnsIn 16s ease infinite alternate;
  animation: burnsIn 16s ease infinite alternate;
}

.background-breathe .slide-content {
  -webkit-animation: burnsOut 16s ease infinite alternate;
  animation: burnsOut 16s ease infinite alternate;
  -moz-animation: burnsOut 16s ease infinite alternate;
  position: relative;
  top: 30px;
}

@-webkit-keyframes burnsIn {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes burnsOut {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
  }
}
@keyframes burnsIn {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
  }
}
@keyframes burnsOut {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
  }
}
.terms span {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-top: 11px;
}

/** PANELS **/
.panel {
  padding: 25px 28px 33px 28px;
  background: #fff;
  margin-bottom: 30px;
  display: inline-block;
}

.panel h6 {
  letter-spacing: 2px;
  margin-bottom: 22px;
}

.panel .social-profiles {
  margin-bottom: -11px;
}

.panel .social-profiles h6 {
  margin: 0px;
  letter-spacing: 1px;
  font-size: 12px;
  position: relative;
  top: 3px;
}

.panel .social-profiles a {
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  position: relative;
  bottom: 0px;
}

.panel .social-profiles a:hover {
  bottom: 3px;
}

.divider-background .panel {
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 44px;
}

/*** TABBED CONTENT **/
.tabs-holder {
  display: inline-block;
  overflow: hidden;
  width: auto;
}

.tabs-holder li {
  float: left;
  text-align: center;
  padding: 11px 18px 11px 18px;
  border: 2px solid;
  border-color: #454545;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  color: #454545;
  cursor: pointer;
}

.tabs-holder li:last-child {
  border-right: 2px solid;
}

.tabs-holder {
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  left: 40px;
}

.tabs-holder li:hover {
  background: #454545;
  color: #fff;
  border-color: #454545;
}

.tabs-holder li.active {
  background: #454545;
  color: #fff;
}

.tabs-holder li.active i {
  left: 0px;
  opacity: 1;
  width: 16px;
}

.tabs-holder li:last-child.active {
  border-color: #454545;
}

.tab-content {
  position: relative;
  display: none;
}

.tab-content.active {
  display: block;
}

/********* CORPORATE STYLE **********/
.style-corporate .background-highlight {
  background-color: #3275d6;
}

.style-corporate .button-filled {
  background-color: #3275d6;
  border-color: #3275d6;
  color: #fff;
}

.style-corporate .button-filled:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3275d6;
}

.style-corporate .button {
  border-radius: 5px;
}

.style-corporate .icon-box {
  border-radius: 50%;
  border-color: #3275d6;
  color: #3275d6;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
}

.style-corporate .icon-box:hover {
  background: #3275d6;
  color: #fff;
}

.style-corporate .feature-small i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-color: #3275d6;
  color: #3275d6;
  border: 2px solid;
  text-align: center;
  padding-top: 22px;
}

/********** FREELANCE STYLE **********/
.style-freelance .no-pad {
  padding-top: 0px !important;
}

.style-freelance .nav-transparent-dark .logo-dark {
  display: none;
}

.style-freelance .nav-transparent-dark .logo-light {
  display: block !important;
}

.style-freelance .nav-transparent-dark.shrink-nav .logo-dark {
  display: block;
}

.style-freelance .nav-transparent-dark.shrink-nav .logo-light {
  display: none !important;
}

.style-freelance h1.size-display {
  line-height: 1;
  border-bottom: 3px solid;
  padding-bottom: 7px;
  font-size: 55px;
}

.style-freelance h4.size-display {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  border-bottom: 2px solid;
  padding-bottom: 7px;
  letter-spacing: 2px;
  margin-bottom: 66px;
}

.style-freelance .pad-top-large {
  padding-top: 181px !important;
}

.style-freelance .space-box-right, .style-freelance .space-box-left {
  padding-top: 121px;
}

.style-freelance .section-photo {
  padding: 360px 0px;
}

.style-freelance .feature-small i {
  font-size: 52px;
}

.clients {
  overflow: hidden;
  margin-bottom: 44px;
}

.clients img {
  display: inline-block;
  width: 50%;
  padding: 0px 66px;
  float: left;
  margin-bottom: 33px;
}

.twitter {
  color: #00aced;
}

.linkedin {
  color: #007bb6;
}

.dribbble {
  color: #F279A8;
}

/** STATISTICS **/
.stat {
  text-align: center;
}

.stat .count {
  display: inline-block;
  color: #454545;
  margin-bottom: 15px;
}

.stat .count i {
  font-size: 60px;
  display: inline-block;
  margin-right: 15px;
}

.stat .count span {
  font-weight: bold;
  font-size: 48px;
  position: relative;
  top: 4px;
}

.stat .title {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-right: -3px;
  font-size: 14px;
  color: #header7;
}

.background-highlight .stat .count, .divider-background .stat .count {
  color: #fff;
}

.background-highlight .stat .title, .divider-background .stat .title {
  color: #fff;
}

.rotate {
  -webkit-animation: rotate steps(4) 4s infinite normal;
  animation: rotate steps(4) 4s infinite normal;
}

.wiggle {
  -webkit-animation: tada steps(4) 1s infinite normal;
  animation: tada steps(4) 1s infinite normal;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/********* STYLE SWITCHER STYLES *********/
.style-switcher {
  position: fixed;
  left: -200px;
  top: 200px;
  z-index: 999;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.style-switcher .toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #353535;
  color: #fff;
  font-size: 25px;
  padding-top: 7px;
  cursor: pointer;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  position: absolute;
  right: -40px;
  border: 1px solid #999;
  border-left: none;
}

.style-switcher .toggle:hover {
  background: #fff;
  color: #353535;
}

.style-switcher .select-holder {
  padding: 22px;
  background: #353535;
  width: 200px;
  border: 1px solid #999;
}

.style-switcher select {
  margin-bottom: 22px;
}

.show-switcher {
  left: 0px !important;
}

/********** NAVIGATION ********/
nav {
  width: 100%;
  top: 0px;
  z-index: 99;
  padding-top: 44px;
  transition: all .2s ease;
}

.shrink-nav {
  padding-top: 17px;
}

.shrink-nav .menu li a {
  padding-bottom: 24px;
}

.overlay-nav {
  position: absolute;
}

.nav-light {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.nav-dark {
  background: #353535;
  background: rgba(53, 53, 53, 0.9);
}

.shrink-nav.nav-light, .shrink-nav.nav-transparent-dark {
  background: rgba(255, 255, 255, 0.95);
}

.shrink-nav.nav-dark, .shrink-nav.nav-transparent {
  background: #33609E;
}

.sticky-nav {
  position: fixed;
  top: 0px;
}

.nav-transparent .logo-light {
  display: none;
}

.nav-transparent .logo-dark {
  display: block !important;
}

.nav-transparent.shrink-nav .logo-light {
  display: block;
}

.nav-transparent.shrink-nav .logo-dark {
  display: none !important;
}

nav .menu {
  display: inline-block;
  margin: 0px;
  position: relative;
  top: 4px;
}

nav .menu li {
  float: left;
  padding: 0px 22px;
}

nav .menu li:last-child {
  padding-right: 0px;
}

nav .menu li a:hover {
  position: relative;
}

nav .menu li a {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 18px;
  padding-bottom: 24px;
  display: inline-block;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
}

.nav-dark .menu li a, nav.shrink-nav.nav-transparent .menu a {
  color: #fff;
}

.has-dropdown:after {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '\33';
  color: #353535;
  font-size: 16px;
  position: relative;
  top: 1px;
  right: 3px;
}

.nav-dark .has-dropdown:after, .nav-transparent .has-dropdown:after {
  color: #fff;
}

.sub-menu {
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  background: #353535;
  background: rgba(53, 53, 53, 0.95);
  top: 97%;
  overflow: hidden;
  margin: 0px;
  text-align: left !important;
}

.sub-menu li {
  float: none !important;
  margin: 0px 22px;
  padding-left: 0px !important;
  margin-bottom: 8px;
}

.sub-menu li:first-child {
  margin-top: 18px;
}

.sub-menu li:first-child h6 {
  margin-top: -11px;
}

.sub-menu li:last-child {
  padding-right: 22px !important;
  margin-bottom: 25px;
}

.sub-menu li a {
  color: #aaa !important;
  padding-bottom: 0px !important;
}

.sub-menu li a:hover {
  color: #fff !important;
}

nav .menu li:hover .sub-menu {
  max-height: 700px;
}

nav .menu li:last-child .sub-menu {
  right: 0px;
  text-align: right !important;
}

nav .menu li:last-child .sub-menu li {
  padding-right: 0px !important;
}

nav .menu li:last-child .sub-menu-fullwidth li {
  text-align: left !important;
}

.sub-menu h6 {
  color: #fff;
  padding-bottom: 4px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding-top: 11px;
  display: inline-block;
  margin-bottom: 0px;
}

.shrink-nav .sub-menu {
  top: 100%;
  margin-top: -2px;
}

.logo {
  position: relative;
  bottom: 4px;
  transition: all .2s ease;
}

.shrink-nav .logo {
  bottom: 1px;
}

.subnav-fullwidth ul {
  margin: 0px;
}

.subnav-fullwidth ul li {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.subnav-fullwidth li h6 {
  margin-top: -11px;
}

.mobile-toggle {
  cursor: pointer;
  position: absolute;
  right: 15px;
  z-index: 22;
  color: #fff;
  font-size: 36px;
  top: 20px;
  display: none;
}

.nav-transparent-dark .mobile-toggle, .nav-light .mobile-toggle {
  color: #454545 !important;
}

/*** HOME **/
.road-section {
  padding-top: 80px;
  padding-bottom: 230px;
  background-image: url(/wp-content/themes/agency_wp/img/hero160.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .road-section {
    background-image: url(/wp-content/themes/agency_wp/img/hero160.jpg);
  }
}

.book-section {
  padding-top: 80px;
  padding-bottom: 230px;
  background-image: url(/wp-content/themes/agency_wp/img/book1.png);
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .book-section {
    background-image: url(/wp-content/themes/agency_wp/img/book-narrow.png);
  }
}
.book-section .row .test1 {
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .book-section .row .test1 {
    float: right;
  }
}

.technirvana-section {
  padding-top: 150px;
  padding-bottom: 230px;
  background-image: url(/wp-content/themes/agency_wp/img/trevor-banner.png);
  background-size: cover !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.technirvana-section img {
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .technirvana-section {
    background-image: url(/wp-content/themes/agency_wp/img/trevor-banner.png);
  }
}

.blog-section {
  background-image: url(/wp-content/themes/agency_wp/img/blog-content-section.png);
  background-size: cover !important;
  padding-top: 80px;
  padding-bottom: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.blog-section img {
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .blog-section {
    background-image: url(/wp-content/themes/agency_wp/img/blog-content-section.png);
  }
}
.blog-section .row .test1 {
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .blog-section .row .test1 {
    float: right;
  }
}
