
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# ElementsF
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  width: 100%;
  padding: 0px;
  overflow-x: hidden !important;
  max-width: 100%;
}

.site {
  margin: 0;
  width: 100%;
  padding: 0px;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  /* pointer-events: none; */
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none!important

}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
  padding-bottom:20px;
  margin-bottom:30px;
  display: inline-block;
  border-bottom:5px solid #384577;
  border-bottom-width: 5px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  /* background-color: #563d7c ; */
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1); */
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}


@media screen and (min-width: 768px) {

  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /* padding-bottom: 3.75rem;
  padding-top: 4.125rem; */
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* GENERAL START */
@font-face {
    font-family: AvenirBold;
    src: url('fonts/AvenirNextLTPro-Bold.otf');
}
@font-face {
    font-family: AvenirDemi;
    src: url('fonts/AvenirNextLTPro-Demi.otf');
}
@font-face {
    font-family: AvenirRegular;
    src: url('fonts/AvenirNextLTPro-Regular.otf');
}
.container {
  width: 100%;
  max-width: 100%;
  padding: 0 100px;
}
/* .row {
  padding: 0 100px;
} */
/* GENERAL END */

/* COSTIN */

.navbar-brand img {
  max-width: 125px;
}
.fitvidsignore h3 {
  font-family: AvenirBold!important;
  font-size: 48px;
  font-weight: bold!important;
  /* background-color: rgba(49, 62, 114, 0.8); */
  display: inline!important;
  padding: 10px!important;
  line-height: 70px!important;
}
.subheadline_p {
  font-family: AvenirRegular!important;
  font-size: 18px;
  line-height: 24px;
  color: #AEAEAE;
  margin-bottom: 0px!important;
}
.main_titles {
  font-family: AvenirBold!important;
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px!important;
  font-weight: bolder!important;
  color: #161616!important;
}
.right_inner_col {
  font-family: "AvenirRegular" !important;
  font-size: 16px;
  line-height: 24px;
  padding-top: 77px;
  /*padding-left: 360px;
  max-width: 780px; emil*/
  max-width:550px;
  color: #161616;
  text-align:justify; /*Emil*/
}
.inner_link a {
  border-bottom: 1px solid #C1666B;
  padding-left: 50px;
  color: #C1666B;
  font-family: AvenirBold;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  max-width: 180px;
}
.inner_link a:hover {
  text-decoration: none;
}
.after_slide {
  padding-top: 80px;
}
.after_slide .subheadline_p {
  margin-bottom: 0px!important;
}
.services_begin {
  padding-top: 80px;
}
.before_options_row {
  padding-top: 140px;
}
/* HOME SERVICES START */
.service-content h1 a {
  font-family: AvenirBold!important;
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px!important;
  color: #fff;
  margin-right: 210px;
}
.service-row {
  display: block;
}
.half {
  width: 50%;
  float: left;
}
.home-service:nth-child(1) .service-text {
  background: #384678;
  height: 530px;
}
.home-service:nth-child(2) .service-text {
  float: right;
  background: #48A9A6;
  height: 530px;
}
.home-service:nth-child(3) .service-text {
  background: #C1666B;
  height: 530px;
}
.home-service:nth-child(4) .service-text {
  float: right;
  background: #D4B483;
  height: 530px;
}
.home-service:nth-child(5) .service-text {
  background: #BCAEA0;
  height: 530px;
}
.col-md-4{
  max-width: 33.33%;
  float: left;
}
.learn-btn {
  border-bottom: 1px solid #fff;
  padding-left: 75px;
  color: #fff;
  font-family: AvenirBold;
  font-size: 18px;
  width: 170px;
  line-height: 14px;
}
.service-text {
  padding-left: 0px;
  padding-right: 0px;
}
.service-thumb {
  padding-left: 0px;
  padding-right: 0px;
}
.service-content {
  padding-left: 100px;
  margin-top: 80px;
}
.service-content span {
  display: block;
  max-width: 580px;
}
.service-content h1 a {
  font-family: AvenirBold;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-right: 210px;
}
.service-content p {
  font-size: 16px;
  font-family: "AvenirRegular";
  color: #fff;
      font-weight: 400;
  text-align:justify; /*Emil*/
}
.service-image {
  background-position: center;
    height: 530px;
    filter: grayscale(100%);
    transition: all 0.3s;
    z-index: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
}
.service-image:hover {
  filter: none;
  transition: all 0.3s;
}
.home-service {
  /* padding-left: 0px; */
}
.first_main_titles {
  padding-left: 146px;
  padding-top: 46px;
}
/* HOME SERVICES END */


#media_image-2 img {
  max-width: 135px!important;
}
.contact_row {
  padding-top: 250px!important;
  padding-bottom: 250px!important;
  background: #F6F6F6;
  padding-left: 100px;
  padding-right: 100px;
  margin-right: 0px!important;
  margin-left: 0px!important;
}
.contact_row .subheadline_p {
  color: #161616!important;
}
.contact_row .main_titles {
  max-width: 486px!important;
  font-size: 54px!important;
}
.contact-text {
  font-size: 16px;
  font-family: "AvenirRegular";
  line-height: 24px;
  max-width: 389px;
  font-weight: 400;
    color: #161616;
}
.options_row  {
  padding-top: 50px;
  padding-bottom: 150px;
}
.options_row img {
  width: 60px;
  height: 60px;
}
.caldera-grid .form-control, .caldera-grid output {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #161616 !important;
    display: block;
    font-weight: 400 !important;
}
.options_row a {
  display: block;

}
#media_image-3 {
  /* max-width: 200px; */
  margin: 0 auto!important;
  text-align: right!important;
}
#media_image-3 img {
   max-width: 200px!important;
}
#media_image-4 {
  /* max-width: 160px; */
  margin: 0 auto!important;
  text-align: right;
  padding-top: 40px;
}
#media_image-4 img {
  max-width: 160px!important;
}
.footer_media_list {
  list-style: none!important;
  padding-left: 0px!important;
}
.footer_media_list li {
  display: inline-block;
}
.entry-header {
  display: none!important;
}
.testimonial-row {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F6F6F6!important;
  background: url('/wp-content/uploads/2020/05/quote_big.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 450px;
}
.testimonial-inner {
  background: transparent!important;
  border: none!important;
}
.left_testimonial_col img {
  display: block;
  max-width: 78px;
  margin-bottom: 20px;
}
.strong-view.wpmtst-default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
  border: none!important;
}
.sp-testimonial-free-wrapper {
  padding-top: 104px!important;
}
.sp-testimonial-free p {
  margin: 0 auto;
  text-align: justify; /*Emil*/
  font-weight: 400!important;
  font-size: 16px!important;
  font-family: "AvenirRegular"!important;
  line-height: 32px!important;
  /*color: #161616; Emil */
  color: #6c6c6c;
  padding:0 55px; /*Emil*/
  font-style: italic; /*Emil*/
  text-indent: 3em;
}
.tfree-client-name {
  font-size: 18px!important;
  font-family: AvenirDemi!important;
  margin: 0 auto!important;
  /*text-align: left!important; Emil */
  text-align: right!important;
  padding-right:5em !important;
  padding-top: 20px!important;
}
.slick-dots {
  text-align: left!important;
  position: absolute;
  left: -104%;
  bottom: -8%;;
}
.slick-dots li button {
  border: 2px solid #AEAEAE!important;
}
#sp-testimonial-free-wrapper-183 .sp-testimonial-free-section .slick-dots li button {
  background: transparent!important;
}

#sp-testimonial-free-wrapper-183 .sp-testimonial-free-section .slick-dots li.slick-active button{
  background: #384677!important;
  border-color: #384677!important;
}
.n2-section-smartslider ,
.entry-content {
  margin-top: -231px!important;
}
.site-header {
  position: relative!important;
z-index: 999999!important;
}

.content-area {
  width: 100%;
}
.navbar-nav li a {
  font-size: 16px!important;
  font-family: AvenirRegular!important;
  color: #fff!important;
  font-weight: 500!important;
  padding-right: 20px!important;
}
.navbar-nav li a:hover {
  font-size: 16px!important;
  font-family: AvenirRegular!important;
  color: #fff!important;
  font-weight: 500!important;
  padding: 0.5rem!important;
  padding-right: 30px!important;
}
div#n2-ss-2 .n2-bar-justify-content-center {
      margin-bottom: 220px!important;
}
div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
    border: 2px solid white;
    background: transparent;
}
div#n2-ss-2 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot.n2-active, div#n2-ss-2 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:HOVER, div#n2-ss-2 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:FOCUS {
  background: #C1666B!important;
  border: 2px solid #C1666B!important;
}
.nextend-bullet-bar .n2-bullet.n2-active {
  background: #C1666B!important;
  border: 2px solid #C1666B!important;
}
.service-content .service-img:nth-child(odd) {
  float: left!important;
}
.navbar-static-top {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.post-image-big {
    height: 960px;
    background-repeat: no-repeat;
    background-size: cover;
}
.post-image-small {
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
}
.posts-content {
  position: relative;
}
.posts-content h1 {
  position: absolute;
  max-width: 450px;
  line-height: 38px;
  color: #fff;
  padding-left: 100px;
  bottom: 55px;
  font-size: 32px;
}
.posts-content h1 a {
  font-family: AvenirBold!important;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  line-height: 38px;
}
.posts-content h1 span {
  display: block;
  font-family: AvenirRegular!important;
  font-size: 16px;
  line-height: 38px;
font-weight: 400;
}
.posts-contents {
  position: relative;
}
.posts-contents h1 {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #fff;
  max-width: 510px;
  padding-left: 100px;
  bottom: 55px;
}
.posts-contents h1 a {
  font-family: AvenirBold;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
}
.posts-contents h1 span {
  display: block;
  font-family: AvenirRegular;
  font-size: 16px;
  line-height: 38px;
font-weight: 400;
}
.caldera-grid textarea.form-control {
    padding-top: 20px;
}
.left_col {
  padding-right: 140px!important;
}
.caldera-grid .form-group, .cf-color-picker .form-group {
  margin-bottom: 20px!important;
}
.right_contact_col .form-control {
  display: block!important;
  height: 67px!important;
  border-color: black!important;
  background: transparent!important;
  border-width: 2px!important;
  border-radius: 0px!important;
}
.right_contact_col .form-control option {
  color: #161616!important;
  font-family: AvenirRegular!important;
}
.right_contact_col form select {
  color: #161616!important;
  font-family: AvenirRegular!important;
  border-radius: 0px!important;
}
.right_contact_col .form-control::placeholder {
  color: #161616!important;
  font-family: AvenirRegular!important;
}
/* .right_contact_col form input::placeholder {
  color: #161616!important;
  font-family: AvenirRegular!important;
} */
.right_contact_col form select {
  display: block!important;
  height: 50px!important;
  border-color: black!important;
  background: transparent!important;
  border-radius: 0px!important;
}
.right_contact_col form select::placeholder {
  color: #161616!important;
  font-family: AvenirRegular!important;
}
.right_contact_col form textarea {
  display: block!important;
  height: 50px!important;
  border-color: black!important;
  background: transparent!important;
}
.right_contact_col form textarea::placeholder {
  color: #161616!important;
  font-family: AvenirRegular!important;
}

.left_contact_col {
  padding-right: 150px!important;
}
.site-footer {
  display: none;
}
.logo-footer {
    margin-bottom: 10px;
    max-width: 150px;
}
.menu-footer-menu-container a {
  font-family: AvenirRegular!important;
  font-size: 18px;
  color: #161616;
padding: 0px !important;
font-weight: 400;
line-height: 32px;
}
.menu-footer-menu-container a:hover {
  background-color: transparent!important;
}
.footer_copyright {
  font-family: "AvenirRegular";
  font-size: 16px;
      line-height: 20px;
      color: #161616;
      margin-left: 10px!important;
      display: block!important;
      font-weight: 400;
}
.footer_links {
  padding-top: 12px;

}
.footer_links a {
  font-family: "AvenirRegular" !important;
  font-size: 18px;
  color: #161616;

}
.footer_media_list a {
  font-family: "AvenirRegular";
  font-size: 14px;
  color: #161616;
  padding-right: 20px;
}
.footer_media_list i {
  color: #AEAEAE;
  font-size: 18px;
}
.testimonial-row {
    padding-top: 185px;
    padding-bottom: 50px;
}
.wpmtst-testimonial-heading {
  display: none!important;
}
/* .wpmslider-viewport {
  height: 260px!important
} */
.wpmslider-wrapper {
  padding-top: 90px!important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type {
  font-size: 18px!important;
  font-family: "AvenirRegular"!important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-content p:first-of-type {
  font-size: 18px!important;
  font-family: "AvenirRegular"!important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
  text-align: left!important;
  margin-top: 50px!important;
  font-family: AvenirDemi!important;
  font-size: 18px!important;

}
.options_row h4 {
  font-family: AvenirBold!important;
  font-size: 24px;
  margin-top: 30px;
  line-height: 29px;
}
.options_row p {
  font-family: AvenirRegular!important;
  font-size: 16px;
  line-height: 24px;
  min-height: 130px;
  color: #161616;
  text-align:justify;
}
.options_row a {
  border-bottom: 1px solid #C1666B;
  padding-left: 55px;
  color: #C1666B;
  font-family: AvenirBold!important;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 155px;
  line-height: 14px;
  text-align: right;
}
.options_row a:hover {
  text-decoration: none;
}
.widget_media_image {
  margin-bottom: 0px!important;
}
#footer-widget {
  padding-bottom: 140px;
  background-color: #fff!important;
  padding-top: 140px;
}
header .menu-item .nav-link {
  padding: 35px!important;
  font-family: AvenirRegular!important;
}
header .menu-item .nav-link:hover {
  padding: 35px!important;
  font-family: AvenirRegular!important;
}
.social_media_icons p {
  font-family: AvenirRegular;
  font-size: 18px;
  color: #161616;
  margin-bottom: 16px!important;
}
.form_home_btn {
  padding-left: 59px!important;
  color: #C1666B!important;
  font-family: 'Poppins', sans-serif;
  font-size: 24px!important;
  font-weight: bold!important;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  height: auto!important;
  background: transparent!important;
  border-bottom: 1px solid #C1666B!important;
  padding-bottom: 0px!important;
  width: 115px;
  float: right;
  line-height: 22px!important;
  border-radius: 0px!important;
}
.form_home_btn:focus {
  box-shadow: none!important;
  outline: none!important;
}
.nextend-arrow-previous {
  background: url('/wp-content/uploads/2020/05/left.svg');
  background-repeat: no-repeat;
  width: 200px!important;
  height: 249px;
  left: 125px!important;
  top: 324px!important;
}
.nextend-arrow-previous img {
  display: none!important;
}
.nextend-arrow-next {
  background: url('/wp-content/uploads/2020/05/right.svg');
  background-repeat: no-repeat;
  width: 200px!important;
  height: 249px;
  top: 324px!important;
  right: 1px!important;
}
.nextend-arrow-next img {
  display: none!important;
}
.caldera-grid .row {
  margin-left: 0px!important;
  margin-right: 0px!important;
}





/* ABOUT */

.page-template-page-about  .entry-content {
  margin-top: 0px!important;
}

.big-div-about {
  padding-left: 100px;
  padding-right: 100px;
}
.about-main-img {
  width: 100%;
  background-size: cover;
  margin-top: -164px;
  -webkit-box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.60);
    -moz-box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.60);
    box-shadow: inset 200px 200px 300px 200px rgba(0, 0, 0, 0.60);
}

.inner-top {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
}
.inner-top h2 {
  font-family: AvenirBold!important;
  font-size: 50px!important;
  line-height: 48px!important;
  color: #fff;
}
.inner-top p {
  color: #fff;
  font-size: 16px;
  font-family: "AvenirRegular"!important;
  font-weight: 300;
}
.after-slide-top .right_inner_col {

  padding-top: 20px;

}
.after-slide-top .right_col {
  margin-top: -300px;
}
.after-slide-top .main_titles {
  padding-left: 137px;
}
/* .after-slide-top-2  {
  padding-left: 100px;
  padding-right: 100px;
} */
.after-slide-top-2 .right_col {
  padding-left: 150px;
  padding-right: 400px;
  padding-top: 200px;
}
.after-slide-top-2 p {
  color: #fff;
  font-size: 16px;
  font-family: "AvenirRegular";
  line-height: 24px;
  color: #161616;
  padding-top: 20px;
}
/* .after-slide-top-3 {
  padding-left: 100px;
  padding-right: 100px;
} */
.left_col_3 {
  padding-left: 150px;
  padding-right: 250px;
  padding-top: 200px;
}
.left_col_3 p {
  padding-top: 20px;
}
/* .after-slide-top-4 {
  padding-left: 100px;
  padding-right: 100px;
} */
.first_p_4 {
  padding-bottom: 110px;
}
.right_col_4 .main_titles{
  /* padding-left: 150px;
  padding-right: 100px; */
  padding-bottom: 50px;
}
.right_col_4 p {
  padding-left: 150px;
  padding-right: 200px;
  font-family: "AvenirRegular"!important;
}

.about-options h4 {
    font-family: "AvenirRegular"!important;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    margin-top: 0px;
    min-height: 59px;
}
.about-options p {
  font-size: 16px;
  font-family: "AvenirRegular";
}
.option-about {
  padding-right: 130px;
}
.xp-section {
  padding-bottom: 30px;
}
.about-options-2 {
  padding-bottom: 100px;
}
.about-xp {
  padding-bottom: 20px;
}
.about-xp p {
  padding-top: 30px;
  border-top: 4px solid #161616;
  font-size: 16px;
  font-family: "AvenirRegular";
  padding-right: 31px;
  width: 90%;
}
.xp-section-2 {
  padding-bottom: 100px;
}
.page-template-page-about .testimonial-row {
    background: url('/wp-content/uploads/2020/05/testimonial-img-min.png'); /*no-repeat !important;*/
	background-repeat: no-repeat;
	background-size:cover !important;  
}
.page-template-page-about .testimonial-row .main_titles {
  color: #fff!important;
}
.page-template-page-about .sp-testimonial-free p {
  color: #fff;
}
.page-template-page-about  .sp-testimonial-free-section .tfree-client-name {
  color: #fff!important;
}
.right_inner_col_about {
  padding-left: 155px;
  padding-right: 208px
}
/* SERVICES */
.big-service-container {
  padding-left: 100px;
  padding-right: 100px;
}
.inner-top-services p {
    max-width: 600px!important;
    font-weight: 300;
    text-align: justify;
}
.after_services {
  padding-top: 80px;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}
.services_section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template-page-services .testimonial-row {
  background: url('/wp-content/uploads/2020/05/testimonial-img-min.png') no-repeat !important;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-size:cover !important;
}
.page-template-page-services .testimonial-row .main_titles {
  color: #fff!important;
}
.page-template-page-services .sp-testimonial-free p {
  color: #fff!important;
}
.page-template-page-services .sp-testimonial-free-section .tfree-client-name {
  color: #fff!important;
}
/* .col_serv_small {
  padding-left: 0px;
} */
.col_serv_small img {
  width: 83px;
}
.services_col h4 {
  font-family: AvenirBold;
  font-size: 24px;
  line-height: 29px;
}
.services_col p {
  font-size: 16px;
  font-family: "AvenirRegular";
  line-height: 24px;
}
.col_serv_big {
  border-bottom: 1px solid #161616;
}
.col_serv_big {
  margin-bottom: 25px;
}
.fourth {
  width: 25%;
  float:left;
}
.test-services {
  padding-top: 100px;
}
.test-services .test-col {
  padding: 20px;
  min-height: 740px;
}
.test-services .test-col-1 {
  border-top: 14px solid #384677;
  border-bottom: 2px solid #161616;
  border-right: 2px solid #161616;
  border-left: 2px solid #161616;
}
.test-services .test-col-2 {
  border-top: 14px solid #C1666B;
  border-bottom: 2px solid #161616;
  border-right: 2px solid #161616;
  border-left: 2px solid #161616;
}
.test-services .test-col-3 {
  border-top: 14px solid #D4B483;
  border-bottom: 2px solid #161616;
  border-right: 2px solid #161616;
  border-left: 2px solid #161616;
}
.test-services .test-col-4 {
  border-top: 14px solid #BCAEA0;
  border-bottom: 2px solid #161616;
  border-right: 2px solid #161616;
  border-left: 2px solid #161616;
}
.test-col h2 {
  border-bottom: 1px solid #161616;
  font-family: AvenirBold;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 20px;
  font-weight: 300;
}
.test-col h3 {
  font-family: AvenirBold;
  font-size: 18px;
  font-weight: 300!important;
  margin-bottom: 0px!important;
}
.test-col a {
  padding-top: 50px;
  display: block;
  color: #161616;
  font-family: "AvenirRegular";
  font-size: 18px;
  line-height: 29px;
  float: right;
  border-bottom: 1px solid #161616;
  padding-left: 70px;
}
.test-col p {
  padding-bottom: 20px;
  font-size: 16px;
  font-family: "AvenirRegular";
  line-height: 24px;
}
/* SINGLE SERVICE */
.service-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -160px;
}

.single-service .site-content .container {
  padding-left: 0px;
  padding-right: 0px;
}

.inner-top-service h2 {
  font-family: AvenirBold!important;
  font-size: 50px!important;
  line-height: 48px!important;
  color: #fff !important;
}
.inner-top-service p {
  color: #fff;
  font-size: 16px;
  font-family: "AvenirRegular"!important;
  width: 500px;
  font-weight: 300;
}
.single-service-content {
  padding-top: 50px;
  padding-left: 400px;
  padding-right: 400px;
}
.single-text-area-1 h4 {
  font-family: AvenirBold!important;
  font-size: 24px!important;
  line-height: 60px!important;
}
.single-text-area-2 h4 {
  font-family: "AvenirBold"!important;
  font-size: 24px!important;
  line-height: 60px!important;
  margin-bottom: 0px;
}
.single-text-area-1 p {
  font-size: 16px;
  font-family: "AvenirRegular";
  line-height: 24px;
}
.single-text-area-2 p {
  font-size: 16px;
  font-family: "AvenirRegular"!important;
  line-height: 24px;
}
.single-text-area-2 ul li {
  font-family: "AvenirRegular" !important;
font-size: 16px !important;
line-height: 24px !important;
}
.single_service_port_title {
  padding-top: 100px;
  padding-bottom:50px;
}
.single-service .entry-content p {
  color: #fff;
  font-size: 16px;
  font-family: "AvenirRegular";
  padding-right: 800px;
}
.bottom_border_p {
  color: #AEAEAE;
  font-size: 16px;
font-style: italic;
}

/* PORTFOLIO */

.portfolio-image {
  height: 530px;
  background-size: cover;
  /* z-index: 0;
  position: relative; */
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.portfolio-image:hover {
  height: 530px;
  background-size: cover;
  /* z-index: 0;
  position: relative; */
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}
.portfolio-tab {
  padding-top: 100px;
  padding-left: 400px;
}
.portfolio-tab ul {
  list-style: none;
  padding-left: 0px;
}
.portfolio-tab li {
  display: inline-block;
  padding-left: 100px;
  font-family: AvenirBold;
  font-size: 18px;
  line-height: 60px;
}
.portfolio-image h1 {
  padding-left: 100px;
  margin-top: 0px;
  padding-top: 350px;
  color: #fff;
  font-family: AvenirBold;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.portfolio-image h1 a{
  color: #fff;
  font-family: AvenirBold;
  font-size: 32px;
  line-height: 38px;
}
.portfolio-image p span {
  padding-left: 100px;
  color: #fff;
  font-family: AvenirRegular;
  font-size: 16px;
  line-height: 38px;
}
.portfolio-tabs {
  padding-top: 100px;

}
.portfolio-tabs ul {
    /* padding-left: 390px; */
    padding-bottom: 30px;
}
.portfolio-tabs ul li {
  padding-right: 100px;
}
.portfolio-tabs .active_here a {
  font-family: AvenirRegular!important;
  font-size: 18px;
  color: #C8C8C8;
}
.portfolio-tabs .active_here.active {
  color: #161616!important;
}
.nav-tabs {
	border-bottom: none!important;
}

.portfolio-tabs .active_here a:hover {
  background-color: transparent!important;
}
.portfolio-tabs .active_here a:focus {
  background-color: transparent!important;
}
.portfolio-tabs ul a {
  color: #161616;
}
.after_tab {
  border-top: 1px solid #C8C8C8;
  padding-bottom: 70px;
  padding-top: 50px;
  margin: 0 auto;
}
.entry-content {
    margin-top: 0px!important;
}
/* BLOG */

.page-template-page-blog .entry-content p {
  color: #fff;
  font-size: 16px;
  font-family: "AvenirRegular";
  font-weight: 300;
  padding-left: 400px;
}
.blog-image {
  background-size: cover!important;
  background-repeat: no-repeat;
  height: 464px!important;
  background-position: center;
}
.blog-section {
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  min-height: 500px;
}
.blog-content {
  padding-left: 50px;
  padding-right: 50px;
  /* padding-bottom: 100px; */
}
.blog-contents h1 {
  margin-bottom: 0px;
}
.blog-contents h1 a {
  font-family: AvenirBold!important;
  font-size: 32px!important;
  color: #161616;
}
.blog-contents a {
  font-family: AvenirRegular!important;
  font-size: 16px!important;
  color: #161616;
}
.blog-text {
  font-size: 16px;
  font-family: "AvenirRegular";
  margin-top: 20px;
  color: #AEAEAE;
}
/* BLOG SINGLE */
.single-post .site-content .container {
  padding-left: 0px;
  padding-right: 0px;
}
.image-col-blog {
  max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;

}

/* CONTACT */

.page-template-page-contact .site-content .container {
  padding-left: 0px;
  padding-right: 0px;
}
.test-contact {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.before-about-options {
  margin: 0!important;
}
.single_blog_top p {
  font-family: AvenirRegular!important;
}
.page_contact_col strong {
  display: block;
  font-family: AvenirBold!important;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  margin-bottom: 10px;
}
.page_contact_col {
  background-color: #384677;
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page_contact_col p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-family: "AvenirRegular"!important;
  font-weight: 300;
}
.page_contact_col a {
  font-size: 16px;
  font-family: "AvenirRegular";
  font-weight: 300;
  color: #fff;
}
.page_contact_col .footer_media_list i {
  color: #fff;
}

.page-template-page-contact .about-main-img {
  height: auto!important;
}


/* SINGLE PORTFOLIO */
.single_portfolio_row .page_contact_col {
    display: inline-flex;
    padding: 30px;
    width: auto;
}
.single_portfolio_row {
    top: -260px;
    position: relative;
}

.gallery-work-col {
    padding-bottom: 30px;
    display: block;
    width: 100%;
}
.single_portfolio_row .page_contact_col:nth-child(4) {
  padding-left: 100px;
}
.single_portfolio_row .page_contact_col:nth-child(3) {
  padding-left: 50px;
}
.galerie_imagini img {
  display: block;
  width: 33%;
  float: left;
  padding: 20px;
  max-width: 400px;
  height: 210px;

}
.gallery-img-inner{
  background-size: cover;
width: 100%;
max-width: 100%;
height: 300px;
background-position: center;
background-repeat: no-repeat;
}
.gallery-img{
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  height: 300px;
  margin-bottom: 30px;
}
.gallery-img  p {
  margin-bottom: 30px!important;
}
.portfolio-tabs .active_here.font_bold a{
  font-weight: bold !important;
  color: #161616 !important;
}
/* RESPONSIVE */


@media (min-width: 1920px) {
  .container {
    width: 100%;
    /* max-width: 100%;
    padding: 0 100px; */
  }
  .before_options_row{
    width: 100%;
    /* padding-left: 100px;
    padding-right: 100px; */
  }
  .options_row {
    width: 100%;
    /* padding-left: 100px;
    padding-right: 100px; */
  }
  .testimonial-row {
    width: 100%;
    /* padding-left: 100px;
    padding-right: 100px; */
  }
  .contact_row {
    width: 100%;
    /* padding-left: 100px;
    padding-right: 100px; */
  }
}
@media (max-width: 1700px) {
  .right_inner_col {
    padding-left: 0px!important;
  }
  .description_hp{
    padding-left: 15px !important;
  }
}
.logo-footer {
    margin-bottom: 10px;
    max-width: 150px;
}
.page_contact_row {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    top: -250px;
    position: relative;
    background: none;
}
.roc {
    font-size: 20px;
    font-weight: 600;
}
.roc-img {
    max-width: 100px;
    float: left;
}
.roc-title {
    color: #000;
    line-height: 1;
    top: 25px;
    position: relative;
    left: 20px;
}
#menu-footer-menu{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.single-service-content p{
  font-family: "AvenirRegular" !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.service_img{
  background-size: cover !important;
  height: 280px;
  max-width: 100%;
  width: 100%;
}
.single-text-area-2{
  padding-top: 30px;
  /* padding-bottom: 30px; */
}
.addition_row{
  padding: 0px !important;
  float: left;
}
.addition_row ul{
  padding-left: 15px !important;
}
@media (max-width: 1600px) {
  .service_img {
      height: 380px;
  }
  .portfolio-tabs {
    padding-top: 70px;
}
.page-template-page-portfolio .after_tab {
    padding-bottom: 70px;
    padding-top: 0px;
}
  .testimonial-row {
    padding-top: 185px;
    padding-bottom: 84px;
}
.portfolio-tabs ul {
    /* padding-left: 130px; */
    padding-bottom: 30px;
}
.contact_row {
    padding-top: 90px!important;
    padding-bottom: 90px!important;
}
  /* .inner-top {
    padding-left: 110px;
    padding-top: 500px;
} */
  .right_inner_col_about {
    padding-left: 150px !important;
    padding-right: 0px !important;
}
.container {
    padding-left: 50px;
    padding-right: 50px;
}
  .after-slide-top .right_col {
    margin-top: 0px;
  }
  .after-slide-top-2 .right_col {
      padding-top: 0px;
      padding-left: 150px;
      padding-right: 20px;
  }
  .first_main_titles {
    padding-left: 130px;
    padding-top: 0px;
}
.main_titles {
  font-size: 40px;
  line-height: 48px!important;
  margin-top: 10px!important;
}
.first_p_4 {
    padding-bottom: 0px;
}
.right_col_4 p,
.left_col_3 p,
.after-slide-top-2 p,
.right_inner_col {
    font-size: 16px;
      font-family: "AvenirRegular" !important;
}
.right_col_4 .main_titles {
    padding-bottom: 10px;
}
.right_col_4 p {
    padding-left: 130px;
    padding-right: 0px;
}
.first_p_4 {
    padding-bottom: 0px;
}
  .left_col {
    padding-left: 0px;
  }
  .left_col_3 {
      padding-left: 135px;
      padding-right: 140px;
      padding-top: 0px;
  }
  .right_col_4 {
    padding-left: 20px;
  }
  .inner_right_image {
    margin-top: 0px;
  }
  .single_portfolio_row .page_contact_col:nth-child(4) {
    padding-left: 0px;
    padding-right: 50px;
  }
  .single_portfolio_row .page_contact_col:nth-child(4) p {
    float: right;
  }
  .after_tab {
      max-width: 100%;
  }

   .single-service-content {
     padding-left: 60px;
     padding-right: 60px;
   }

   .page_contact_row {
    padding-left: 60px!important;
    padding-right: 60px!important;
   }
   .contact_row {
     padding-left: 60px;
     padding-right: 60px;
   }
   .page_contact_row {
       padding-top: 0px!important;
       padding-bottom: 0px!important;
       top: 0px;
       position: relative;
       background: none;
   }
.gallery-work {
  margin: 0 auto;
}

   .single-work .single_service_port_title {
       padding-top: 100px;
       padding-bottom: 50px;
   }
.page-template-page-contact .about-main-img,
.service-slide,
.about-main-img {
    background-position: center;
    -webkit-box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.60);
-moz-box-shadow: inset 200px 200px 300px 200px rgba(0,0,0,0.60);
box-shadow: inset 200px 200px 300px 200px rgba(0, 0, 0, 0.60);
}
.blog-contents h1 a {
    font-family: AvenirBold!important;
    font-size: 20px!important;
    color: #161616;
}
.blog-text {
    font-size: 14px;
    font-family: "AvenirRegular";
    margin-top: 20px;
    color: #AEAEAE;
}
.blog-contents a {
    font-family: AvenirRegular!important;
    font-size: 10px!important;
    color: #161616;
}
.blog-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 700px;
    /* padding-bottom: 100px; */
}
 /* .inner-top-service,
 .inner-top {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 120px!important;
} */

   .test-services .test-col {
     margin-bottom: 20px;
   }
   .site-content {
     padding-top: 0px;
   }
   .test-col h2 {
     padding-bottom: 15px;
     margin-top: 15px;
   }
 .test-services .test-col {
     padding-top: 0px;
     padding-bottom: 0px;
         min-height: 577px;
 }
 .test-col p {
     margin-bottom: 15px;
     min-height: 96px;
         padding-bottom: 0px;
 }
 .test-col h3 {
     margin-top: 0px;
 }
 .test-col a {
     padding-top: 15px;
 }
 .services_col p {
     font-size: 14px;
     font-family: "AvenirRegular";
     line-height: 19px;
 }
 .services_section {
     padding-top: 0px;
     padding-bottom: 0px;
 }
 .services_col h4 {
     font-family: AvenirBold;
     font-size: 22px;
     line-height: 9px;
 }
 .sp-testimonial-free p {
    font-size: 16px!important;
}
.sp-testimonial-free-wrapper{
  min-height: 468px;
}
.sp-testimonial-free-section .slick-dots {
    margin-top: -22px;
    position: relative;
}
.testimonial-row {
    padding-top: 15px;
    padding-bottom: 24px;
}
.page_contact_col {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
    top: -260px;
    display: inline-block;
    background-color: rgba(49, 62, 114, 0.8);
}
}
@media (max-width: 1440px) {
	.before_options_row>div{max-width: 100%;width: 100%;flex: 0 0 100%;}
	.test-col h2 {padding-bottom: 15px;margin-top: 15px;min-height: 74px;}
	.test-services .test-col {min-height: 592px;}
	div#n2-ss-2 .n2-bar-justify-content-center {margin-bottom: 120px!important;}
}

@media (max-width: 1366px) {
  .telephone_ a{
    display: block;
  }
  .telephone_ span{
    display: none;
  }
  .test-col h2 {
      min-height: 80px;
  }
.posts-contents h1 a,
  .posts-content h1 a {
    font-size: 30px;
    line-height: 30px;
}
  .inner-top h2 {
    font-size: 40px!important;
    line-height: 10px!important;
  }
  .after_slide .subheadline_p ,
  .subheadline_p {
    margin-bottom: 15px!important;
}
  .test-col h2 {
    margin-top: 0;
  }
  .test-col h3 {
    margin-top: 0;
  }
  .test-col p {
    padding-bottom: 0;
  }
  .portfolio-image {
    /* height: 390px; */
  }
  .service_pic_row {
    padding-top: 40px;
  }
  .service_pic_row img {
    width: 100%;
  }
  .left_col_3 p {
    padding-top: 20px;
    padding-right: 20px;
}
  .home .content-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single_portfolio_row .page_contact_col:nth-child(4) {
    padding-left: 150px;
  }
  .first_main_titles  {
    padding-left: 40px;
  }
  .right_inner_col_about  {
    padding-left: 40px;
    padding-right: 0px;
  }
  .test-contact {
    padding-left: 40px;
    padding-right: 40px;
  }
  .left_col {
    padding-right: 0px!important;
    padding-left: 100px;
  }
  .left_contact_col {
    padding-left: 0px!important;
  }
  div#n2-ss-2 .n2-bar-justify-content-center {
      margin-bottom: 0px!important;
  }
  .contact_row .main_titles {
    font-size: 30px!important;
  }

  .main_titles {
    font-size: 30px;
    line-height: 30px;
  }
  .container {
    padding-left: 50px;
    padding-right: 50px;
    /* padding-top: 20px; */
  }
  .contact_row {
      padding-top: 50px!important;
      padding-bottom: 50px!important;
      padding-left: 50px;
      padding-right: 50px;
      margin-right: 0px!important;
      margin-left: 0px!important;
      top: -150px;
  }
  .service-content {
    /*padding-left: 70px; emil */
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .service-content p {
    padding-right: 24px;
  }
  .service-content h1 a {
    font-size: 30px;
    line-height: 40px;
    margin-right: 150px;
  }
  .entry-content {
      margin-top: 0px!important;
  }
  .right_inner_col {
    /*padding-left: 20px!important;*/
    max-width: 90%;
    padding-top: 30px;
  }
  .posts-content h1 {
    padding-left: 50px;
  }
  .posts-contents h1 {
    padding-left: 40px;
  }
  .testimonial-row {
    padding-top: 40px!important;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px!important;
  }
 .left_testimonial_col {
   padding-left: 0px;
 }
  .slide_home_h .n2-font-1009-hover  {
      font-family: AvenirBold!important;
      font-size: 30px!important;
      line-height: 30px!important;
      font-weight: bold!important;
      padding-top: 200px!important;
    }
    div#n2-ss-2 .n2-bar-justify-content-center {
    margin-bottom: 80px!important;
    }
    .slick-dots {
      left: -107%;
      bottom: 54%;
    }
    .form_home_btn {
      font-size: 20px!important;
      padding-left: 67px!important;
    }
    #footer-widget {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .options_row h4 {
      font-size: 20px;
    }
    .options_row p {
      font-size: 14px;
    }
    .nextend-arrow-previous {
      height: 249px;
      left: 200px!important;
      background-size: 20px;
       top: 380px!important;
    }
    .nextend-arrow-next {
      height: 249px;
     background-size: 20px;
     top: 380px!important;
    }
    .home-service .service-text {
      max-height: 430px;
     }
    .service-image {
       height: 430px;
     }
    .post-image-big {
      height: 760px;
    }
    .post-image-small {
      height: 380px;
    }
    .after-slide-top .main_titles {
      padding-left: 0px;
    }
    .after-slide-top .right_col {
      margin-top: -100px;
    }

    .after-slide-top .right_inner_col {
      padding-right: 0px;
    }
      .about-main-img {
      height: auto;
    }
    .about-xp {
    padding-bottom: 0px;
}
    .after-slide-top-2 .right_col {
      padding-top: 100px;
      padding-left: 100px;
      padding-right: 20px;
    }
    .left_col_3 {
      padding-top: 100px;
      padding-left: 100px;
      padding-right: 20px;
    }
   .right_col_4 {
     padding-left: 100px;
     padding-right: 20px;
   }
   .right_col_4 .main_titles {
     padding: 0px;
   }
   .right_col_4 p {
     padding: 0px;
   }
   .before-options {
     margin: 0!important;
   }
   .option-about {
     padding-right: 0px;
   }
   .inner-top-services p {
     /* width: 80%!important; */
   }
   .big-service-container {
     padding-left: 70px;
     padding-right: 70px;
   }
   .big-div-about {
     padding-left: 40px;
     padding-right: 40px;
   }
   .single-service #footer-widget {
     padding-left: 40px;
     padding-right: 40px;
   }
   /* .inner-top-service {
       /* padding-left: 200px;
       padding-right: 50px;
       padding-bottom: 50px;
   } */
   .inner-top-service h2 {
     /* font-size: 30px!important; */
     line-height: 40px!important;
   }
   .inner-top-service p {
     width: 70%;
   }
   .blog-contents h1 a {
    font-size: 20px!important;
  }
  .blog-contents h1 {
    margin-top: 0;
  }
  .blog-image {
    height: 320px;
  }
  .inner-top-service h2 {
    font-size: 40px!important;
    max-width: 450px;
  }
  .gallery-img {
      max-width: 50%;
  }
   .portfolio-tab {
     padding-top: 100px;
     padding-left: 40px;
   }
   .portfolio-tab ul {
     list-style: none;
     padding-left: 0px;
   }
   .portfolio-tab li {
     padding-left: 50px;
   }
   .portfolio-image {
     background-size: cover;
     padding-left: 30px;
   }
   .portfolio-image h1 {
     padding-left: 0px;
   }
   .portfolio-image p span {
     padding-left: 40px;
   }
   .blog-section {
     padding-top: 40px;
     padding-left: 50px;
     padding-right: 50px;
   }
   .blog-content {
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 40px;
   }
   .after-slide-top .right_col {
       margin-top: 15px;
   }

   .after_slide {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
   }
   .before_options_row {
     padding-top: 40px;
   }
   .options_row {
     padding-bottom: 40px;
     padding-top: 40px;
   }
   .after-slide-top-3 {
     padding-left: 40px;
   }
   .about-options {
     padding-top: 0px!important;
   }
   .about-options-2 {
       padding-bottom: 10px;
   }
   .about-xp p {
     padding-top: 30px;
     padding-right: 0px;
   }
   .xp-section {
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   .test-services {
     padding-top: 50px;
   }
   .test-col h2 {
       margin-bottom: 15px;
       padding-top: 15px;
       min-height: 89px;
   }
   .test-col a {
     padding-top: 0px;
   }
   .test-services .test-col {
       min-height: 570px;
   }
   .after_services {
     padding-top: 40px;
   }
   .services_section {
       padding-top: 0px;
       padding-bottom: 0px;
   }
   .portfolio-tabs {
     padding-top: 40px;
   }
   .after_tab {
     padding-top: 20px;
     padding-bottom: 20px;
   }
   .single-service-content {
     padding-top: 50px;
   }
   .single_service_port_title {
     padding-bottom: 0px;
     padding-top: 40px;
   }
   .page_contact_col {
     padding-top: 30px;
     padding-bottom: 30px;
     padding-left: 22px;
     padding-right:22px;
     top:-150px;
     display: inline-block;
     background-color: rgba(49, 62, 114, 0.8);
   }
   .single_portfolio_row {
     margin-top: 0px!important;
   }
   .gallery-work {
       padding-top: 0px;
   }
   /* .inner_right_image {margin-top: -65px;} Emil*/
}

@media (max-width: 1199px) {
	.navbar-light .navbar-nav .nav-link {color: #161616!important;}

}

@media (max-width: 767px) {
	.navbar-nav li a {color: #000!important;}
	.entry-content {margin-top: -50px!important;}
	.options_col {padding-bottom: 60px;}
	.navbar-light .navbar-nav .nav-link {text-align: center;padding: 25px;}
    .navbar-collapse { -ms-flex-preferred-size: 100%;flex-basis: 100%; -ms-flex-positive: 1; position: absolute; flex-grow: 1; -ms-flex-align: center; align-items: center; z-index: 999; background: #FFF;width: 100%;top: 115px;}
	.main_titles {font-size: 30px;line-height: 34px;padding-top: 20px;}
	.service-content h1 a {font-size: 30px;line-height: 34px;}
	.service-content {padding-left: 50px;margin-top: 20px;padding-bottom: 30px;}
	.posts-contents h1 a {font-family: AvenirBold;color: #fff;text-decoration: none; font-size: 30px;font-weight: bold;line-height: 34px;}
	.home-service .service-text { height: auto!important;}
	#footer-widget .row {margin: 0 auto;text-align: center;}
	#media_image-3 {max-width: 100%!important;text-align: center!important;}
	#media_image-4 {max-width: 100%!important;text-align: center!important;}
	.navbar-brand img {max-width: 100px;padding: 0px 15px 30px 0;}
	.home .site-content {padding-top: 50px;}
	.slide_home_h .n2-font-1009-hover {font-family: AvenirBold!important;font-size: 18px!important;line-height: 30px!important;font-weight: bold!important;padding-top: 0px!important;}
	.slick-dots {position: static!important;}
	.half {width: 100%;}
	.contact_row {margin-top: -70px;}
	.left_contact_col {padding-bottom: 20px;}
	.post-image-big {height: 532px;}
	.posts-content h1 {top: 300px;}
	.nextend-arrow-previous {left: 73px!important;background-size: 20px;top: 86px!important;}
	.nextend-arrow-next {
    background-size: 20px;
    top: 86px!important;
    left: 497px!important;
  }
  .contact_row .main_titles {
    font-size: 30px!important;
  }
  .inner-top h2 {
    font-size: 25px!important;
    line-height: 30px!important;
  }
  .about-main-img {
    margin-top: 0px!important;
  }
  .inner-top {
    padding-top: 100px!important;
    padding-bottom: 100px!important
  }
  .aflter_slide {
    padding-left: 20px;
  }
  .after-slide-top-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .left_col_3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-slide {
    margin-top: 0px;
  }
  .page_contact_col {
    padding-left: 0px!important;
    margin: 0 auto;
    text-align: center;
    padding-right: 0px;
  }
  .page-template-page-contact .inner-top {
    padding-left: 40px!important;
  }
  .left_contact_col {
    padding-right: 0px!important;
  }
  .after-slide-top-3 {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .testimonial-row {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px!important;
  }
  .contact_row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-testimonial-free-wrapper {
    padding-top: 0px!important;
  }
  .galerie_imagini img {
    width: 100%;
  }
  .after_tab {
    display: none;
  }
}

@media (max-width: 1024px) {
  .service_img {height: 260px;}
}

@media (max-width: 768px) {
	.addition_row {padding: 0px !important;float: left;flex: 0 0 100%;max-width: 100%;}
	.entry-content {margin-top: 0px !important;}
	.col-md-4 {max-width: 100%;float: left;}
	.navbar-collapse {position: absolute;background: #fff;width: 100%;top: 140px;text-align: center;}
	.navbar-nav li a {font-size: 24px!important;font-weight: 700!important;}
	.home-service .service-text {max-height: 500px;}
	.service-image {height: 500px;}
	.right_testimonial_col{padding-left: 0px;}
	.sp-testimonial-free-wrapper {padding-top: 0px!important;}
	.right_contact_col{padding-left: 0px;}
	.right_contact_col, .left_contact_col{max-width: 100%;width: 100%;flex: 0 0 100%;}
	.right_col{padding: 0px;}
	.contact-text {max-width: 100%;}
	.right_testimonial_col, .left_testimonial_col, .before_otions_col_left, .right_col{max-width: 100%;}
	.left_col {padding-right: 0px!important;padding-left: 0px;max-width: 100%;}
	.options_row h4 {min-height: 59px;}
	.options_row p {/*min-height: 264px; Emil */min-height: 130px;}
	.options_row a {font-size: 14px;}
	.inner_right_image {margin-top: 0px;}
	header .menu-item .nav-link {padding: 15px!important;}
	.n2-ss-layer {padding-top:7vh;}	/*{padding-top: 40px;}*/
	div#n2-ss-2 .n2-bar-justify-content-center {margin-bottom: 0px!important;}
	.fitvidsignore h3 {font-size: 30px!important;line-height: 56px!important;}
	.col-sm-12 {max-width: 100% !important;width: 100% !important;}
	.before_options_row, .after_slide {display: block !important;}
	.test-services>div {flex: 0 0 100% !important;max-width: 50% !important;width: 50% !important;}
	.services_col h4 {font-size: 22px;line-height: 24px;}
	.col_serv_small{max-width: 50%;width: 100%;flex: 0 0 25%;}
	.col_serv_big{margin: 0px;padding: 0px;padding-bottom: 24px;}
	.portfolio-tabs ul li {padding-right: 40px;}
	.portfolio-image {background-size: cover;padding-left: 70px;display: flex;vertical-align: middle;justify-content: end;align-items: center;background-position: center;}
	.portfolio-image h1 {margin-top: 0px;padding-top: 0px;}
	.after-slide-top-2>div {padding: 0px;max-width: 100%;}
	.inner-top-service h2 {font-size: 24px!important;max-width: 100%;}
	.after-slide-top-3{padding: 40px 0px 0px 0px;}
	.after-slide-top-4, .after-slide-top-2 {display: flex !important; flex-direction: column-reverse; padding: 40px 0px 0px 0px;}
	.after-slide-top-2 .right_col {padding-top: 0px;padding-left: 0px;padding-right: 0px;max-width: 100%;}
	.right_col_4, .left_col_3 {padding-top: 0px;padding-left: 0px;padding-right: 0px;max-width: 100%;}
}

@media (min-width: 480px) {
  .left_posts_col {padding-right: 0px!important;}
  .right_posts_col {padding-left: 0px!important;}
}

@media (max-width: 480px) {
	.single-text-area-2 h4 {line-height: 30px!important;}
	.single_portfolio_row .page_contact_col:nth-child(4) {padding-left: 0px;padding-right: 0px;}
	.single_portfolio_row .page_contact_col {padding-left: 30px;padding-top: 10px;padding-bottom: 10px;}
	.gallery-work-col {padding-top: 20px;}
	.gallery-img {padding-right: 0px;padding-left: 0px;}
	.service-content p {font-size: 14px!important;}
	.learn-btn {font-size: 16px;width: 159px;}
	.nextend-arrow-previous {left: 20px!important;background-size: 20px;top: 80px!important;}
	.nextend-arrow-next {background-size: 20px;top: 80px!important;left: 430px!important;}
	div#n2-ss-2 .n2-bar-justify-content-center {margin-bottom: 0px!important;}
	.left_col {padding-left: 10px;}
	.container {padding-left: 10px;padding-right: 10px;}
	.before_options_row {padding-left: 10px;padding-right: 10px;}
	.options_row {padding-left: 10px;padding-right: 10px;}
	.service-content {padding-left: 40px;}
	.testimonial-row {padding-left: 30px;padding-right: 30px;}
	.page-template-page-about .testimonial-row {padding-left: 50px; padding-right: 30px;}
	.posts-content h1 {padding-left: 20px;}
	.inner-top {padding-left: 40px;padding-bottom: 50px!important;}
	.after-slide-top .right_col {margin-top: 20px;}
	.after_slide {padding-left: 0px;padding-right: 0px;padding-top: 20px;}
	.after-slide-top-2 .right_col {padding-left: 10px;padding-right: 10px;padding-top: 20px;}
	.left_col_3 {padding-left: 10px;padding-right: 10px;padding-top: 20px;}
	.right_col_4 {padding-left: 10px;padding-right: 10px;padding-top: 20px;}
	.about-xp p {width: 100%;}
	.xp-section {padding-left: 0px;padding-right: 0px;}
	.big-service-container {padding-left: 40px;padding-right: 40px;}
	.inner-top-service {padding-top: 100px;padding-left: 40px;padding-right: 40px;padding-bottom: 50px;}
	.inner-top-service h2 {font-size: 30px!important;}
	.single-service-content {padding-left: 20px;padding-right: 20px;}
	/* .single-text-area-2 h4 {line-height: 30px!important;} */
	.portfolio-image {padding-left: 0px;}
	.portfolio-tabs ul {padding-left: 20px;}
	.single_portfolio_row {margin-top: 20px!important;padding-left: 20px!important; padding-right: 20px!important;}
	.single_portfolio_row .page_contact_col:nth-child(4) p {float: none;}
	.page-template-page-blog .inner-top-service {padding-left: 40px;}
	.blog-section {padding-top: 40px;padding-left: 20px;padding-right: 20px;}
	.single-post .inner-top-service {padding-bottom: 100px;padding-top: 100px;padding-left: 40px;padding-right: 40px;}
	.single_blog_top h2 {line-height: 30px!important;}
	.page-template-page-contact .inner-top {padding-right: 20px!important;}
	.page_contact_row {padding-left: 20px!important;padding-right: 20px!important;padding-bottom: 80px!important;margin-top: 0px;}
	.inner-top-services p {width: 80%!important;}
	.inner-top-service p {width: 80%;}
	.galerie_imagini img {max-width: 100%;}
	.about-options h4 {min-height: 30px;}
}

@media (max-width: 425px) {
	.fitvidsignore h3 {font-size: 14px!important;line-height: 1!important;top: 15px;position: absolute;width: 360px!important;left: 0;}
	.main_titles {font-size: 24px;line-height: 35px !important;}
	.right_inner_col {padding: 15px!important;max-width: 100%;}
	.max-width-800 {max-width:100%;}
	.options_row img {width: 40px;height: 40px;}
	.options_row h4 {min-height: auto;}
	.options_row p {min-height: auto;}
	.service-content h1 a {font-size: 24px;line-height: 35px;}
	.sp-testimonial-free p {font-size: 14px!important;line-height: 25px !important;min-height: auto;}
	.sp-testimonial-free-wrapper {min-height: auto;}
	.slick-dots {left: 50%;bottom: 0%;position: absolute !important;transform: translate(-50%, 0%);}
	.posts-contents h1 a, .posts-content h1 a {font-size: 24px;line-height: 35px;}
	.right_contact_col .form-control {height: 48px!important;}
	.caldera-grid textarea.form-control {padding-top: 10px;}
	.caldera-grid .form-control, .caldera-grid output {font-size: 14px !important;}
	.navbar-light .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
	.about-main-img {margin-top: -125px!important;}
	.left_col {padding-left: 0px;}
	.after-slide-top .right_inner_col {padding-top: 0px;}
	.about-options h4 {font-size: 22px;}
	.right_col_4 {padding-left: 0px;padding-right: 0px;padding-top: 20px;}
	.option-about {padding-left: 0px;}
	.before-about-options .main_titles{margin-left: -15px;}
	.about-xp{padding: 0px;}
	.test-services>div {flex: 0 0 100% !important;max-width: 100% !important;width: 100% !important;}
	.services_col, .test-services>div{padding: 0px;}
	.after_services {padding-top: 20px;padding-bottom: 5px;margin-left: -15px;}
	.portfolio-tabs ul {display: block;}
	.page-template-page-home .after_slide {	padding-left: 20px;padding-right: 20px;padding-top: 40px;}
	.inner-top {padding-left: 20px;padding-bottom: 50px!important;}
	.portfolio-image {padding-left: 40px;}
	.portfolio-image h1 {font-size: 24px;line-height: 35px;}
	.single_portfolio_row .page_contact_col {padding-left: 15px !important;}
	.service-slide {margin-top: -125px!important;}
	.portfolio-image h1 a {	font-size: 24px;line-height: 35px;}
	.blog-contents h1 a {font-size: 24px!important;line-height: 35px;}
	.single-post .inner-top-service {padding-left: 20px !important;}
	.single_blog_top h2 {line-height: 35px!important;font-size: 24px !important;}
	/* .page-template-page-contact .about-main-img {margin-top: 0px!important;} */
	.page-template-page-contact .inner-top {padding-left: 10px!important;}
	.page-template-page-contact .page_contact_col {top: 0px !important;}
	.page-template-page-contact .page_contact_row {margin-top: 0px !important;top: 0px !important;}
}


/*EMIL STARTED ADDING HERE*/

.bottom2em {padding-bottom:2em;}
.bottom7em {padding-bottom:7em;}
.top1em {padding-top:1em;}
.top2em {padding-top:2em;}
.top3em {padding-top:3em;}
.top4em {padding-top:4em;}
.right2em {padding-right:2em;}
.align-center {text-align: center;}
#service-title-link, a#service-title-link span {font-size: 50px; line-height: 60px; color: #ffffff !important;font-family: AvenirBold !important;}
.posts-content h5 {position: absolute;max-width: 450px;line-height: 38px;color: #fff;padding-left: 100px;bottom: 55px;font-size: 32px;}
.posts-content h5 a {font-family: AvenirBold !important;color: #fff;text-decoration: none;font-size: 32px; line-height: 38px;text-shadow: 2px 2px 4px #000;}
.posts-content h5 span {display: block;font-family: AvenirRegular !important;font-size: 16px;line-height: 38px;font-weight: 400;text-shadow: 2px 2px 4px #000;}
.posts-contents h5 {position: absolute;font-size: 32px; font-weight: bold;line-height: 38px;color: #fff;max-width: 510px;padding-left: 100px;bottom: 55px;}
.posts-contents h5 a {font-family: AvenirBold;color: #fff;text-decoration: none;font-size: 32px;font-weight: bold;line-height: 38px;text-shadow: 2px 2px 4px #000;}
.posts-contents h5 span {display: block;font-family: AvenirRegular;font-size: 16px;line-height: 38px;font-weight: 400;text-shadow: 2px 2px 4px #000;}

@media screen and (max-width: 425px) and (min-width: 360px) {
	.sp-testimonial-free p {padding: 0 20px;}
	.navbar-brand img {max-width: 80px;padding: 0px 15px 0px 0;}
	.navbar-toggler-icon {width: 2.5em;height: 2.5em;}
	.service-content span {padding-right: 3em;}
	.service-content p {padding-right: 0em;font-size:16px !important;}
	#service-title-link, a#service-title-link span {font-size: 30px;line-height: 36px;}
	.learn-btn {width: 236px;}
	.row.xp-section {display: block;}
	.inner-top.inner-top-services {padding-right: 20px;}
	.inner-top-services p {width: 100% !important;}
	.services_col p {text-align:justify;}
	/*.n2-ss-slider-2.n2-ow {min-height:400px !important;}
	.n2-section-smartslider, .entry-content {margin-top: -140px!important;}*/
	/*div.n2-ss-layer.n2-ow.slide_home_h {inset: auto auto 76px 0px !important;}*/
	.n2-ss-layers-container.n2-ow {margin:0px !important; height:100% !important;}
}

@media screen and (max-width: 480px) and (min-width: 426px) {
	.row.xp-section {display: block;}
}

@media screen and (max-width: 767px) and (min-width: 426px) {
	.sp-testimonial-free p {padding: 0 35px;}
	/*.navbar-brand img {max-width: 20vw;padding: 20px 15px 40px 0;}*/
	.navbar-toggler-icon {width: 2.5em;height: 2.5em;}
	.service-content span {padding-right: 3em;}
	.service-content p {padding-right: 0em;font-size:16px !important;}
	#service-title-link, a#service-title-link span {font-size: 38px;line-height: 42px;}
	.learn-btn {width: 236px;}
	.fitvidsignore h3 {line-height: 36px !important;}
}

@media screen and (max-width: 767px) and (min-width: 480px) {
	.right_inner_col {max-width: 99%;}
	.fitvidsignore h3 {font-size: 26px !important;line-height: 36px;}
	.col-md-12.col-xs-12.right_inner_col.right_inner_col_about.fix-about-txt {padding-right: 20px;padding-left: 15px !important;padding-top:15px;text-align: justify;}
	.navbar-light .navbar-toggler-icon {-webkit-filter: drop-shadow(2px 2px 1px rgba(244, 247, 249, 1));filter: drop-shadow(2px 2px 1px rgba(244, 247, 249, 1));}
}


@media screen and (max-width: 991px) and (min-width: 768px) {
	.left_col {padding-left:0px;}
	.right_inner_col {padding-left:30px !important;max-width:100%;padding-right:30px;}
	#service-title-link, a#service-title-link span {font-size: 38px;line-height: 42px;}
	.service-content p {padding-right: 0em;font-size:16px !important;line-height: 22px;}
	.service-content {padding-left: 30px;margin-top: 20px;padding-bottom: 30px;padding-right:30px;}
	.posts-contents h5, .posts-contents h5 a {font-size:26px; line-height:32px;}
	/*.navbar-brand img {max-width:calc(50vh - 70px);}*/
	.n2-ss-layer {padding-top:20vh;}
	.fitvidsignore h3 {line-height:36px !important;font-size:32px !important;}
	.navbar-toggler-icon {width: 2.5em;height: 2.5em;}
	.navbar-light .navbar-toggler-icon {-webkit-filter: drop-shadow(2px 2px 1px rgba(244, 247, 249, 1));filter: drop-shadow(2px 2px 1px rgba(244, 247, 249, 1));}
	.col-md-12.col-xs-12.right_inner_col.right_inner_col_about.fix-about-txt {padding: 0 10px 0 20px !important;}
	.inner_right_image {text-align:center;margin-top:20px;}
	.container.about2fix {padding: 0 10px 0 10px !important;}
	.right_col.fix-about-txt {padding-top: 0px !important;}
	.right_col.align-self-end.fix-about-txt div.max-width-800 h3.main_titles {font-size: 26px;line-height: 28px !important; margin-top: 0px !important;}
	.align-self-end.fix-about-txt div.max-width-800.float-right h3.main_titles {font-size: 26px;line-height: 28px !important; margin-top: 0px !important;}
	div.container.about2fix div.row.after_slide.after-slide-top-3 {padding-left:20px;}
	.fix-about-txt div.max-width-800 p {font-size: 18px;}
	.portfolio-image h1 {padding-top:200px;}
}

@media screen and (max-width: 1140px) and (min-width: 992px) {
	.options_row p {min-height:192px;}
	.options_row h4 {min-height:58px;}
	/*.inner_right_image {margin-top: calc(10% + 155px);}*/
	div.col-md-12.col-xs-12.right_inner_col.right_inner_col_about.fix-about-txt {padding: 0 10px 0 20px !important;}
	div.big-div-about div.row.after_slide.after-slide-top div.col-xl-6.col-lg-12.col-md-12.col-xs-12.left_col {padding-left:0px !important;}
	div.col-md-12.col-xs-12.right_inner_col.right_inner_col_about.fix-about-txt {max-width:100%;}
	.inner_right_image {text-align:center;margin-top:20px;}
	.portfolio-image h1 {padding-top:220px;}
}
	
@media screen and (max-width: 1366px) and (min-width: 1141px) {
	.options_row p {min-height:160px;}
	.inner_right_image {margin-top: calc(10% + 145px);height: 270px;overflow: hidden;}
	.left_col {padding-left:0px;}
	.half.service-text {padding-left: 1em;padding-right:1em;}
	.service-content span {max-width: calc(100%-20px);}
	.portfolio-image h1 {padding-top:240px;}
}

@media screen and (max-width: 1600px) and (min-width: 1367px) {
	.right_inner_col {max-width:100% !important;}
	.left_col {padding-right: 5px !important;}
}

@media screen and (min-width: 1600px) {
	.service-content p {font-size:20px;}
	.service-content span {max-width:  calc(100% - 100px);}
	.right_col_4 p, .left_col_3 p, .after-slide-top-2 p, .right_inner_col {font-size:20px;}
	.right_inner_col {max-width:  calc(100% - 50px);}
	.left_col {padding-right: 0px !important;}
	.options_row p {font-size: 18px;}
}



.parallax-window {min-height: 400px;background: transparent;}
.right-border {text-align: right;}
.max-width-800 {max-width:800px;}
.float-right {float:right;}
.float-left {float:left;}

/*ABOUT US FIXES*/
.right_col.fix-about-txt {padding-right: 20px; padding-left: 15px;padding-top:15px;text-align: justify;}
.left_col_3.fix-about-txt {padding-right: 20px;padding-left: 15px;padding-top:15px;text-align: justify;}
div.max-width-800 p {font-size:20px;}
.about-end-quote {text-align:center;color: #AEAEAE;font-size: 22px;font-style: italic;}
