/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);   

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
   

}
body {
     font-family: 'Open Sans', sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/*

1) Common Css
2) header
3) slider
4) Service
5) contant
6) Gallery
7) Contant-2
8) testimonial
9) Submit
10) footer

*/

/*=========================
    1) Common Css Start
===========================*/

a, a:active, a:focus, a:active {color: #63a802; outline:none; text-decoration:none !important}
img {max-width:100%}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin:0 0 15px; font-family: 'Open Sans', sans-serif;}
.clearfix{clear: both}

:focus {
outline: 0;
}
a:hover {
    color:#000;
}
button:focus {
    outline: none;
}

    




input:focus{
    outline: none;   
}

/*=========================
     Common Css End
===========================*/

/*=========================
    parallex
===========================*/


.parallax {
    /* The image used */
    background-image: url("../img/trine-og-hans-joergen.jpg");

    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index:5;
}
.parallax-2 {
    /* The image used */
    background-image: url("../img/forest-road.jpg");

    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index:4;
}
.parallax-3 {
    /* The image used */
    background-image: url("../img/terapihave.jpg");

    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index:3;
}
.parallax-4 {
    /* The image used */
    background-image: url("../img/trine-vindue.jpg");

    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index:2;
}
.parallax-5 {
    /* The image used */
    background-image: url("../img/vindue.jpg");

    /* Set a specific height */
    min-height: 400px; 

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index:1;
}

@media (max-width:736px) {
  .parallax-5,
  .parallax-4,
  .parallax-3,
  .parallax-2,
  .parallax {
    background-attachment:initial;
  }
}

    



/*=========================
	2)header Start
===========================*/

#header{position:fixed; top:0; height:80px; padding: 15px 0px 15px; background-color:rgba(255,255,255,0.9); width: 100%; z-index: 2;}

#header .block-left{ }
#header .block-right{position: absolute; z-indez:2; top:15px; float:right;}
#header .block-right.contact-area{text-align: right; margin-top:  }
#header .block-right .contact-area .edit-button-0{margin-top:5px;letter-spacing:1px; background: #63a802; border: none;  color: #fff;  font-weight: 300; border-radius: 30px;padding: 10px 32px; display: inline-block; overflow: hidden; text-transform: uppercase;      -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
#header .block-right .contact-area .edit-button-0:hover{background: #000; color: #fff; border: none; cursor: pointer;}
#header .block-right .contact-area .edit-button-0:focus {outline: none;}


.nav-logo{font-weight:bold; font-size: 16px; text-align: center; position: fixed; left:50%; width:80px; margin-left: -40px; top:5px; z-index:9999;}
.nav-logo a {color:#000; z-index: 10;}
.navbar-collapse {width:100%;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}
.navbar-default{background: none; border: none; height:80px; }
.navbar-default .navbar-nav > li > a{ color:#000;font-family: 'Open Sans', sans-serif; font-weight: 300px; font-size: 12px; text-transform: uppercase;}

.navbar-default .navbar-nav > li > a.col-btn {margin-bottom:30px; margin-top:20px;letter-spacing:1px; background: #63a802; border: none;  color: #fff;  font-weight: 300; border-radius: 30px;padding: 10px 32px; display: inline-block; overflow: hidden; text-transform: uppercase;       -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.navbar-default .navbar-nav > li > a.col-btn:focus {
    outline:none;
}
.navbar-default .navbar-nav > li > .teaser {margin:20px 40px 0;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background: none; color:#3C3D42}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
   
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;

      
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        margin-top: 15px;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        width:100%;
        background: rgba(255,255,255,0.9);

    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 40px;
    }
    .collapse.in{
        display:block !important;
    }
}





/*=========================
	header close
===========================*/

/*=========================
    intro
===========================*/

.p-sm {
    text-align: center;
}


#intro{ padding: 80px 0px 100px;}
#intro .block-top{text-align: ;}
#intro .service-header{margin: 0px}
#intro .service-header h1{color:#636C6C; font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 300; margin-top:30px; line-height: 140%; }
#intro .service-header p{color:#4b4f4f; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 300; line-height: 24px}
#intro .service-header a i{font-size: 200px; line-height: 240px; color:#63a802;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 2s ease-in;
    transform: scale(1.0); 
}
#intro .service-header a i:hover {
    color:#3a7500;
      -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.2);  }
#intro ul li {color:#4b4f4f; font-weight: 300;}
#intro p.p-sm {font-size: 10px; font-style: italic;color:#4b4f4f; line-height: 120%; margin-top: 10px;}

/*=========================
	3) slider Start
===========================*/

#slider{max-height:550px; min-height:550px; margin-top:80px; background: url(../img/thj3.png) no-repeat; background-size: cover; background-position: top center; padding-bottom: 80px;padding-top: 60px;}
#slider .block{}
#slider .block h2{color: #000;font-family: 'Open Sans', sans-serif; font-weight: 700; margin:0px; font-size: 42px}
.slider-text-area{padding:0 60px;}
.sub-slider-text{margin: 0px; font-size: 44px; color:#000;font-family: 'Open Sans', sans-serif; font-weight: 300;line-height: 54px;}
.sub-slider-text-2{margin-top: 0px; font-size: 20px; color:#4b4f4f;font-family: 'Open Sans', sans-serif; font-weight: 300;line-height: 130%;}
.slider-p{margin: 0px;  font-size: 16px;padding-top: 40px}
.edit-button-1{background: #fff; border: none;  color: #000;  font-weight: 300; text-transform:uppercase; letter-spacing:1px; border-radius: 30px;padding: 10px 42px; display: inline-block; overflow: hidden; margin-top: 30px;       -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
.edit-button-1:hover{background: #000; color: #fff; border: none;}
#slider .p-sm {font-size: 10px; font-style: italic;color:#4b4f4f;}
#slider .subtitle {font-size: 14px; text-transform: uppercase; color:#4b4f4f; letter-spacing: 1px; padding-top: 5px; font-weight: 300; display:block;}

@media only screen and (max-width: 767px) {
    .slider-text-area{padding:0 30px;}
    .sub-slider-text-2 {background:rgba(255,255,255,0.9); padding:30px;}
    #slider .subtitle {padding-top: 0px; }
    #slider {background-position: 30% center;}
}

/*=========================
	  slider close
===========================*/

/*=========================
	4) Service Start
===========================*/

#service{ background:#f7f7f7;padding: 96px 0px;}
#service .block-top{text-align: center;}
#service .service-header{margin: 0 0 60px 0; }
#service .service-header h1{color:#63a802; font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 300; }
#service .service-header p{color:#4b4f4f; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 300; line-height: 24px}
#service .block-bottom h2 {margin-top: 60px; font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 300;}
#service h2, #service h3 {font-weight: 300}
#service .p-sm {font-size: 10px; font-style: italic;color:#4b4f4f; padding: 10px 0;}
#service .block-right img {margin-bottom: 20px}
#service .block-right p {color:#4b4f4f; margin:0px; }
#service .block-right p.name { margin:0px; color:#222; }

/*=========================
	  Service closes
===========================*/

/*=========================
	5) contant Start
===========================*/

#contant-1{background: #fff;padding: 80px 0px}
.block-left{}
.contant-1-text-area{padding-top: 80px}
.contant-1-head:after{background: #949C9C;
content: "";
height: 2px;
position: absolute;
width: 102px;}
.contant-1-head h1{ font-size: 36px;font-family: 'Open Sans', sans-serif; font-weight: 700;color: #5DCA88;}
.contant-1-text{padding-top: 40px}
.contant-1-text h2{color:#8C9494; font-size: 35px; font-family: 'Open Sans', sans-serif; font-weight: 400; padding-bottom: 25px}
.contant-1-text p{color:#ABB2B4; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; margin:0px;}
.edit-button-2{background: none; border: 3px solid #AAB2B5; border-radius: 30px; color: #636c6c;padding: 8px 50px;font-size: 21px;font-family: 'Raleway', sans-serif; font-weight: 700; margin-top: 50px}
.edit-button-2:hover{background: none;border: 3px solid #AAB2B5; color: #636c6c;}
#contant-1 .block-right{ text-align: center;}
#contant-1 .block-right-img{}
#contant-1 .block-bottom h2{margin-top:40px; color:#63a802; font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700;}
#contant-1  .service-header h1{ font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700; }
#contant-1  .service-header h1 span {color:#63a802;}
#contant-1  .service-header p{font-size: 24px; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 32px}

/*=========================
		contant close
===========================*/

/*=========================
	6) Gallery Start
===========================*/

#gallery{padding-top: 100px ; padding-bottom: 120px}
.block-top{}
.gallery-area{text-align: center;}
.gallery-area h1{font-size: 36px; color:#636C6C; font-family: 'Open Sans', sans-serif; font-weight: 700; margin: 0px; }
.gallery-area p{color: #4b4f4f; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; margin: 0px; padding-top:24px }
#gallery .block-bottom{text-align: center;padding-top: 50px;}
.gallery-list{}
.gallery-items{}
.gallery-img{}
.gallery-items-text{}
.gallery-items-text p{color: #9ea5a5; font-size: 14px; margin: 0; padding-top: 45px;font-family: 'Open Sans', sans-serif; font-weight: 400;}
#gallery .owl-carousel .owl-controls{left: 0; margin-top: -40px; position: absolute; text-align: left; top: 50%; 
width: 100%;}
#gallery .owl-carousel .owl-controls .owl-buttons{}
#gallery .owl-carousel .owl-controls .owl-buttons div{color: #9fa9a9;font-size: 50px; display: inline-block}
#gallery .owl-carousel .owl-controls .owl-buttons div.owl-prev{margin-left: 0px;}
#gallery .owl-carousel .owl-controls .owl-buttons div.owl-next{position: absolute;right: 0px;}
#gallery .owl-carousel .owl-controls .owl-buttons div i{}
#gallery .owl-carousel .owl-controls .owl-buttons div i.fa-angle-left{}
#gallery .owl-carousel .owl-controls .owl-buttons div i.fa-angle-right{}
#owl-demo .item{margin: 3px; padding: 30px;}
#owl-demo .item img{display: block;width: 100%;height: auto;}

/*=========================
	 Gallery close
===========================*/

/*=========================
	7) Contant-2 Start
===========================*/

#contant-2{background: #fff;padding: 80px 0px; font-family: 'Open Sans', sans-serif;}
#contant-2 .block-left{}
.contant-2-img{}
#contant-2 .block-right{}
#contant-2 .block-bottom{margin-top:50px; }
#contant-2 .block-bottom h4 {font-style: italic;}
.contant-2-text-area{padding-top: 102px;}
.contant-2-text-area:{}
.contant-2-header:after{background: #949C9C;
content: "";
height: 2px;
position: absolute;
width: 102px;}
.contant-2-header h1{font-size: 36px;font-family: 'Open Sans', sans-serif; font-weight: 700;color: #4b4f4f;}
.contant-2-text{padding-top: 40px}
.contant-2-text h2{color:#4b4f4f; font-size: 30px; font-family: 'Open Sans', sans-serif; font-weight: 300; }
.contant-2-text p{color:#4b4f4f; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; margin:0px;}
.edit-button-3{background: none; border: 3px solid #AAB2B5; border-radius: 30px; color: #636c6c;padding: 8px 50px;font-size: 21px;font-family: 'Raleway', sans-serif; font-weight: 700; margin-top: 50px}
.edit-button-3:hover{background: none;border: 3px solid #AAB2B5; color: #636c6c;}

#contant-2  .service-header h1{ font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-bottom: 40px; }
#contant-2  .service-header h1 span {color:#63a802;}
#contant-2  .service-header p{font-size: 24px; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 32px}

#contant-2 .block-bottom .edit-button-0{margin-top:25px;letter-spacing:1px; background: #63a802; border: none;  color: #fff;  font-weight: 300; border-radius: 30px;padding: 10px 22px; display: inline-block; overflow: hidden; text-transform: uppercase;      -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
#contant-2 .block-bottom .edit-button-0:hover{background: #000; color: #fff; border: none; cursor: pointer;}


#contant-2 ul {
  list-style-type: none;
  padding-left: 20px;
}

#contant-2 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px
}

#contant-2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: #3a7500;
}
#contant-2 p {
    margin:10px 0 0 0;
    font-weight: 300;
}
#contant-2 .p-sm {font-size: 10px; font-style: italic;color:#4b4f4f; padding: 10px 0;}

/*=========================
	 Contant-2 close
===========================*/


#contant-3{background: #f8f8f8;padding: 100px 0px; font-family: 'Open Sans', sans-serif;}
#contant-3 .block-left{}
.contant-3-img{}
#contant-3 .block-right{}
#contant-3 .block-bottom{margin-top:70px; }
#contant-3 .block-bottom h4 {font-style: italic;}
.contant-3-text-area{padding-top: 102px;}
.contant-3-text-area:{}
.contant-3-header:after{background: #949C9C;
content: "";
height: 2px;
position: absolute;
width: 102px;}
.contant-3-header h1{font-size: 36px;font-family: 'Open Sans', sans-serif; font-weight: 700;color: #5DCA88;}
.contant-3-text{padding-top: 40px}
.contant-3-text h2{color:#8C9494; font-size: 35px; font-family: 'Open Sans', sans-serif; font-weight: 400; padding-bottom: 25px}
.contant-3-text p{color:#ABB2B4; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; margin:0px;}
.edit-button-3{background: none; border: 3px solid #AAB2B5; border-radius: 30px; color: #636c6c;padding: 8px 50px;font-size: 21px;font-family: 'Raleway', sans-serif; font-weight: 700; margin-top: 50px}
.edit-button-3:hover{background: none;border: 3px solid #AAB2B5; color: #636c6c;}

#contant-3  .service-header h1{ font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-bottom: 40px; }
#contant-3  .service-header h1 span {color:#63a802;}
#contant-3  .service-header p{font-size: 24px; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 32px}

#contant-3 .block-bottom .edit-button-0{margin-top:-20px;letter-spacing:1px; background: #63a802; border: none;  color: #fff;  font-weight: 300; border-radius: 30px;padding: 10px 22px; display: inline-block; overflow: hidden; text-transform: uppercase;      -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
#contant-3 .block-bottom .edit-button-0:hover{background: #000; color: #fff; border: none; cursor: pointer;}
#contant-3 .block-bottom h2{color:#63a802; font-size: 32px; font-family: 'Open Sans', sans-serif; font-weight: 700; padding-bottom: 5px}
#contant-3 .block-bottom p {font-size:16px;margin-bottom: 30px;}
/*==========================*/

#contant-4{background: #f4fbe5;padding: 100px 0px; font-family: 'Open Sans', sans-serif;}
#contant-4 .block-left{}
.contant-4-img{}
#contant-4 .block-right{}
#contant-4 .block-bottom{margin-top:70px; }
#contant-4 .block-bottom h4 {font-style: italic;}
.contant-4-text-area{padding-top: 102px;}
.contant-4-text-area:{}
.contant-4-header:after{background: #949C9C;
content: "";
height: 2px;
position: absolute;
width: 102px;}
.contant-4-header h1{font-size: 36px;font-family: 'Open Sans', sans-serif; font-weight: 700;color: #5DCA88;}
.contant-4-text{padding-top: 40px}
.contant-4-text h2{color:#8C9494; font-size: 35px; font-family: 'Open Sans', sans-serif; font-weight: 400; padding-bottom: 25px}
.contant-4-text p{color:#ABB2B4; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; margin:0px;}
.edit-button-3{background: none; border: 3px solid #AAB2B5; border-radius: 30px; color: #636c6c;padding: 8px 50px;font-size: 21px;font-family: 'Raleway', sans-serif; font-weight: 700; margin-top: 50px}
.edit-button-3:hover{background: none;border: 3px solid #AAB2B5; color: #636c6c;}

#contant-4  .service-header h1{ font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-bottom: 40px; }
#contant-4  .service-header h1 span {color:#63a802;}
#contant-4  .service-header p{font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 24px}
#contant-4  .service-header p.price {font-size:24px; font-weight: 700;}

#contant-4 .block-bottom .edit-button-0{margin-top:-20px;letter-spacing:1px; background: #63a802; border: none;  color: #fff;  font-weight: 300; border-radius: 30px;padding: 10px 22px; display: inline-block; overflow: hidden; text-transform: uppercase;      -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
#contant-4 .block-bottom .edit-button-0:hover{background: #000; color: #fff; border: none; cursor: pointer;}
#contant-4 .block-bottom h2{font-size: 36px;font-family: 'Open Sans', sans-serif; font-weight: 700; padding-bottom: 5px}
#contant-4 .block-bottom p {font-size:16px;margin-bottom: 30px;}
#contant-4 .block-top .service-header h1 {color:#63a802;}

#contant-4 ul {
  list-style-type: none;
  padding-left: 20px;
}

#contant-4 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px
}

#contant-4 li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: #3a7500;
}

#contant-5{background: #fff;padding: 100px 0px 60px; font-family: 'Open Sans', sans-serif; overflow: visible;}
#contant-5 .block-left{}
.contant-5-img{}
#contant-5 .block-right{}
#contant-5 .block-bottom{margin-top:70px; }
#contant-5 .block-bottom h4 {font-style: italic;}
.contant-5-text-area{padding-top: 102px;}
.contant-5-text-area:{}
.contant-5-header:after{background: #949C9C;
content: "";
height: 2px;
position: absolute;
width: 102px;}
.contant-5 table {font-family: 'Open Sans', sans-serif;}
.contant-5 td, .contant-5 td h5  {font-size:11px;}
.contant-5 table td:nth-child(3) {text-align: right}
.contant-5-header h1{font-size: 36px;font-family: 'Open Sans', sans-serif; font-weight: 700;color: #5DCA88;}
.contant-5-text{padding-top: 40px}
.contant-5-text h2{color:#8C9494; font-size: 35px; font-family: 'Open Sans', sans-serif; font-weight: 400; padding-bottom: 25px}
.contant-5-text p{color:#ABB2B4; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; margin:0px;}
.edit-button-3{background: none; border: 3px solid #AAB2B5; border-radius: 30px; color: #636c6c;padding: 8px 50px;font-size: 21px;font-family: 'Raleway', sans-serif; font-weight: 700; margin-top: 50px}
.edit-button-3:hover{background: none;border: 3px solid #AAB2B5; color: #636c6c;}

#contant-5  .service-header h1{ font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-bottom: 20px; }
#contant-5  .service-header h1 span {color:#63a802;}
#contant-5  .service-header p{font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 24px}
#contant-5  .service-header p.price {font-size:24px; font-weight: 700;}

#contant-5 .block-bottom .edit-button-0{margin-top:-20px;letter-spacing:1px; background: #63a802; border: none;  color: #000;  font-weight: 300; border-radius: 30px;padding: 10px 22px; display: inline-block; overflow: hidden; text-transform: uppercase;      -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
#contant-5 .block-bottom .edit-button-0:hover{background: #000; color: #fff; border: none; cursor: pointer;}
#contant-5 .block-bottom h2{font-size: 36px;font-family: 'Open Sans', sans-serif; font-weight: 700; padding-bottom: 5px}
#contant-5 .block-bottom p {font-size:16px;margin-bottom: 30px;}
#contant-5 .block-top .service-header h1 {color:#63a802;}
#contant-5 p {font-size:16px;margin-bottom: 60px;}

#contant-5 h4 {font-weight: 700;}

#contant-5 table {
  font-size: 12px;
  margin-bottom: 50px;
  
}
#contant-5 table td {
   vertical-align: middle;
}
#contant-5 table td i { width:40px; text-align: center}
#contant-5 table td:nth-child(1) {font-weight: 600; color: #63a802}
#contant-5 table td:nth-child(3), #contant-5 table td:nth-child(5) {text-align: right; padding-right: 50px;}
#contant-5 h5 {font-weight:600 ;}

#contant-6 {padding: 0 0 100px 0px;}

#contant-6 h2 {font-weight: 700; font-size:18px; line-height:30px; margin-bottom: 30px}

#contant-6  .edit-button-0{display:block;margin-top:0px;letter-spacing:1px; background: #63a802; border: none;  color: #fff;  font-weight: 300; border-radius: 30px;padding: 10px 22px; display: inline-block; overflow: hidden; text-transform: uppercase;      -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
#contant-6  .edit-button-0:hover{background: #000; color: #fff; border: none; cursor: pointer;}




/*===============================*/

#cta2 {background: #0e1d00;padding: 100px 0px; color:#f4fbe5;}
#cta2 h2 { margin:0 0 20px 0; }
#cta2 p { margin:0 0 30px 0; font-size: 16px; }
#cta2 h5 { line-height: 140%; }
/*=========================
	8) testimonial Start
===========================*/

#testimonial{text-align: center;padding-bottom: 110px;padding-top: 100px;}
#testimonial .block{}
.testimonial-area{}
.tm-header{}
.tm-header h2{font-size: 36px;font-family: 'Open Sans', sans-serif; font-weight: 700;color:#636C6C; margin: 0px; padding-bottom: 38px}
.tm-contant{}
.tm-contant-items{}
.tm-contant-list{}
.tm-img{}
.tm-img img{border-radius: 500px;margin: 0 auto;width: 100px; height: 100px;}
.tm-text{}
.tm-text p{color:#8C9494; font-family: 'Droid Serif', serif; font-weight:400; font-style: italic; font-size: 24px; line-height: 24px;margin: 0;padding-bottom: 40px;padding-top: 45px;}
.tm-text p span{font-style: normal; display: block; color: #63a802;font-family: 'Open Sans', sans-serif; font-weight: 400; padding-top: 28px }
#testimonial .owl-carousel .owl-controls{}
#testimonial .owl-carousel .owl-controls .owl-pagination{text-align: center}
#testimonial .owl-carousel .owl-controls .owl-pagination div{background:#63a802;
border-radius: 500px;
display: inline-block;
height: 11px;
margin: 0 5px;
width: 11px;}
#testimonial .owl-carousel .owl-controls .owl-pagination  div.active{background: #000}

/*=========================
	 testimonial CLOSE
===========================*/

/*=========================
	9) Submit Start
===========================*/

#submit-area{ background: #F3F5F5; padding-top: 90px; padding-bottom: 120px}
#submit-area .block{}
.submit-contant .tagline{ font-size: 18px; margin-top:-15px; margin-bottom: 20px; text-align: center; }
.submit-header{text-align: center; padding-bottom: 50px; }
.submit-header i{ font-size: 30px; margin-right: 20px; color: #8C9494; display: block;}
.submit-header h3{color:#8C9494; font-size: 30px; font-family: 'open sans', sans-serif; font-weight: 700; display: inline}
.submit-header p {color:#8C9494; font-size: 18px; margin-top:25px; text-align: center;}
.submit-bottom{border: 2px solid #BBC3C2; text-align: center; border-radius: 40px;height: 71px; background: #FFFFFF; width:100%;}
.submit-bottom form{ text-align: left; z-index:500;}
.submit-bottom form input[type=email]{border: medium none;
    outline:none;
   float: left;
height: 56px;
padding-top:15px;
margin-left: 24px;
font-size: 14px; line-height:24px; color:#8C9494; font-family: 'open sans', sans-serif; font-weight: 400;
background: none; width: 280px;}
.submit-bottom form input[type=submit]{ 
    padding-top:0; 
    z-index:1000px; 
    border: none; 
    padding: 20px 55px 19px 55px; 
    background: #63a802; 
    color:#fff;  
    font-size: 20px; 
    font-weight: 700; 
    text-transform: uppercase;border-radius: 40px; 
    float:right; 
    margin-top:-56px;
      -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.submit-bottom form input[type=submit]:hover {background:#3a7500;}	

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: none;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
    outline: 0 none;
}

/*=========================
	 Submit CLOSE
===========================*/


/*=========================
    contact
===========================*/
#contact table td {
  padding:3px 5px;
  vertical-align: top;

}
#contact i {
  width:20px;
  text-align: center;

}
#contact {
  position: relative;
  overflow: hidden;
}
#contact h3 {
  font-weight: bold;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(188, 219, 243, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  margin-top: 50px;
  border-radius: 6px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
#contact .contact-form a {
  color:#3a7500;
}

a:hover, a:active, a:focus {
  outline:none;/* styling for any way a link is about to be used */
}
input:focus,
select:focus,
textarea:focus,
button:focus,
.submit-bottom form input[type=submit]:focus {
    outline: none;
}
*:focus {
    outline: none;
}

/*=========================
	9) footer Start
===========================*/

#footer{background: #2D312F;text-align: center; padding-top: 40px; padding-bottom: 30px;}
#footer .block{}
.footer-contant img{width:100px;}
.footer-contant h3{color:#8C9494; font-size: 24px; font-family: 'Open Sans', sans-serif; font-weight: 400;margin: 0px; padding-bottom: 30px;}
.social-icon{}
.social-icon a{margin: 0 5px;}
.social-icon a i{background: #5d6461;
border-radius: 500px;
color: #2d312f;
font-size: 20px;
height: 42px;
padding-top: 11px;
width: 42px;}
.social-icon a i:hover{background: #45aed6; color: #fff;}
.support-link{padding-top: 30px;}
.support-link ul{margin:0px; padding: 0px; list-style: none;}
.support-link ul li{display: inline-block; padding: 0px 10px}
.support-link ul li a{display: inline-block; color: #8C9494; font-size: 14px}
.support-link ul li a:hover {color:#45aed6;}

.footer-contant img {width:110px; height:auto; margin: 30px 0 40px}
.footer-contant a img {color:#000;}
#footer p.bottom {
    margin:20px 0 0px;
    color:#5d6461;
}
#footer p.bottom a {
    display: inline-block;
    margin: 0 10px; 
    font-size:13px;
    color:#5d6461;
}
#footer p.bottom a:hover {
    color:#45aed6;
}
#footer p.bottom i {
    margin-left: 20px;
}


/*=========================
	 footer CLOSE
===========================*/


#forlobet{ background:#f7f7f7;padding:80px 0px 50px; font-family: 'Open Sans', sans-serif}
#forlobet .block-top{text-align: center;}
#forlobet .service-header{margin: 0 0 40px 0; }
#forlobet .service-header h2{ font-size: 44px; font-family: 'Open Sans', sans-serif; font-weight: 300; color:#4b4f4f;}
#forlobet .service-header p{font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 24px}
#forlobet .service-header p.strong {font-weight: 700; margin-top:30px;}
#forlobet .block-bottom h2 {margin-top: 60px; font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700;}
#forlobet ul li a {color:#63a802;}
#forlobet .p-sm {font-size: 10px; font-style: italic;color:#4b4f4f; padding: 10px 0;}



#overblik{ background:#f9f9f9;padding:60px 0px 80px; font-family: 'Open Sans', sans-serif}
#overblik .block-top{text-align: center;}
#overblik .service-header{margin: 0 0 40px 0; }
#overblik .service-header h2{ font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700; }
#overblik .service-header p{font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 24px}
#overblik .service-header p.strong {font-weight: 700; margin-top:30px;}
#overblik .block-bottom h2 {margin-top: 60px; font-size: 36px; font-family: 'Open Sans', sans-serif; font-weight: 700;}
#overblik ul li a {color:#63a802;}

#overblik .overblik {
    margin-top:30px;
}

#overblik {
  
}
#overblik .nav-tabs li {
  font-weight: bold;
}
.tabs-left {
  border: none;
  padding-top: 2px;
  margin-bottom:30px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}

.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;

}


.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  border:none;
  font-weight: 500;
}

#overblik .tab-content .tab-pane h3 {
    color:#63a802;
    font-weight: 700;
}
#overblik .panel-group {
    margin-top: 30px;
}
.btn:focus {
    outline: none;
}
.btn {
    margin-top:20px;
    border:none;
}
button.css3button{
    background:#19acca;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:none;
    font-family:'Open Sans',sans-serif;
    font-size:18px;
    line-height:130%;
    font-weight:300;
    color:#fff;
    padding:12px 25px;
    width:100%;
    white-space:normal;
    cursor:pointer;
    text-transform:uppercase;
    }
    button.css3button i{
        position:relative;
        
        font-size:18px;
        padding-left:8px
    }
    button.css3button:focus,
    button.css3button:hover{
        background:#0D92AD;
        color:#fff;
        outline:0;
        border:none;
    }
    .wj-hide{
        overflow-x:hidden!important;
        }
    .wj-hide body{overflow:hidden!important;}







