/* 
	Theme Name: HIMERUS
	Theme URL: http://www.exsite.ie
	Description: Website by exSite
	Author: MARCO ANTONIO LACERDA RODRIGUES
	Version: 1.0
*/

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
@font-face {
    font-family: 'Komoda';
    src: url(font/Komoda.otf);
}
html {
  font-size: 14px;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

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

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

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author: MARCO ANTONIO - www.exsite.ie 
   ========================================================================== */


/* ==========================================================================
    HEADER
   ========================================================================== */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input, 
textarea {
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
}

    header{
         background: white;
        z-index: 10;
        position: relative; 
        width: 100%;
        height: 190px;
    }
    #header .head_main .wrapper{
        padding: 0;

    }
        
        .head_main .logo h1{
            margin: 0;
        }

 .logo {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 124px;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -62px;
}
.logo h1{
    margin: 0;
    padding: 0;
}
.logo h1 a{
   background: url(images/logo.png) no-repeat center;
   background-size: 100%;
   display: block;
   margin: 5px auto;
   min-height: 127px;
   text-indent: -99999px;
   width: 124px;
   max-width: 100%;
} 
/* ==========================================================================
   NAVIGATION 
   ========================================================================== */
.wrapper{
    margin: 0 auto;
    min-width: 300px;
    padding: 0 ;
   
}

a{  
    color: #5e9c9f;
    text-decoration: underline;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

  
nav {
    
    padding: 10px 0 8px;
    min-height: 43px;
    background-color: #6b6b6b;
    position: relative;
    top: 145px;

}

    nav.open {
        padding: 10px 0 0;
    }

nav ul {
    margin: 0;
    padding: 0 10px;
}

    nav .activator {
        float: right;
        margin: 0px 10px 0 0;
        width: 105px;
    }

    nav .activator ul {
        cursor: pointer;
        display: inline-block;
        margin: 0 0 0 50px;
    }

    nav .activator ul li {
        background: #fff;
        height: 5px;
        margin: 0 0 4px;
        width: 30px;
        list-style: none;
    }
    
    nav .activator ul li:last-child {
        margin-bottom: 0;
    }   
    
    
        nav .activator .menu_text {
            color: #FFF;
            display: inline-block;
            margin: 2px 0 0 6px;
            position: absolute;
            text-transform: uppercase;
            font-family: Arial, Helvetica, sans-serif;
        }


    nav ul#main_menu {
        clear: both;
        display: none;
        margin-top: 0px;
        padding: 0;
        float: right;
        list-style: none;
        margin-right: 20px;
        width: 90%;
    }

    nav ul#main_menu li {
        
    }
    
        nav ul#main_menu li a {
            color: #fff;
            display: block;
            font-size: 1.1em;
            padding: 3px;
            text-transform: none !important;
            text-decoration: none;
            font-family: 'Josefin Sans', sans-serif;
        }



            nav ul#main_menu li ul{
                list-style: none;

            }
                nav ul#main_menu li ul li{
                    border: none;
                }
                    nav ul#main_menu li ul li a{
                        text-transform: none;
                        padding: 1px 0 1px 35px;
                    }
        
/* =========END OF NAVIGATION======== */

/* ==========================
   Slider
   ==========================*/


.carousel_wrapper {
    margin: 0px 0 0 0;
    height: 185px!important;
    position: relative;
    overflow: hidden;
    width: 100%!important;
    z-index: 2;
}

.caroufredsel_wrapper{
    height: 100%!important;
}

        #carousel {
            height: 100%!important;
            visibility: hidden;
        }
        
        .slide {
            display: block;
            float: left;
            height: 100%!important;
            overflow: hidden;
            margin: 0;
            position: relative;
        }

                .slide img {
                    height: auto;
                    top: 0px;
                    width: 130% !important;
                    z-index: 1;
                    position: relative;
                    margin: 0px auto;
                    left: -50px;
                }

                .slide_text{
                    background: url(images/ribbon_slider.png);
                    bottom:38px;
                    color: #fff;
                    display: block;
                    font-size: 1.3em;
                    padding: 15px 0;
                    position: absolute;
                    width: 100%;
                    z-index: 2;
                    height: 145px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 125px 145px;
                }
            
                    .slide_text_inner{
                        margin: 0 auto;
                        width: 100%;
                    }
                    
                        .slide_text_inner h3{
                            font-size: 1em;
                            font-family:'Josefin Sans', sans-serif;
                            font-weight: 400;
                            font-size: 1em;
                            margin: 20px 0 0 0;

                        }
                        .slide_text_inner p{
                            color: white;
                            margin: 5px 0 0 0;
                            text-align: center;
                            font-family: 'Komoda',sans-serif;
                            font-size: 1.2em;
                        }
                        .slide_text_inner img{
                            max-width: 50%;

                        }
                        .wline{
                            width: 80px;
                            margin: 5px auto;
                            height: 1px;
                            background:#fff;
                        }
    #prev,
    #next{
        display: block;
        height: 16px;
        position: absolute;
        top: 50%;
        width: 17px;
        z-index: 5;
    }
    
    #prev{
        background: url(images/sprite_slider.png) no-repeat -17px -137px;
        left: 10px;
    }
    
    #next{
        background: url(images/sprite_slider.png) no-repeat -66px -137px;
        right: 10px;
    }

    
    .pager_wrapper{
        bottom: 10px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 6;
    }
    
        #pager{
            margin: 0 auto;
            width: 100%;
            text-align: center;
        }
        
            #pager a{
                background: url(images/sprite_slider.png) no-repeat  -21px -162px;
                display: inline-block;
                height: 8px;
                margin: 0 3px;
                text-indent: -99999px;
                width: 9px;
    
                -webkit-transition: all 0ms ease;
                -moz-transition: all 0ms ease;
                -ms-transition: all 0ms ease;
                -o-transition: all 0ms ease;
                transition: all 0ms ease; 
            }
            
            #pager a.selected{
                background: url(images/sprite_slider.png) no-repeat  -71px -162px;
            }

/* =========END OF SLIDER======== */
/* =====================================================
    CONTENT HOME
   =====================================================*/
.home_content{
    width: 100%;
    margin: 0 auto 235px;
    padding: 0; 
}

.intro_blue{
    background-color: #31afbd;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.intro_blue h2{
    margin: 0 auto 10px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    width: 100%;
}

.intro_blue p{
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    margin: 0 30px;

}
.hexagons_boxes{
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
}

.hexagons_boxes h2{
    font-family:'Josefin Sans', sans-serif;
    font-size: 2em;
    font-weight: 300;
    color: #6b6b6b;
    text-align: center;
    margin: 20px 0;
}
    .hexagon_one{
        width: 140px;
        height: 80px;
        background-color: #b7b7b7;
        margin: 60px auto 45px;
        float: none;
        clear: both;
        position: relative;

    }

    .hexagon_one:hover{
        opacity: 0.6;
    }
    
        .hexagon_one:before { 
        content: ""; 
        position: absolute; 
        top: -40px; 
        left: 0; 
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex1top.png);
        }
        .hexagon_one:after { 
        content: ""; 
        position: absolute; 
        bottom: -40px; 
        left: 0; 
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex1bottom.png);
        }
    
    .hexagon_two{
        width: 140px;
        height: 80px;
        background-color: #ee6457;
        margin: 0 auto;
        float: left;
        position: relative;
        left: 12px;
        top: 8px;
    }
    .hexagon_two:hover{
        opacity: 0.6;
    }
        .hexagon_two:before { 
        content: ""; 
        position: absolute; 
        top: -40px; 
        left: 0;
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex2top.png); } 
        .hexagon_two:after { 
        content: ""; 
        position: absolute; 
        bottom: -40px; 
        left: 0; 
        width: 140px; 
        height: 43px; 
        background-image: url(images/hex2bottom.png);}
    
    .hexagon_three{
        width: 140px;
        height: 80px;
        background-color: #08a7af;
        margin: 0 auto;
        float: right;
        position: relative;
        right: 12px;
        top: 8px;
    }
    .hexagon_three:hover{
        opacity: 0.6;
    }
        .hexagon_three:before { 
        content: ""; 
        position: absolute; 
        top: -40px; 
        left: 0; 
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex3top.png); } 
        .hexagon_three:after { 
        content: ""; 
        position: absolute; 
        bottom: -40px; 
        left: 0; 
        width: 140px; 
        height: 43px; 
        background-image: url(images/hex3bottom.png);}
    
    .hexagon_four{
        width: 140px;
        height: 80px;
        background-color: #b7b7b7;
        margin: 0 auto;
        float: none;
        clear: both;
        position: relative;
        top: 59px;
    }
    .hexagon_four:hover{
        opacity: 0.6;
    }
        .hexagon_four:before { 
        content: ""; 
        position: absolute; 
        top: -40px; 
        left: 0; 
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex1top.png);} 
        .hexagon_four:after { 
        content: ""; 
        position: absolute; 
        bottom: -40px; 
        left: 0; 
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex1bottom.png);}
    
    .hexagon_five{
        width: 140px;
        height: 80px;
        background-color:#08a7af;
        margin: 0 auto;
        float: left;
        position: relative;
        left: 12px;
        top: 109px;

    }
    .hexagon_five:hover{
        opacity: 0.6;
    }
        .hexagon_five:before { 
        content: ""; 
        position: absolute; 
        top: -40px; 
        left: 0; 
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex3top.png); } 
        .hexagon_five:after { 
        content: ""; 
        position: absolute; 
        bottom: -40px; 
        left: 0; 
        width: 140px; 
        height: 43px; 
        background-image: url(images/hex3bottom.png);}
    
    .hexagon_six{
        width: 140px;
        height: 80px;
        background-color: #ee6457;
        margin: 0 auto;
        float: right;
        position: relative;
        right: 12px;
        top: 109px;
    }
    .hexagon_six:hover{
        opacity: 0.6;
    }
        .hexagon_six:before { 
        content: ""; 
        position: absolute; 
        top: -40px; 
        left: 0; 
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex2top.png); } 
        .hexagon_six:after { 
        content: ""; 
        position: absolute; 
        bottom: -40px; 
        left: 0; 
        width: 140px; 
        height: 43px; 
        background-image: url(images/hex2bottom.png);}
    
    .hexagon_seven{
        width: 140px;
        height: 80px;
        background-color: #b7b7b7;
        margin: 0 auto;
        float: none;
        clear: both;
        position: relative;
        top: 159px;
    }
    .hexagon_seven:hover{
        opacity: 0.6;
    }
        .hexagon_seven:before { 
        content: ""; 
        position: absolute; 
        top: -40px; 
        left: 0;
        width: 140px; 
        height: 40px; 
        background-image: url(images/hex1top.png); } 
        .hexagon_seven:after { 
        content: ""; 
        position: absolute; 
        bottom: -40px; 
        left: 0; 
        width: 140px; 
        height: 41px; 
        background-image: url(images/hex1bottom.png);
        }


    .hex_in{
        text-align: center;
        color: #fff;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 300;
            font-size: 1em;
            text-transform: uppercase;
           

    }
        .hex_in img{

        }
        a.hex_in p {
            
        }

        .hex_in p{
            margin-top: 10px;
        }

    .separator{
        height: 1px;
    }
/* =========END OF HOME CONTENT======== */

/* ==========================================================================
    internal pages
   ========================================================================== */
    .stripe{
        height: 70px;
        background-color: #e8e7e7;
        width: 100%;
    }
    .title_page{
        max-width: 960px;
        width: 100%;
        text-align: left;
        margin: 0 auto;
        padding: 3px 0;
    }
        .title_page h2{
            font-size: 2em;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 300;
            color: #5e9c9f;
            float: left;
            margin: 10px 0 3px 20px;
        }
        .title_page img{
            float: left;
        }
    .content_wrapper{
    max-width: 960px;
    width: 100%;
    margin: 0 auto; 

   }

    .slider_internal{
        width: 100%;
        margin: 20px 0;
    }
    .slider_internal img{
        width: 100%;
        height: auto;
    }


/* ==========================================================================
    NEWS PAGE
   ========================================================================== */
   .blog{
    padding: 0 10px;
    max-width: 900px;
    margin: 0 auto;
   }
   .wrapper_news{
        margin-bottom: 45px;
   }
    .title_post_blog{
        margin: 30px 0 20px;
    }
    .title_post_blog a{
        font-family: 'Droid Serif', serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.8em;
        color: #565555; 
    }

    .meta_info{
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
        font-size: 1em;
        color: #ee6457;
        text-align: left;
        margin-bottom: 15px;
    }

    .excerpt_postd{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: .9em;
        color: #4a4949;
        text-align: left;
    }
    .excerpt_postd p{
        margin-bottom: 20px;
    }

    a.read_more {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.2em;
        color: #5e9c9f;
        font-weight: 4ss00;
        font-style: italic;
        text-decoration: none;
    }

    .thumb_blog{
        float: left;
        margin-right: 35px;
        position:relative;
    }
    .thumb_blog img{
        max-height: 190px;
        bo-moz-border-radius: 50%; 
        -webkit-border-radius: 50%; 
        border-radius: 50%;
    }

    .thumb_post{
        float: left;
        margin: 0 30px 30px 0;

    }
    .thumb_post img{
        max-height: 250px;
        bo-moz-border-radius: 50%; 
        -webkit-border-radius: 50%; 
        border-radius: 50%;

    }

    .pagination{
        clear: both;
        font-family: "Josefin Sans",sans-serif;
        font-size: 1.2em;
        font-weight: 700;
    }
    .current{
        margin:5px;
    }

    .pagination a{
        margin: 5px;
        
    }

    .button_back{
        clear: both;
        margin: 0 auto 50px;
        width: 100%;
        max-width:900px;
        padding: 0 40px;

    }
    .button_back a{
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.2em;
        color: #5e9c9f;
        font-weight: 400;
        font-style: italic;
        text-decoration: none;
    }
    
    /*.thumb_blog:before, .thumb_blog:after{
        content:"";
        position:absolute;
        top:0px;height:90px;width:0px; 
        z-index:1;
        border:53px solid #FFF; change #FFF to your bg color
    }
    .thumb_blog:before{
        left: -50px;
        border-right: 93px solid transparent;
    }
    .thumb_blog:after{
        left: 50px;
        border-left: 93px solid transparent;
    }*/
    /*========================= end NEWS PAGE==================================*/


    /* ==========================================================================
    About PAGE
   ========================================================================== */
   .about_content{
    padding: 0 10px;
    max-width: 940px;
    margin: 35px auto;
   }
   .about_content p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #4a4949;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 20px;

   }

   .left_text{float: left;
                width: 100%;
                padding-right: 20px;}
    .video_right {
        float: right;
        width: 100%;    }
     /*=================== grey box===============*/

     .grey_box{
        width: 100%;
        padding: 19px 0;
        background: url(images/bg_grey.png);
        background-repeat: repeat;
     }

     .content-grey{
        max-width: 860px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
     }
     .content-grey h2{
        font-family: 'Josefin Sans', sans-serif;
        color: #65a0a3;
        font-size: 2em;
        font-weight: 400;
        margin: 0 0 10px 0;

     }
     .content-grey span{

     }

     .content-grey p{
        font-family: "Open Sans", sans-serif;
        color:#4a4949;
        font-size: 1em;
        font-weight: 400;
        margin-bottom: 10px;
     }

     /*=================== profile box===============*/

     .profiles{
        width:100%;
        max-width:940px;
        margin:56px auto 100px;
        padding: 0 30px;
     }
     .pro_left{
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0 10px;
     }

     .pro_right{
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0 10px;
     }
     .image-profile{
        margin: 0 auto;
        width: 100%;
        width: 242px;
        height: 276px;

     }
     .image-profile img{
        width: 100%;
        height: 100%;
     }
     .bio_name{
        text-align: center;
     }
     .bio_name h2{
        font-family: 'Josefin Sans',sans-serif;
        font-weight: 400;
        font-size: 2em;
        color: #4a8b8e;
     }

     .bio_profile {

     }
     .bio_profile p{
        font-family:'Open Sans', sans-serif;
        font-weight: 4000;
        font-size: 1em;
        color: #4a4949;
     }
     .sep {
        width: 100%;
        clear: both;
        height: 20px;
    }
/* =======================================================================
     SERVICES PAGE
   ====================================================================== */
    .services_columns{
        width:100%;
        max-width:960px;
        margin:10px auto 55px;
     }
     .colunm_left{
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0 10px;
     }

     .column_right{
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0 10px;
     }
     
     .col_name{
        text-align: center;
     }
     .col_name h2{
        font-family: 'Josefin Sans',sans-serif;
        font-weight: 400;
        font-size: 2em;
        color: #4a8b8e;
     }

     .col_text {

     }
     .col_text p{
        font-family:'Open Sans', sans-serif;
        font-weight: 4000;
        font-size: 1em;
        color: #4a4949;
     }
     .spacer{
        clear: both;
        margin-bottom: 77px;

     }
/*==================== TABLE SERVICES ===============================*/


	.content-grey tr{
		font-family: 'Open Sans', sans-serif;
	} 

    .content-grey tr:nth-child(odd){ 
        background: #d2e2e3;
    }

    h2.table_title{
         font-family: 'Droid Serif', serif;
         font-weight: 700;
         text-align: center;
         margin-bottom: 5px;
         font-size: 2em;
         color:#555a47;

    }
    p.table_span{
        font-family: 'Droid Serif', serif;
         font-weight: 700;
         text-align: center;
         margin-bottom: 20px;
         font-size: 0.8em;
         color:#9eb892;
        margin-top: -10px;
        margin-bottom: 20px;
         clear: both;

    }

/* ==========================================================================
    CONTACT PAGE
   ========================================================================== */
.contact_content{
    padding: 0 10px;
    width: 100%;
    float: none;
   }
   .contact_content p{
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    color: #4a4949;
    font-weight: 400;
   }
   .contact_content h1{
    font-size: 2em;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 300;
    color: #5E9C9F;
    margin: 34px 0px 27px 0px;
   }

    .slider_contact{
        width: 90%;
        margin: 20px auto;
        float: none;
    }

    .slider_contact h1{
    font-size: 2em;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 300;
    color: #5E9C9F;
    margin: 34px 0px 27px 0px;
   }
    .wrap_loc{
         background: url(images/bg_grey.png);
        background-repeat: repeat;
        margin-top: 50px;
        padding: 25px 0;
        margin-bottom: 77px;

    }
    .location {
        width: 100%;
        max-width: 960px;
        margin: 20px auto 10px;
    }
    input.s-field{
        width: 100%;
        line-height: 43px;
        background: #CAC8C8;
        border: none;
        margin-bottom: 22px;
        padding-left: 25px;

        color: #FFF;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.7em;

    }
    textarea.m-field{
        padding-top: 5px;
        width: 100%;
        background: #CAC8C8;
        border: medium none;
        margin-bottom: 22px;
        padding-left: 25px;
        color: #FFF;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.7em;
        height: 180px;
    }
    input.b-field{

        float: right;
        border: none;
        background: #EE6457;
        padding: 5px 30px;
        color: #FFF;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.7em;
        font-weight: 600;
    }
	
	body span.wpcf7-not-valid-tip,
	body div.wpcf7-response-output{
		font-family: 'Open Sans', sans-serif;
		padding: 10px;
		text-align: center;
	}

/*==========================================================================
    PROCESS PAGE 
    ========================================================================*/
    .wrapper_process{
        background: #e8e7e7;
    }
    .process_box_one{
        width: 100%;
        
        margin: 0 auto;
        background: #e8e7e7;
        padding-top: 20px;
    }
    #horizontalTab{
        
    }
       .header_box_one{
        padding: 20px;
        text-align: center;
        background: url(images/bg_one.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 210px;
        
       }
        .header_box_one h2{
            font-family: 'Josefin Sans', sans-serif;
            color: #1b868b;
            font-size: 2.2em;
            margin: 0 0 10px 0;
            font-weight: 400;

        }
        .header_box_one p{
            font-family: 'Open Sans', sans-serif;
            color: #606060;
             font-size: 1.5em;
            font-weight: 400;
            
        }

    .process_box_two{
       
        width: 100%;
        
        margin: 0 auto;
         background: #e8e7e7;
        padding-top: 20px;
    }
    #horizontalTab-two{
        
    }
       .header_box_two{
        padding: 20px;
        text-align: center;
        background: url(images/bg_two.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 280px;
        
       }
        .header_box_two h2{
            font-family: 'Josefin Sans', sans-serif;
            color: #1b868b;
            font-size: 2.2em;
            margin: 0 0 10px 0;
            font-weight: 400;

        }
        .header_box_two p{
            font-family: 'Open Sans', sans-serif;
            color: #606060;
            font-size: 1.5em;
            font-weight: 400;
            
        }
p.pink{
    color: #e35d50 !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 2.1em !important;
    text-align: center !important;
    margin: 0 auto !important;
}

/* ==========================================================================
   footer
   ========================================================================== */
   footer{
    margin-top: 25px;
    clear: both;
   }
   .info_footer{
    background: #6b6b6b;
    position: relative;
    text-align: center;


   }
       .info_footer:before { 
            bottom: 100%; 
            left: 50%; 
            border: solid transparent; 
            content: " "; 
            height: 8px; 
            width: 52px; 
            position: absolute; 
            pointer-events: none; 
            margin-left: -26px; 
            display: block; 
            background-image: url('images/point_footer.png');
            background-repeat: no-repeat;} 

    .opening{
        padding-top: 15px;

    }
        .opening h1{
            color: #fff;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1.5em;
            font-weight: 600;

        }

        .opening p{
             color: #fff;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1.5em;
            font-weight: 300;

        }
        .opening span{
            margin-right: 20px;
        }

    .social ul{
        list-style: none;
        display: inline-block;
        padding: 0;

    }
        .social ul li{
            float: left;
            margin: 0 10px;

        }
        .social ul li a{
            text-decoration: none;

        }
    .credits{
            padding-bottom: 10px;
    }
        .credits p{
            color: #fff;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1em;
            font-weight: 300;

        }
        .credits a{
            color: #fff;

        }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 360px) {

}

@media only screen and (min-width: 480px) {
    /*===================================
    slider 480px
    ===================================*/
    .carousel_wrapper{
        height: 215px !important;
    }
    .slide img {
                   
                    width: 100% !important;
                    left: 0px;
                }

}

@media only screen and (min-width: 769px) {
    /*=====================================
        header
     =====================================*/
     header{
        height:140px;
     }
     .logo{
        margin-left: -95px;
     }
    /*=====================================
      slider 768px
      =====================================*/
        .slide_text{
                height: 160px;
                background-size: 140px 160px;
                bottom: 30%;
                }
        .slide_text_inner h3{
            margin: 30px 0 0 0;
        }
         .slide.s_inactive .slide_text .{
    
    }
            
    #prev,
    #next{
        height: 50px;
        top: 50%;
        width: 50px;
    }
    #prev:after,
    #next:after{
        content:'';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    #prev{
        background: url(images/sprite_slider.png) no-repeat 0 0px;
        left: 20px;
    }
    #prev:after{
        background: url(images/sprite_slider.png) no-repeat 0 -50px;
    }
    
    
    #next{
        background: url(images/sprite_slider.png) no-repeat -50px 0;
        right: 20px;
    }
    #next:after{
        background: url(images/sprite_slider.png) no-repeat -50px -50px;
    }
    
    #prev:hover:after,
    #prev:focus:after,
    #next:hover:after,
    #next:focus:after{
        opacity: 1;
    }
    
    .pager_wrapper{
        bottom: 15px;
    }
        
            #pager a{
                background: url(images/sprite_slider.png) no-repeat -66px -107px;
                height: 18px;
                margin: 0 3px;
                text-indent: -99999px;
                width: 18px;
    
                -webkit-transition: all 0ms ease;
                -moz-transition: all 0ms ease;
                -ms-transition: all 0ms ease;
                -o-transition: all 0ms ease;
                transition: all 0ms ease; 
            }
            
            #pager a.selected{
                background: url(images/sprite_slider.png) no-repeat  -16px -107px;
            }
/* ===============END OF slider 768==============*/


/*================================================
    HOME CONTENT 768
    =============================================*/
    
    .intro_blue h2{
        font-size: 2em
    }
    .intro_blue p{
        font-size: 1.5em;
        margin: 10px 25%;
    }

    /* ======================================================
    NAVIGATION 768
   ======================================================*/

.wrapper {
    margin: 0px auto;
    min-width: 300px;
    padding: 0px;
   width: 100%;
    float: right;
}
nav {
        background: none;
        text-align: center;
        padding: 0;
        position: relative;
        top: 60px;
        
    }
    
        nav .activator ul ,
        nav .activator .menu_text {
            display: none;
        }
        
       
        nav ul#main_menu {
            display: inline-block;
            
            float: left;
            margin-right: 10px;
            width:100%;
            min-width: 420px;
        }
        
            nav ul#main_menu li{
                border: none;
                display: inline-block;
                
                position: relative;
            }
            
                nav ul#main_menu li a:link,
                nav ul#main_menu li a:visited,
                nav ul#main_menu li a {
                    color: #313131;
                    margin: 0;
                    padding: 5px 8px 3px;
                    font-size: 0.95em;
                    font-weight: bold;
                    text-transform: uppercase !important;

                }
            
                nav ul#main_menu li a:hover,
                 nav ul#main_menu > li:hover > a, 
                nav ul#main_menu li a:focus {
                    color: #67a1a4    ;
                    
                }
                
                nav ul#main_menu li.current_page_item a, nav ul#main_menu li.current-page-ancestor a {
                    color: #67a1a4;
                    
                }

                
                nav ul#main_menu li.menu-item-has-children {
                position: relative;
                }
                nav ul#main_menu li.menu-item-has-children:hover ul {
                  display: inline-block;
                }
                nav ul#main_menu li.menu-item-has-children ul {
                  display: none;
                   position: absolute;
                    margin: 0px 0px 0px 1px;
                  padding: 0 0 0 1px;
                    list-style-type: none;
                    background: none;
                    border-top: 0px none;
                    left: 5px;
                    background: #86754D;
                }
                nav ul#main_menu li.menu-item-has-children ul li {
                  display: block;
                  border-top: 1px solid #574519;
                  
                }
                nav ul#main_menu li.menu-item-has-children ul li a {
                 margin: 0;
                 padding: 0px 17px 0 16px;
                 color:#FFFDDF;

                }
                nav ul#main_menu li.menu-item-has-children ul li a:hover{
                   background: #066d5e;
                   color:#FFFDDF;
                }
                nav ul#main_menu li.menu-item-has-children > a {
                 
                }
                nav ul#main_menu li.menu-item-has-children > a.active {
                  
                }

                nav ul#main_menu li:nth-child(3){
                    margin-right: 40px;

                }
                nav ul#main_menu li:nth-child(4){
                    margin-left:40px;

                }
/* ===============END OF NAVIGATION 768==============*/


/* ==========================================================================
    NEWS PAGE 768px
   ========================================================================== */
   .blog{
    padding: 0px 40px;
   }
/* ==========================================================================
    CONTACT PAGE
   ========================================================================== */
.contact_content{
    padding: 0 40px;
}
.slider_contact {
    width: 50%;
    margin: 20px auto;
    float: none;
}
/* ==========================================================================
    ABOUT PAGE
   ========================================================================== */
.about_content{
    padding: 0 40px;
}
.left_text{float: left;
                width: 60%;
                padding-right: 20px;}
.video_right {
        float: right;
        width: 40%;    }
/*===========================================================================
    PROCESS PAGE 768PX
    =========================================================================*/
    .header_box_one{
        height: 165px;
    }
    .header_box_two{
        height: 165px;
    }
}

@media only screen and (min-width: 960px) {
    /*====================================
        menu 960px
    ==================================*/
                nav ul#main_menu li a:link,
                nav ul#main_menu li a:visited,
                nav ul#main_menu li a {
                    margin: 0 10px;
                                  }

    /*=====================================
      slider 960px
      =====================================*/
        .slide_text{
                height: 226px;
                background-size: 200px 226px;
                bottom: 30%;
                }
        .slide_text_inner h3{
            margin: 35px 0 0 0;
            font-size: 1.8em;
        }
                        .slide_text_inner p{
                            margin: 10px 0 0 0;
                            font-size: 1.9em;
                        }
        /*===========================================
        HEXAGONS 960px
        =========================================*/
        .home_content{
    width: 100%;
    margin: 0 auto 128px;
    padding: 0; 
}
    .hexagons_boxes h2{
        margin:  32px 0px 55px;
        clear: both;
    }
    .hexagons_boxes{
       max-width: 768px;
       padding: 0 82px;
    }
    .hexagon_one{
        width: 140px;
        height: 80px;
        background-color: #B7B7B7;
        margin: 8px auto 45px;
        float: left;
        position: relative;
        clear: both;

    }
       
    
    .hexagon_two{
        width: 140px;
        height: 80px;
        background-color: #EE6457;
        margin: 0px auto;
        float: left;
        position: relative;
        left: 12px;
        top: 8px;
    }
       
    
    .hexagon_three{
        width: 140px;
        height: 80px;
        background-color: #08A7AF;
        margin: 0px auto;
        float: left;
        position: relative;
        top: 8px;
        right: -25px;
    }
   
    
    .hexagon_four{
        width: 140px;
        height: 80px;
        background-color: #B7B7B7;
        margin: 0px auto;
        position: relative;
        float: left;
        top: 8px;
        right: -37px;
        clear: none;
    }
        
    
    .hexagon_five{
        width: 140px;
        height: 80px;
        background-color: #08A7AF;
        margin: 0px auto;
        position: relative;
        left: 74px;
        float: left;
        clear: left;
        top: 10px;

    }
        
    
    .hexagon_six{
        width: 140px;
        height: 80px;
        background-color: #EE6457;
        margin: 0px auto;
        position: relative;
        float: right;
        right: 83px;
        top: 10px;
    }
       
    
    .hexagon_seven{
        width: 140px;
        height: 80px;
        background-color: #B7B7B7;
        margin: 0px auto;
        position: relative;
        top: 10px;
        clear: none;
        float: left;
        left: 89px;
    }
/* =======================================================================
     about PAGE 960px
   ====================================================================== */
    .profiles{
        width:100%;
        margin:56px auto 100px;
        
     }
     .pro_left{
        width: 50%;
        float: left;
        margin: 0 auto;
        padding: 0 50px 0 10px;
        
     }

     .pro_right{
        width: 50%;
        float: right;
        margin: 0 auto;
        padding: 0 10px 0 50px
        
     }
/* =======================================================================
     SERVICES PAGE 960px
   ====================================================================== */
       .colunm_left{
        width: 50%;
        float: left;
        margin: 0 auto;
        padding: 0 50px;
     }

        .column_right{
        width: 50%;
        float: right;
        margin: 0 auto;
        padding: 0 50px;}
       /*=============================
        FOOTER 960PX
        ============================*/
        footer {
    margin-top: 45px;
}
/* ==========================================================================
    CONTACT PAGE 960px
   ========================================================================== */
.contact_content{
    padding: 0 40px 0 50px;
    width: 50%;
    float: right;
   }
   .contact_content img{
     vertical-align: middle;
     margin-right: 10px;
   }
   .contact_content p{
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    color: #4a4949;
    font-weight: 400;
   }


    .slider_contact{
        width: 50%;
        margin: 0px 0;
        float: left;
        padding-right: 50px;
        padding-left: 40px;
    }
    


}

@media only screen and (min-width: 1024px) {
    /*====================================
        menu 960px
    ==================================*/
                nav ul#main_menu li a:link,
                nav ul#main_menu li a:visited,
                nav ul#main_menu li a {
                    margin: 0 20px;
                                  }


}

/* Slider Heights
================== */
@media only screen and (min-width: 400px) { .carousel_wrapper { height: 178px!important;} }
@media only screen and (min-width: 450px) { .carousel_wrapper { height: 201px!important;} }
@media only screen and (min-width: 550px) { .carousel_wrapper { height: 245px!important;} }
@media only screen and (min-width: 650px) { .carousel_wrapper { height: 290px!important;} }
@media only screen and (min-width: 750px) { .carousel_wrapper { height: 334px!important;} }
@media only screen and (min-width: 850px) { .carousel_wrapper { height: 379px!important;} }
@media only screen and (min-width: 950px) { .carousel_wrapper { height: 424px!important;} }
@media only screen and (min-width: 1050px) { .carousel_wrapper { height: 468px!important;} }
@media only screen and (min-width: 1150px) { .carousel_wrapper { height: 513px!important;} }
@media only screen and (min-width: 1250px) { .carousel_wrapper { height: 557px!important;} }
@media only screen and (min-width: 1350px) { .carousel_wrapper { height: 602px!important;} }
@media only screen and (min-width: 1450px) { .carousel_wrapper { height: 646px!important;} }
@media only screen and (min-width: 1550px) { .carousel_wrapper { height: 691px!important;} }
@media only screen and (min-width: 1650px) { .carousel_wrapper { height: 736px!important;} }
@media only screen and (min-width: 1750px) { .carousel_wrapper { height: 780px!important;} }
@media only screen and (min-width: 1850px) { .carousel_wrapper { height: 825px!important;} }
@media only screen and (min-width: 1950px) { .carousel_wrapper { height: 869px!important;} }



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}
