/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
@import url(https://fonts.googleapis.com/css?family=Signika:400,600,700,300);
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

footer .menu li > a:hover{
  color: #fff;
}

.menu.cf{
position:absolute;height:0;width:100%;background:#fff;font-family:sans-serif;
    z-index:100000000;transition:all .3s;
    text-align:center;overflow:hidden;
padding:0;
}
.menu.cf.showtiny{
height:100%;transition:all .3s;overflow:scroll;
}
header{z-index:100000001;border-bottom:1px solid #eee;}
.super-nav{
    max-width:1100px;
padding:110px 4% 40px 4%;
display:block;
margin: auto;
    font-size:0;
}
.super-nav .supertitel{
width: calc((100% / 3) - 40px);
display:inline-block;
    vertical-align:top;
    font-weight:500;
padding:0 0 0 20px;
margin:30px 0 0 20px;
    text-align:left;
    
}
.supertitel a,.supertitel ul li.supertitel a{
    font-weight: 500;
    font-family: "Signika", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 24px !important;letter-spacing: -1px;
color:#444;
}
    .supertitel ul li.supertitel{margin-left:0;padding-left:0;margin-bottom:10px;}
    .super-nav .fet-link a{font-weight:500;margin-top:15px;}
.super-nav a{transition:all .3s;}
.super-nav a:hover{color:#304184;text-decoration:none;text-indent:5px;transition:all .3s;}
    .supertitel ul li a{font-size: 16px !important;
        font-weight: 100;padding:1px 0;letter-spacing:0;}
.super-nav ul li a{margin-bottom:0;}
    a.top-menu-icon{
    color:#333 !important;top:-20px;z-index:100000000000;
    position: relative !important;
        float: right !important;
    top: 25px;
        font-size: 2rem;
    height:85px;display:block;top:0;
    padding:30px 20px 0 20px;
        border-left:1px solid #eee;
        border-right:1px solid #eee;

    }
    nav.phone-number.pull-right{top:15px;margin-right:20px;}
    nav.phone-number.pull-right i{top:10px;}
    #searchbox{max-height:0;transition:all .3s;}
    #searchbox .widebox{text-align: center;
    padding: 20px 0;}
    #searchbox.showsearch{max-height:200px;transition:all .3s;}
    #searchbox label{
color: #fff;
    font-size: 14px;
}
    #searchbox input{
background: none;
border: none;
    border-bottom: 1px solid grey;
    border-radius: 0;
width: calc(100% - 240px);
color: #fff;
    max-width: 800px;
}
    #searchbox button{
background:#fff;border:none;padding:5px 10px;margin:0 10px;font-size:14px;font-weight:200;
}
    @media screen and (max-width: 1200px) {
    a.top-menu-icon{
    float: right !important;
top: 25px;
    font-size: inherit;
height: auto;
display: block;
top: -20px;
padding: 0;
    border-left: 0;
    border-right: 0;
    }}
    @media screen and (max-width: 768px) {
        nav.phone-number.pull-right{display:none;}
        a.top-menu-icon{top: 25px;float: right !important;
        
        }
        .navbar-default{display:block !important;}
        .menu.cf{text-align:left;}
        .super-nav .supertitel{width:calc((100% / 2) - 20px);margin-left:0;}
        
    }
    @media screen and (max-width: 600px) {
        .super-nav .supertitel{display:block;width:calc(100% - 20px);}
        
    }


 div.col-sm-4 > p > img{
 	display: block;
 	margin: 10px auto;

 }

div.col-sm-4 > p{
 	text-align: center;
 }


 .content .content_inner > .container > .container_inner.default_template_holder {
    padding-top: 44px;
    padding-bottom: 44px !important;
}

.contact-person > span{
  display: block;
}

.contact-person img{
  display: block;
  margin:10px auto;
}

#image{
  display: block;
  margin: 0 auto;
}


.to-top-wrap{
  display: none;
}

.contact-person > span i{
  padding-right: 5px;
  color: #304184;
}

.contact-person h5{
  text-align: center;
  margin-bottom: 15px;
}

.telephone,
.email{
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.nsab{
  max-width: 146px;
}


.top-menu-icon:hover{
  text-decoration: none;
  color: #304184;
  opacity: 0.6;
}



/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 226, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 386, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* line 394, ../scss/partials/_normalize.scss */
.search-form button {
  background: #900e3a;
  border-color: #900e3a;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  position: relative;
  left: -4px;
  height: 30px;
  padding: 0.3em 0.8em 0.4em 0.8em;
  text-transform: uppercase;
}
/* line 405, ../scss/partials/_normalize.scss */
.search-form button .fa {
  color: #fff;
  font-size: 1.5rem;
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 416, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 426, ../scss/partials/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
}

/* line 436, ../scss/partials/_normalize.scss */
.wpcf7-list-item-label {
  padding-right: 10px;
  font-size: 1.6rem;
}

/* line 441, ../scss/partials/_normalize.scss */
.radio-985 {
  display: inline-block !important;
  padding: 0.5em 0 0 0;
  color: #555;
  height: 38px;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 455, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 467, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 476, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 487, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 500, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 507, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 514, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 522, ../scss/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 524, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 525, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 532, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name: VIF
Author: afriberg.se

Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?97halv");
  src: url("fonts/icomoon.eot?97halv#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?97halv") format("truetype"), url("fonts/icomoon.woff?97halv") format("woff"), url("fonts/icomoon.svg?97halv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 34, ../scss/partials/_typography.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 49, ../scss/partials/_typography.scss */
.icon-angle-right-512px:before {
  content: "\e900";
}

/* line 52, ../scss/partials/_typography.scss */
.icon-angle-up:before {
  content: "\e901";
}

/* line 55, ../scss/partials/_typography.scss */
.icon-star-full:before {
  content: "\e902";
}

/* line 58, ../scss/partials/_typography.scss */
.icon-facebook2:before {
  content: "\e903";
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 72, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 23, ../scss/modules/_forms.scss */
.search-query:focus + button {
  z-index: 3;
}

/* line 27, ../scss/modules/_forms.scss */
.search-form.close {
  float: right;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: 90%;
}

/* line 37, ../scss/modules/_forms.scss */
.search-form.close form {
  display: none;
}

/* line 41, ../scss/modules/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px 10px;
  font-size: 1.3rem;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  max-width: 100%;
}

/* line 56, ../scss/modules/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 75, ../scss/modules/_forms.scss */
span.wpcf7-form-control-wrap {
  max-width: 100%;
}

/* line 79, ../scss/modules/_forms.scss */
form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

/* line 82, ../scss/modules/_forms.scss */
form.wpcf7-form input.wpcf7-not-valid, form.wpcf7-form textarea.wpcf7-not-valid {
  color: white !important;
  border: 3px solid #da2020;
}

/* line 86, ../scss/modules/_forms.scss */
form.wpcf7-form .wpcf7-not-valid-tip,
form.wpcf7-form .wpcf7-validation-errors {
  display: none !important;
}

/* line 90, ../scss/modules/_forms.scss */
form.wpcf7-form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 13px !important;
  color: #398f14 !important;
  text-transform: uppercase !important;
  position: relative !important;
  top: -5px !important;
}

.wpcf7-mail-sent-ok{
  display: none !important;
}

/******************************************************************
Site Name:
Author:

Stylesheet: FullPage Styles
******************************************************************/
/*BOOTSTRAP EDITS*/
/* line 11, ../scss/modules/_fullPage.scss */
.row.main-column {
  margin-right: -30px;
  margin-left: -30px;
}

/* line 18, ../scss/modules/_fullPage.scss */
.col-sm-4,
.col-sm-8,
.col-sm-12 {
  padding-right: 30px;
  padding-left: 30px;
}

/* line 25, ../scss/modules/_fullPage.scss */
.logo {
  position: relative;
  width: 310px;
  display: block;
  float: left;
  margin: 23px 10px 10px 10px;
}

/* line 33, ../scss/modules/_fullPage.scss */
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

/* line 40, ../scss/modules/_fullPage.scss */
.phone-number {
  position: relative;
  top: -13px;
}
/* line 44, ../scss/modules/_fullPage.scss */
.phone-number i {
  color: #949494;
  font-size: 4rem;
  margin-right: 4px;
  position: relative;
  top: 16px;
}
/* line 52, ../scss/modules/_fullPage.scss */
.phone-number span {
  font-size: 2.5rem;
  color: #304184;
  font-weight: 600;
}

/* line 59, ../scss/modules/_fullPage.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

/* line 65, ../scss/modules/_fullPage.scss */
.slideshow-wrapper {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
/* line 69, ../scss/modules/_fullPage.scss */
.slideshow-wrapper .slide-header {
  color: #333;
  font-size: 4rem;
}

/* line 75, ../scss/modules/_fullPage.scss */
.menu li a {
  font-size: 16px;
  margin-bottom: 9px;
  display: block;
}


.linkactivator {
    margin-top: -28px;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
.new-inner-box{height:auto;max-height:0 !important;min-height:0 !important;overflow:hidden;transition:all .5s;}
.new-inner-box.iFoundYou{max-height:500px !important;min-height:auto !important;transition:all .5s;}
.tjenester-box{
    font-size:0;text-align: center;padding-top:60px;padding-bottom:10px;
}
.anicon .firstspan{
display:table;vertical-align: middle;
width:100%;height:30px;margin-top:15px;
}
.anicon:nth-child(1){border-top-left-radius:4px;border-bottom-left-radius:4px}
.anicon:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}
.anicon span.titlespan{
    text-transform: uppercase;
color: #fff;
display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    word-break:break-word;
    line-height: 15px;
}
.anicon{
display: inline-block;
padding: 25px 20px;
background: #304184;
width:calc(100% / 7);
border: 1px solid #222f5f;
    vertical-align:top;transition:all .5s;
}
.anicon img{max-width:50px !important;}
.anicon:hover{transition:all .5s;background:#222f5f; text-decoration: none;}
    @media screen and (max-width: 1200px) {
        .anicon{min-height:175px;}
    }
    @media screen and (max-width: 1024px) {
        .anicon{width:calc(100% / 2); border: 1px solid #222f5f;}
    .anicon:nth-child(1){border-top-left-radius:0px;border-bottom-left-radius:0px}
    .anicon:last-child{border-top-right-radius:0px;border-bottom-right-radius:0px}
        div.col-sm-12.tjenester-box{margin-bottom:50px;}
    }

#menu-bestilling li a {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 7px 0;
    font-size: 16px;
}

.inner-footer .menu li a:visited {
  color: #fff;
}

/* line 81, ../scss/modules/_fullPage.scss */
.fa-dot-circle-o {
  color: #304184;
  padding-right: 5px;
}

/* line 86, ../scss/modules/_fullPage.scss */
.find-search {
  background: #bc262c;
  margin: 4em 0em 4em 0em;
  padding: 2.5em 16em;
  border-radius: 4px;
  overflow: hidden;
}
/* line 93, ../scss/modules/_fullPage.scss */
.find-search .btn-default {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
/* line 100, ../scss/modules/_fullPage.scss */
.find-search .form-control {
    background: #991a1f;
    border: none;
    color: #fff;
    width: 47%;
    display: inline-block;
    margin-right: 10px;
}
/* line 106, ../scss/modules/_fullPage.scss */
.find-search h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin: 5px;
}
/* line 112, ../scss/modules/_fullPage.scss */
.find-search h4 .fa {
  margin-right: 5px;
}

/* line 118, ../scss/modules/_fullPage.scss */
.wp-caption-text {
  margin-bottom: 0 !important;
  line-height: 2;
}

/* line 124, ../scss/modules/_fullPage.scss */
.top-menu-icon {
  position: relative;
  display: block;
  top: 30px;
  text-decoration: none;
  color: #fff !important;
}
/* line 130, ../scss/modules/_fullPage.scss */
.top-menu-icon .fa {
  font-size: 25px;
  padding-right: 10px;
}
/* line 135, ../scss/modules/_fullPage.scss */
.top-menu-icon span {
  text-transform: uppercase;
  position: relative;
  top: -4px;
}

/* line 143, ../scss/modules/_fullPage.scss */
#menu-huvudmeny-2 .menu {
  list-style: outside none none;
  display: table;
  margin: 45px auto auto;
  padding-bottom: 10px;
}
/* line 149, ../scss/modules/_fullPage.scss */
#menu-huvudmeny-2 .menu .current-menu-item a {
  background: #304184;
  color: #fff;
  border-color: #304184;
}

/* line 157, ../scss/modules/_fullPage.scss */
#menu-huvudmeny-1 .menu li {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}
/* line 162, ../scss/modules/_fullPage.scss */
#menu-huvudmeny-1 .menu li a {
  text-decoration: none;
  border: 3px solid #304184;
  color: #304184;
  font-weight: 800;
  padding: 14px 25px;
  text-transform: uppercase;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}
/* line 174, ../scss/modules/_fullPage.scss */
#menu-huvudmeny-1 .menu li a:hover {
  background: #304184;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4;
}
/* line 183, ../scss/modules/_fullPage.scss */
#menu-huvudmeny-1 .menu li a:after {
  content: "";
  width: 42px;
  height: 3px;
  background: none repeat scroll 0% 0% #304184;
  position: absolute;
  right: -44px;
  top: 21px;
}

/* line 195, ../scss/modules/_fullPage.scss */
#menu-huvudmeny-1 > li:last-child > a:after {
  content: "";
  width: 0px;
}

/* line 201, ../scss/modules/_fullPage.scss */
.home #menu-item-105 > a {
  background: #900e3a;
  color: #fff;
  border-color: #900e3a;
}

/* line 207, ../scss/modules/_fullPage.scss */
#menu-item-1793 a {
  font-size: 11px !important;
  text-transform: inherit;
  margin-top: 3px;
}

/* line 213, ../scss/modules/_fullPage.scss */
#menu-item-1793 a i {
  font-size: 19px;
  position: relative;
  top: 3px;
  padding-right: 6px;
  color: #47639e;
}

/* line 221, ../scss/modules/_fullPage.scss */
.top-image {
  overflow: hidden;
}

/* line 225, ../scss/modules/_fullPage.scss */
.mdl-layout {
  overflow-x: inherit !important;
  overflow-y: inherit !important;
}

/* line 230, ../scss/modules/_fullPage.scss */
.page-content {
  padding: 2.5em 4em;
  background: #fff;
  margin-top: 2em;
}
/* line 236, ../scss/modules/_fullPage.scss */
.page-content p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-top: 20px;
  color: #444444;
  margin-bottom: 20px;
}
/* line 245, ../scss/modules/_fullPage.scss */
.page-content h1 {
  font-weight: 800;
  margin-top: 1em;
  margin-bottom: 0.4em !important;
  position: relative;
  margin-bottom: 0;
}
/* line 254, ../scss/modules/_fullPage.scss */
.home .page-content h2 {
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 0;
}

.page-content h2 {
  font-size: 34px;
  font-weight: 800;
  padding-bottom: 20px;
  position: relative;
}
/* line 263, ../scss/modules/_fullPage.scss */
.page-content h4 {
  font-weight: 400;
  margin-top: 30px;
  font-size: 3rem;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}
/* line 271, ../scss/modules/_fullPage.scss */
.page-content em {
  font-size: 1.5rem;
}

/* line 276, ../scss/modules/_fullPage.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #304184;
}
/* line 282, ../scss/modules/_fullPage.scss */
blockquote p {
  font-weight: 600 !important;
}

/* line 287, ../scss/modules/_fullPage.scss */
blockquote:after,
blockquote:before {
  content: '';
}

/* line 292, ../scss/modules/_fullPage.scss */
.residence-infobox {
  border: 3px solid #304184;
  z-index: 9999;
}

/* line 297, ../scss/modules/_fullPage.scss */
.navbar-nav {
  margin-top: 26px;
}

/* line 301, ../scss/modules/_fullPage.scss */
.button-group {
  margin-bottom: 5em;
}

/* line 305, ../scss/modules/_fullPage.scss */
.breadcrumbs .fa {
  padding: 0 10px 0 10px;
}

/* line 309, ../scss/modules/_fullPage.scss */
.gallery-item {
  display: inline-block;
  margin-right: 2.2em;
}

/* line 314, ../scss/modules/_fullPage.scss */
.mdl-layout__container {
  position: relative;
}

/* line 318, ../scss/modules/_fullPage.scss */
.project-image img {
  max-width: 100%;
  max-height: 335px;
}

/* line 323, ../scss/modules/_fullPage.scss */
.thumb-home {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding-bottom: 10px;
  float: left;
  margin-top: 20px;
  background: #ececec;
}

/* line 333, ../scss/modules/_fullPage.scss */
.image-thumb {
  position: relative;
  width: 100%;
  float: left;
}

/* line 339, ../scss/modules/_fullPage.scss */
.thumb-paragraph {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  z-index: 999;
}
/* line 345, ../scss/modules/_fullPage.scss */
.thumb-paragraph h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 15px;
  float: left;
  letter-spacing: 0.5px;
  width: 100%;
}
/* line 354, ../scss/modules/_fullPage.scss */
.thumb-paragraph p {
  font-size: 1.8rem;
  font-weight: 300;
}

/* line 360, ../scss/modules/_fullPage.scss */
.status-close {
  position: absolute;
  top: 6%;
  z-index: 1;
  background-color: #900e3a;
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  left: 12px;
  font-weight: 800;
  padding: 0.4em 0.7em;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* line 375, ../scss/modules/_fullPage.scss */
.status-open {
  position: absolute;
  top: 6%;
  z-index: 1;
  background-color: #88CC28;
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  left: 12px;
  font-weight: 800;
  padding: 0.4em 0.7em;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* line 390, ../scss/modules/_fullPage.scss */
.separator-block {
  border-bottom: 1px solid #ececec;
  margin: 3em 0 2em 0;
  position: relative;
}

/* line 396, ../scss/modules/_fullPage.scss */
.separator-block > div {
  position: absolute;
  bottom: -12px;
  font-size: 13px;
  text-align: center;
  width: 100%;
}

/* line 404, ../scss/modules/_fullPage.scss */
.separator-block > div > div {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  line-height: 2em;
}

/* line 411, ../scss/modules/_fullPage.scss */
area {
  cursor: pointer;
}

/* line 416, ../scss/modules/_fullPage.scss */
.home-data span {
  font-weight: 600;
}
/* line 420, ../scss/modules/_fullPage.scss */
.home-data p {
  margin: 0 0 0.5em !important;
}
/* line 424, ../scss/modules/_fullPage.scss */
.home-data i {
  color: #fdc300;
  padding: 0 0.5em;
}
/* line 429, ../scss/modules/_fullPage.scss */
.home-data ul li {
  display: inline-block;
}
/* line 433, ../scss/modules/_fullPage.scss */
.home-data ul > li:nth-child(1) > i {
  padding-left: 0;
}

/* line 438, ../scss/modules/_fullPage.scss */
.personal-block {
  background-color: #444;
  padding: 1.5em 0em;
  overflow: hidden;
}
/* line 443, ../scss/modules/_fullPage.scss */
.personal-block img {
  margin: auto;
  display: block;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
}
/* line 453, ../scss/modules/_fullPage.scss */
.personal-block i {
  padding-right: 15px;
}
/* line 457, ../scss/modules/_fullPage.scss */
.personal-block a {
  text-decoration: underline;
}
/* line 461, ../scss/modules/_fullPage.scss */
.personal-block span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* line 470, ../scss/modules/_fullPage.scss */
.button-group .contact-btn-left {
  border: 2px solid #000;
  border-radius: 35px;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 22px;
  margin-right: 20px;
  margin-bottom: 10px;
}
/* line 480, ../scss/modules/_fullPage.scss */
.button-group .btn-default {
  color: #000;
  background-color: #ffffff;
}

/* line 488, ../scss/modules/_fullPage.scss */
.wpcf7 .btn-default {
  border: 2px solid #328500;
  color: #328500;
  border-radius: 35px;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 22px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
/* line 500, ../scss/modules/_fullPage.scss */
.wpcf7 .btn-default:hover {
  border: 2px solid #328500;
  color: #fff;
  background: #328500;
}

/* line 507, ../scss/modules/_fullPage.scss */
.thumb-main {
  border: 2px solid #FFF;
  margin: 0px auto;
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
}

/* line 517, ../scss/modules/_fullPage.scss */
.half-circle {
  height: 36px;
  width: 92px;
  border-radius: 50% 50% 0px 0px / 100% 100% 0px 0px;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0px;
  left: 39%;
  z-index: 999;
}

/* line 528, ../scss/modules/_fullPage.scss */
.half-circle i {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 2rem;
}

/* line 536, ../scss/modules/_fullPage.scss */
.half-circle:hover {
  background: rgba(144, 14, 58, 0.7);
}

/* line 540, ../scss/modules/_fullPage.scss */
.white-block {
  background: #fff !important;
  text-align: center;
}

/* line 545, ../scss/modules/_fullPage.scss */
.acf-map {
  width: 100%;
  height: 400px;
  margin: 0 0 1em 0;
}

/* line 551, ../scss/modules/_fullPage.scss */
.afc-map img {
  max-width: none !important;
}

/* line 555, ../scss/modules/_fullPage.scss */
.gm-style img {
  max-width: none !important;
}

/* line 559, ../scss/modules/_fullPage.scss */
.article-header {
  background-color: #f8f8f8;
  padding: 1em 1em;
}

/* line 564, ../scss/modules/_fullPage.scss */
.form-group {
  margin-bottom: 15px;
  padding: 0 15px 0 0;
  overflow: hidden;
}

/* line 569, ../scss/modules/_fullPage.scss */
.inner-sidebar {
  text-align: center;
  background: #f4f4f4;
  padding: 4em;
}


/* line 580, ../scss/modules/_fullPage.scss */
.page-template-page-area-php footer {
  margin-top: 0;
}

/* line 584, ../scss/modules/_fullPage.scss */
.page-template-page-area-php #content {
  padding-bottom: 0;
}

/* line 588, ../scss/modules/_fullPage.scss */
.page-template-page-area-php .acf-map {
  margin-bottom: 0;
}

/* ==========================================================================
To top
========================================================================== */
/* line 595, ../scss/modules/_fullPage.scss */
.to-top .to-top-wrap {
  height: 72px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

/* line 602, ../scss/modules/_fullPage.scss */
.to-top .to-top-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #304184;
}

/* line 608, ../scss/modules/_fullPage.scss */
.to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
  background-color: #304184;
}

/* line 610, ../scss/modules/_fullPage.scss */
.to-top .to-top-wrap i {
  font-size: 30px;
  line-height: 70px;
}

/* line 613, ../scss/modules/_fullPage.scss */
.to-top .row {
  position: relative;
}

/* ==========================================================================
Footer
========================================================================== */
/* line 620, ../scss/modules/_fullPage.scss */
.top-footer {
  background: #fff;
  padding: 1.5em 0;
}
/* line 624, ../scss/modules/_fullPage.scss */
.top-footer h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 2.6rem;
  color: #666;
}
/* line 631, ../scss/modules/_fullPage.scss */
.top-footer h2 span {
  font-weight: 600;
}

/* line 637, ../scss/modules/_fullPage.scss */
.inner-footer {
  background: #444;
}
/* line 640, ../scss/modules/_fullPage.scss */
.inner-footer h2 {
  color: #eaeaea;
  font-size: 3rem;
}
/* line 645, ../scss/modules/_fullPage.scss */
.inner-footer a {
  color: #eaeaea;
}

/* line 651, ../scss/modules/_fullPage.scss */
footer {
  position: relative;
  margin-top: 5em;
}

/* line 655, ../scss/modules/_fullPage.scss */
footer p, footer span {
  color: #333;
  font-size: 1.6rem;
  padding-right: 20px;
  display: block;
  line-height: 1.7;
}

/* line 662, ../scss/modules/_fullPage.scss */
footer a {
  color: #333;
  font-weight: 300;
}

/* line 666, ../scss/modules/_fullPage.scss */
footer ul.footer-group {
  border-top: solid 1px #4E566C;
  padding-top: 25px;
  margin-bottom: 45px;
}

/* line 670, ../scss/modules/_fullPage.scss */
footer ul.footer-group li {
  display: inline-block;
}

/* line 672, ../scss/modules/_fullPage.scss */
footer ul.footer-group li a {
  font-size: 13px;
  text-transform: uppercase;
}

/* line 675, ../scss/modules/_fullPage.scss */
footer ul.footer-group li a:hover {
  color: #FF5274;
}

/* line 677, ../scss/modules/_fullPage.scss */
footer ul.footer-group li {
  margin-right: 30px;
}

/* line 679, ../scss/modules/_fullPage.scss */
footer ul.footer-group li:last-child {
  margin-right: 0;
}

/* line 681, ../scss/modules/_fullPage.scss */
footer span.fa-heart {
  color: #ff415c;
  font-size: 15px;
  margin: 0 2px;
}

/* line 685, ../scss/modules/_fullPage.scss */
footer .social-share p {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 689, ../scss/modules/_fullPage.scss */
footer .social-share a.twitter-share {
  height: 60px;
  width: 60px;
  background-color: #1AB4EF;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

/* line 698, ../scss/modules/_fullPage.scss */
footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
  background-color: #1590BF;
}

/* line 700, ../scss/modules/_fullPage.scss */
footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
  background-color: #324C85;
}

/* line 702, ../scss/modules/_fullPage.scss */
footer .social-share a.facebook-share {
  height: 60px;
  width: 60px;
  background-color: #3B5898;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
}

/* line 710, ../scss/modules/_fullPage.scss */
footer .social-share a {
  color: #fff;
}

/* line 712, ../scss/modules/_fullPage.scss */
footer .social-share a:hover {
  color: #fff;
}

/* line 714, ../scss/modules/_fullPage.scss */
footer .social-share a i {
  margin-top: 20px;
}

/* line 716, ../scss/modules/_fullPage.scss */
footer .footer-links {
  margin: 2% 0;
}

/* line 720, ../scss/modules/_fullPage.scss */
address {
  font-style: normal;
  line-height: 1.42857143;
  margin: 1.7em 0;
}

/* line 726, ../scss/modules/_fullPage.scss */
.footer-logo img {
  width: 200px;
  margin: 50px auto;
  display: block;
}

@media (max-width: 767px) {
  /* line 737, ../scss/modules/_fullPage.scss */
  .navbar-default {
    display: none;
  }

  .page-content {
    padding: 2.5em 1em;
    background: #fff;
    margin-top: 2em;
}

h1, .h1 {
    font-size: 30px !important;
    line-height: 3.333em !important;
        word-break: break-word;
}

#post-15809 > div > section > div.row > div > div.pull-right{
  float: none !important;
}

.find-search .form-control {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}

.input-group-btn .btn-default,
.input-group-btn{
  display: inline-block;
  width: 100%;
}

.page-content h2{
  font-size: 28px;
  }

.top-footer > div > h2{
    font-size: 0;
  }

.to-top-wrap{
  display: none;
}

  .wpcf7-submit{
    width: 100%;
  }


  .top-menu-icon {
    top: 15px !important;
    float: right !important;
    padding-right: 10px !important;
}


  /* line 741, ../scss/modules/_fullPage.scss */
  .start-page-search {
    padding: 2em !important;
  }

  /* line 745, ../scss/modules/_fullPage.scss */
  h5, .h5 {
    font-size: 1.9rem !important;
    line-height: 1.7 !important;
    margin-bottom: 2em !important;
  }

  /* line 751, ../scss/modules/_fullPage.scss */
  .btn-call {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0.4em;
    border-bottom: 2px #1d2750;
    font-size: 1.4rem !important;
  }
  /* line 759, ../scss/modules/_fullPage.scss */
  .btn-call .open-home {
    font-size: 1.2rem;
    padding: 0 2em;
    float: right;
    margin-top: 6px;
  }
  /* line 765, ../scss/modules/_fullPage.scss */
  .btn-call .open-home .fa {
    padding-right: 0.4em;
    color: #7cf35b;
  }
  /* line 771, ../scss/modules/_fullPage.scss */
  .btn-call .close-home {
    font-size: 1.2rem;
    padding: 0 2em;
    float: right;
    margin-top: 6px;
  }
  /* line 777, ../scss/modules/_fullPage.scss */
  .btn-call .close-home .fa {
    padding-right: 0.4em;
    color: #db5800;
  }

  /* line 784, ../scss/modules/_fullPage.scss */
  .desktop {
    display: none;
  }

  /* line 788, ../scss/modules/_fullPage.scss */
  .start-page-top {
    padding: 9em 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 4em;
  }

  /* line 799, ../scss/modules/_fullPage.scss */
  .mdl-layout__drawer-button {
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px;
  }

  /* line 806, ../scss/modules/_fullPage.scss */
  .start-page-top {
    background-size: 100%;
  }

  /* line 810, ../scss/modules/_fullPage.scss */
  .nav li a {
    color: #304184;
  }

  /* line 814, ../scss/modules/_fullPage.scss */
  .menu li a {
    width: 100%;
    display: block;
  }

  /* line 819, ../scss/modules/_fullPage.scss */
  .menu li {
    float: none;
    margin: 0 0 10px 0;
  }

  /* line 825, ../scss/modules/_fullPage.scss */
  .menu > li > a:after {
    content: "";
    width: 0px;
  }

  /* line 830, ../scss/modules/_fullPage.scss */
.logo {
    position: relative;
    width: 142px;
    display: block;
    float: left;
    margin: 15px;
}

  .top-menu-icon span{
    display: none;
  }

  /* line 837, ../scss/modules/_fullPage.scss */
  .new-inner-box {
    margin: 20px 0;
  }

  /* line 842, ../scss/modules/_fullPage.scss */
  .find-search {
    background: #bc262c;
    margin: 0;
    padding: 4em 0 6em 0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4em;
  }
  /* line 849, ../scss/modules/_fullPage.scss */
  .find-search h4 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 5px;
    text-align: center;
    margin-bottom: 15px;
  }

  /* line 859, ../scss/modules/_fullPage.scss */
  .top-footer h2 {
    font-size: 1.6rem;
  }

  /* line 863, ../scss/modules/_fullPage.scss */
  .to-top .to-top-wrap a {
    display: none;
  }

  /* line 867, ../scss/modules/_fullPage.scss */
  .mdl-layout__drawer > .mdl-layout-title {
    margin-bottom: 0 !important;
  }

  /* line 871, ../scss/modules/_fullPage.scss */
  .article-header {

  }

  /* line 875, ../scss/modules/_fullPage.scss */
  .fullwidthbanner-container {
    margin-bottom: 2em;
    overflow: hidden;
  }

  /* line 881, ../scss/modules/_fullPage.scss */
  .mdl-layout__drawer-button {
    margin: 0;
    color: #304184;
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 0 15px;
  }

  /* line 890, ../scss/modules/_fullPage.scss */
  .mdl-layout__drawer.is-visible {
    z-index: 9999;
    border: none;
    background: #fff;
  }

  /* line 896, ../scss/modules/_fullPage.scss */
  .form-group {
    margin-bottom: 15px;
    padding: 0;
  }

  /* line 901, ../scss/modules/_fullPage.scss */
  .personal-block {
    padding: 3em 0em;
    margin-bottom: 2.5em;
    text-align: center;
  }

  /* line 907, ../scss/modules/_fullPage.scss */
  .mdl-layout__drawer.is-visible ~ .mdl-layout__obfuscator {
    z-index: 9998;
  }

  /* line 911, ../scss/modules/_fullPage.scss */
  .button-group .btn-default,
  .wpcf7 .btn-default {
    width: 100%;
  }

  /* line 916, ../scss/modules/_fullPage.scss */
  .project-image img {
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  /* line 922, ../scss/modules/_fullPage.scss */
  .home-top-banner {
    height: 220px;
  }

  /* line 926, ../scss/modules/_fullPage.scss */
  .breadcrumbs {
    font-size: 12px;
    margin-left: 0;
  }

  /* line 932, ../scss/modules/_fullPage.scss */


  /* line 936, ../scss/modules/_fullPage.scss */
  .mdl-layout__drawer > .mdl-layout-title {
    margin-bottom: 24px;
  }

  /* line 940, ../scss/modules/_fullPage.scss */
  .blue-block p {
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4;
  }
}


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

.logo{
  float: left !important;
  margin:2em 0 !important;
}

a.top-menu-icon {
    float: right !important;
    top: 25px !important;
    padding: 10px !important;

}

.find-search .form-control {
    width: 100% !important;
    display: block !important;
    margin-bottom: 1em !important;
}

.input-group-btn .btn-default,
.input-group-btn{
  display: inline-block !important;
  width: 100% !important;
}

.find-search {
    margin: 4em 0em 4em 0em !important;
    padding: 1.5em 1em !important;
    border-radius: 4px;
    overflow: hidden;
}

}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 953, ../scss/modules/_fullPage.scss */
  .navbar-header {
    width: 100%;
  }

 .phone-number{
    display: none !important;
  }


  .find-search h4{
    margin-bottom: 20px !important;
  }

  /* line 957, ../scss/modules/_fullPage.scss */
  .new-inner-box {
    padding: 4em 6em 0.5em;
    background: #fff;
    min-height: 240px;
    margin-bottom: 2.5em;
  }

  /* line 964, ../scss/modules/_fullPage.scss */
  .button-group .btn-default {
    width: 100%;
  }

  /* line 968, ../scss/modules/_fullPage.scss */
  .project-image img {
    max-width: 100%;
    height: auto;
  }

  /* line 973, ../scss/modules/_fullPage.scss */
  .nav li {
    margin: 1.5em 0 1.2em !important;
  }

  /* line 977, ../scss/modules/_fullPage.scss */
  nav li a {
    padding: 1.6em 0.9em !important;
    font-size: 1.4rem !important;
  }

  /* line 983, ../scss/modules/_fullPage.scss */
  nav {
    float: none !important;
    max-width: 656px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }

  /* line 992, ../scss/modules/_fullPage.scss */
  .logo {
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
    width: 300px;
    margin-top: 1em;
  }

  /* line 1002, ../scss/modules/_fullPage.scss */
  .social-bar {
    margin: 40px 0 0 24px;
  }

  /* line 1006, ../scss/modules/_fullPage.scss */
  .news-block img {
    width: 100%;
  }

  /* line 1010, ../scss/modules/_fullPage.scss */
  footer p, footer span {
    font-size: 1.4rem;
  }

  /* line 1014, ../scss/modules/_fullPage.scss */
  .products .products-img-wrap .overlay {
    top: 38%;
  }

  /* line 1018, ../scss/modules/_fullPage.scss */
  .products .products-img-wrap .overlay p {
    color: #333;
    font-size: 1.4rem;
    white-space: pre-line;
    word-wrap: break-word;
  }

  /* line 1025, ../scss/modules/_fullPage.scss */
  .search-form.close {
    float: right;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-size: 100%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: index Styles
******************************************************************/
/* line 9, ../scss/modules/index.scss */
.start-page-search {
  position: absolute;
  padding: 0 24px 0;
  background-color: #304184;
  color: #fff;
  text-align: center;
  bottom: 0;
  width: 100%;
}
/* line 19, ../scss/modules/index.scss */
.start-page-search h2 {
  font-size: 4.5rem;
  margin-bottom: 0.2em;
}
/* line 24, ../scss/modules/index.scss */
.start-page-search h3 {
  font-size: 3rem;
  font-weight: 300;
  margin-top: 0;
}

/* line 31, ../scss/modules/index.scss */
.start-page__top--inner {
  padding-top: 26em;
}

/* line 35, ../scss/modules/index.scss */
.home-area {
  padding: 4em 0;
}


.fa-angle-down{
	padding-left: 5px;
}

/* line 39, ../scss/modules/index.scss */
.new-inner-box {
    height: auto;
    max-height: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
    transition: all .5s;
    border: 2px solid #304184;
    color: #304184;
    text-transform: uppercase;
    padding: 4em 2em 1.5em;
    background: #fff;
}
/* line 45, ../scss/modules/index.scss */
.new-inner-box h3 {
  margin-top: 0;
  font-size: 1.7rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
/* line 53, ../scss/modules/index.scss */
.new-inner-box p {
  font-weight: 300;
  font-size: 1.7rem;
}

/* line 59, ../scss/modules/index.scss */
.rate-block {
  text-align: center;
}
/* line 62, ../scss/modules/index.scss */
.rate-block .icon-star-full {
  font-size: 2rem;
  padding-left: 5px;
  color: #fdc300;
}
/* line 68, ../scss/modules/index.scss */
.rate-block h3 {
  text-align: left;
  color: #666;
  padding-bottom: 0.2em;
  font-size: 3rem;
  margin-top: 2em;
}
/* line 76, ../scss/modules/index.scss */
.rate-block hr {
  width: 30px;
  height: 3px;
  background: #fdc300;
  margin: 15px auto;
  border: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: index Styles
******************************************************************/
/* line 9, ../scss/modules/buttons.scss */
.btn-call {
  background: #222f5f;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
  margin: 1em 0;
}
/* line 17, ../scss/modules/buttons.scss */
.btn-call:hover, .btn-call:focus {
  background: #1d2750;
  color: #fff;
  text-decoration: none;
}
/* line 23, ../scss/modules/buttons.scss */
.btn-call:visited {
  color: #fff;
}

/* line 28, ../scss/modules/buttons.scss */
.btn-orginal {
  background: #222f5f;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  margin: 1em 0;
}
/* line 36, ../scss/modules/buttons.scss */
.btn-orginal:hover, .btn-orginal:focus, .btn-orginal:visited {
  background: #1d2750 !important;
  color: #fff !important;
  text-decoration: none;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/breakpoints/_base.scss */
body {
  font-family: "Signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 120%;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  /*background: url("http://enkle.re/mtf-transport/wp-content/uploads/2016/01/02.jpg") no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 33, ../scss/breakpoints/_base.scss */
.navbar-header {
  width: 100%;
}

/* line 37, ../scss/breakpoints/_base.scss */
.home #content,
.page-template-page-verdt #content {
  padding-bottom: 0;
  background: transparent;
}

/* line 43, ../scss/breakpoints/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 48, ../scss/breakpoints/_base.scss */
#content {
  background: transparent;
  min-height: 500px;
}

/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 94, ../scss/breakpoints/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 103, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: inherit;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 107, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #7a7a7a;
}
/* line 117, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 131, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 140, ../scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 145, ../scss/breakpoints/_base.scss */
h1, .h1 {
  font-size: 3.5em;
  line-height: 1.333em;
}

/* line 150, ../scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 156, ../scss/breakpoints/_base.scss */
h3, .h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
}

/* line 160, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 165, ../scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 1.9rem;
  line-height: 2.09em;
  margin: 0;
}

/*********************
HEADER STYLES
*********************/
/* line 175, ../scss/breakpoints/_base.scss */
.header {
  background-color: #c7deef;
  display: none;
}

/* line 180, ../scss/breakpoints/_base.scss */
#logo {
  margin: 0.75em 0;
}
/* line 183, ../scss/breakpoints/_base.scss */
#logo a {
  color: #fff;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 200, ../scss/breakpoints/_base.scss */
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 204, ../scss/breakpoints/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 206, ../scss/breakpoints/_base.scss */
.nav li a {
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 235, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 281, ../scss/breakpoints/_base.scss */
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* line 288, ../scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0.6em 0;
  font-size: 4.3rem;
  color: #000000;
  font-weight: 300;
}

/* line 297, ../scss/breakpoints/_base.scss */
.area-title {
  font-size: 1.8rem;
  font-style: italic;
  margin: 0;
  padding: 0px;
  margin-bottom: 0.7em;
  margin-top: 0;
  color: #000;
  font-weight: 500;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 327, ../scss/breakpoints/_base.scss */
.byline {
  color: #333;
  font-style: italic;
  margin: 0;
}

/* line 335, ../scss/breakpoints/_base.scss */
.breadcrumbs {
  font-size: 1.6rem;
}

/* entry content */
/* line 340, ../scss/breakpoints/_base.scss */
#content {
  padding: 0 0 2.2em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 343, ../scss/breakpoints/_base.scss */
#content p {
  margin: 0 0 1.5em;
  font-size: 1.6rem;
  font-weight: 300;
}
/* line 370, ../scss/breakpoints/_base.scss */
#content table {
  width: 100%;
  margin-bottom: 1.5em;
}
/* line 374, ../scss/breakpoints/_base.scss */
#content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 385, ../scss/breakpoints/_base.scss */
#content tr:nth-child(even) {
  background-color: #f8f8f8;
}
/* line 390, ../scss/breakpoints/_base.scss */
#content td {
  padding: 7px;
}
/* line 393, ../scss/breakpoints/_base.scss */
#content td:last-child {
  border-right: 0;
}
/* line 398, ../scss/breakpoints/_base.scss */
#content th {
  background-color: #f8f8f8;
}
/* line 401, ../scss/breakpoints/_base.scss */
#content th:last-child {
  border-right: 0;
}
/* line 406, ../scss/breakpoints/_base.scss */
#content blockquote {
  margin: 0 0 0 0.75em;
  padding: 0 0 0 2.75em;
  border-left: 3px solid #304184;
  font-style: italic;
  color: #333;
}
/* line 413, ../scss/breakpoints/_base.scss */
#content blockquote p {
  padding-top: 36px;
}
/* line 420, ../scss/breakpoints/_base.scss */
#content blockquote h4 {
  padding: 0.5em 0;
}
/* line 430, ../scss/breakpoints/_base.scss */
#content dd {
  margin-left: 0;
  font-size: 1.5rem;
  color: #787878;
  margin-bottom: 1.5em;
  text-align: center;
}
/* line 438, ../scss/breakpoints/_base.scss */
#content img {
  max-width: 100%;
  height: auto;
}
/* line 453, ../scss/breakpoints/_base.scss */
#content .size-auto,
#content .size-full,
#content .size-large,
#content .size-medium,
#content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 462, ../scss/breakpoints/_base.scss */
#content pre {
  background: #000000;
  color: #f8f8f8;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 473, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 479, ../scss/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 485, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 519, ../scss/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 527, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 531, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 534, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 543, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #333;
}
/* line 552, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #c7deef;
}
/* line 564, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #c7deef;
  color: #fff;
}
/* line 570, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #000;
}
/* line 574, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #000;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 587, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 591, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 602, ../scss/breakpoints/_base.scss */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f8f8;
  /* number of comments span */
}

/* line 622, ../scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 627, ../scss/breakpoints/_base.scss */
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f8f8;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 634, ../scss/breakpoints/_base.scss */
.comment .comment-author {
  padding: 7px;
  border: 0;
}
/* line 640, ../scss/breakpoints/_base.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 643, ../scss/breakpoints/_base.scss */
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 651, ../scss/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
/* line 656, ../scss/breakpoints/_base.scss */
.comment .vcard time a {
  color: #333;
  text-decoration: none;
}
/* line 660, ../scss/breakpoints/_base.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 670, ../scss/breakpoints/_base.scss */
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
/* line 678, ../scss/breakpoints/_base.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 682, ../scss/breakpoints/_base.scss */
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 700, ../scss/breakpoints/_base.scss */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 704, ../scss/breakpoints/_base.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 709, ../scss/breakpoints/_base.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 722, ../scss/breakpoints/_base.scss */
.comment.odd {
  background-color: #fff;
}
/* line 725, ../scss/breakpoints/_base.scss */
.comment.even {
  background: #f8f8f8;
}

/* comment meta */
/* comment content */
/* line 759, ../scss/breakpoints/_base.scss */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 778, ../scss/breakpoints/_base.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 791, ../scss/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f8f8;
}

/* line 797, ../scss/breakpoints/_base.scss */
#reply-title {
  margin: 0;
}

/* line 801, ../scss/breakpoints/_base.scss */
.logged-in-as {
  color: #333;
  font-style: italic;
  margin: 0;
}
/* line 806, ../scss/breakpoints/_base.scss */
.logged-in-as a {
  color: #000;
}

/* line 811, ../scss/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

/* line 815, ../scss/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f8f8;
  font-size: 0.9em;
}

/* comment submit button */
/* line 822, ../scss/breakpoints/_base.scss */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
/* line 828, ../scss/breakpoints/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 841, ../scss/breakpoints/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 846, ../scss/breakpoints/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 862, ../scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/* line 879, ../scss/breakpoints/_base.scss */
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
/* line 892, ../scss/breakpoints/_base.scss */
.footer {
  display: none;
  clear: both;
  background-color: #000000;
  color: #f8f8f8;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 33, ../scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 34, ../scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 35, ../scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 36, ../scss/breakpoints/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 81, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 85, ../scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 90, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 95, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/breakpoints/_768up.scss */
  .wrap {
    width: 760px;
  }

  .wpcf7-submit{
  width: 100%;
  font-size: 22px;
}

#wpcf7-f2105-p2106-o1 .form-group{
  overflow: hidden;
}

#wpcf7-f2105-p2106-o1 > form > div.row > div.col-md-4{
    background: #eee;
    padding: 30px 15px 0 30px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#wpcf7-f2105-p2106-o1 > form > div.row > div.col-md-8{
      padding: 30px 15px 101px 30px;
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
}

  /* line 30, ../scss/breakpoints/_768up.scss */
  .start-page-top {
    padding: 13em 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 -134px;
    background-repeat: no-repeat;
    position: relative;
  }

  /* line 40, ../scss/breakpoints/_768up.scss */
  .mobile {
    display: none;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 51, ../scss/breakpoints/_768up.scss */
  .mdl-layout__drawer-button {
    display: none;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 59, ../scss/breakpoints/_768up.scss */
  .mdl-layout {
    overflow-x: visible;
    overflow-y: visible;
  }

  /* line 64, ../scss/breakpoints/_768up.scss */
  nav {
    float: left;
  }

  /* line 68, ../scss/breakpoints/_768up.scss */
  .nav .menu-item:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 32%;
    background-color: #304184;
    width: 40%;
    height: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }

  /* line 81, ../scss/breakpoints/_768up.scss */
  .nav .menu-item:hover:before,
  .nav .current-menu-item:before {
    opacity: 1;
    left: 0;
    width: 100%;
  }

  /* line 89, ../scss/breakpoints/_768up.scss */
  .nav {
    border: 0;
    float: left;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 93, ../scss/breakpoints/_768up.scss */
  .nav ul {
    background: #000000;
    margin-top: 0;
  }
  /* line 98, ../scss/breakpoints/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    margin: 1.5em 0.9em;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 103, ../scss/breakpoints/_768up.scss */
  .nav li a {
    color: #000000;
    font-size: 1.5rem;
    font-family: "Signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5em 0;
  }
  /* line 112, ../scss/breakpoints/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    background: transparent;
    text-decoration: none;
    color: #7a7a7a;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  /* line 129, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu {
    position: relative;
    visibility: hidden;
  }
  /* line 133, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 29px;
    padding-right: 0.5em;
    position: absolute;
    top: -9px;
    left: 32px;
  }
  /* line 146, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 1px;
    border-top: 0;
    position: absolute;
    background: #c7deef;
    z-index: 8999;
    width: 5560px;
    border: 1px transparent;
    /* highlight sub-menu current page */
  }
  /* line 156, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    float: none;
    display: inline-block;
    vertical-align: top;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 161, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    padding: 0 15px;
    margin: 12px 0;
    border-right: 1px solid #fff;
  }
  /* line 169, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:hover,
  .nav li ul.children li a:focus {
    text-decoration: none;
    background: transparent;
  }
  /* line 182, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 192, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  /* line 207, ../scss/breakpoints/_768up.scss */
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 227, ../scss/breakpoints/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 231, ../scss/breakpoints/_768up.scss */
  .widgettitle {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  /* line 237, ../scss/breakpoints/_768up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 242, ../scss/breakpoints/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 250, ../scss/breakpoints/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 358, ../scss/breakpoints/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /* line 12, ../scss/breakpoints/_1030up.scss */
  .wrap {
    width: 1040px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /*
  
  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.
  
  */
}
