@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300'); /* Roboto Light */

/* General page wrapper */

/*@media (max-width:600px){*/
/*    .dropdown-menu{*/
/*        font-size:10px !important;*/
/*    }*/
/*}*/

/*@media (max-width:450px){*/
/*    .dropdown-menu{*/
/*        font-size:8px !important;*/
/*    }*/
/*}*/


body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > table > tbody > tr > td:nth-child(2) > img{
    height:auto !important;
}


body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > table > tbody > tr > td:nth-child(3) > img{
    height:auto !important;
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > table > tbody > tr > td:nth-child(1) > img{
    height:auto !important;
}



body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > p:nth-child(12) > img{
    width:80% !important;
}




body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > div:nth-child(12) > div > p:nth-child(6){
    margin-left:0px !important;
    text-align:center !important;
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > div:nth-child(12) > div > p:nth-child(6) > img{
    width:80% !important;
    height:auto !important;
}




body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > p:nth-child(10){
    margin-left: 0px !important;
    text-align:center !important;
}


body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > p:nth-child(9) > img {
    width:65% !important;
    height:auto !important
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > p:nth-child(10) > img {
    width:50% !important;
    height:auto !important;
}





@media (max-width:480px) {
   table .MsoNormal span {
    font-size:1rem !important
}
}

@media (max-width: 767px) {
    .dropdown-menu a{
        color:white !important;
    }
}



body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > span:nth-child(11) > p:nth-child(5) > img {
    width:100% !important;
    height:auto !important;
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > span:nth-child(11) > p:nth-child(11) > img.note-float-left{
    width:45% !important;
    height:auto !important;
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > span:nth-child(11) > p:nth-child(11) > img:nth-child(1){
    width:45% !important;
    height:auto !important;
}





body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > p:nth-child(8) > img:nth-child(1){
    width:80% !important
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > p:nth-child(9) > img {
    width:100% !important;
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > div.container.body {
    display:none;
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > div.note-popover.popover.in.note-image-popover.bottom {
    display:none !important;
}

.p_html_content{
    padding-right:3%;
}

body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > p:nth-child(23) > img{max-width:100%;height:auto !important;}


body > div.page > div > div.content > div:nth-child(2) > div.col-md-9.col-lg-9 > div > p:nth-child(13) > img{
    max-width:90%;
     height:auto !important;
}

.fr-fic{
    max-width:100%;
}


.row{
    margin:0 !important;
}


.page {

    display: flex;
    align-items: flex-start;
    justify-content: center;

    width: 100%;
    height: 100vh;

    margin: 0;
    padding: 0;
    background: #fff;
}

.page-content {
    margin: 0 auto;
    width: 1280px;
    background-color: #ffffff;
}

.full-height {
    height: 100vh;
}

.position-ref {
    position: relative;
}

/* The top part before the menu, that includes search and language selection info */

.fx_bf {

    display: block;
    background-color: #e1e1e1;
    margin: 0 auto;
}

.fx_bf_menu {

    display: block;
    margin: 0 auto;
}

.logo_wrapper{
    
    position: relative;
    float: left;
    margin-left: 5px;
    width: 115px;
    height: 139px;
}

.head_text {

    position: relative;
    float: left;
    margin: 0 0 0 20px;
    padding: 5% 2%;
    color: #4188c8;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

/* Search */

.sb-search {
    position: relative;
    float: right;

    margin-top: 10px;

    width: 0%;
    min-width: 30px;
    height: 30px;

    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 30px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
    color: #0185d0;
}

.sb-search-input:-moz-placeholder {
    color: #0185d0;
}

.sb-search-input::-moz-placeholder {
    color: #0185d0;
}

.sb-search-input:-ms-input-placeholder {
    color: #0185d0;
}

.sb-icon-search,
.sb-search-submit  {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    background-color: #e1e1e1;
    color: #123751;
    z-index: 90;
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #e1e1e1;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/* Language option */

.lang_choice {

    position: relative;
    float: left;

    margin-top: 10px;
    overflow: hidden;

    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
}

.arrow-down {
    width: 0;
    height: 14px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c3e50;
    display: inline-block;
    margin-left: 3px;
}

/* Styles for the menu */

.ya_menu {

    margin-top: 10px;
    margin-bottom: 10px !important;
    background-color: #448ac9;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #0091c1;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #0091c1;
    background-color: #ffffff;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #0091c1;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    border-radius: 0 !important;
    border: none;
}

.menu_line {

    position: absolute;
    bottom: 2px;
    left: 0;

    width: 100%;
    background-color: #ffffff;
    height: 2px;
}

/* Index sections */

.content {
    display: block;
    margin: 0 auto;
}

.pict_rect_border{

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    height: auto;
    border-right: 2px solid #ffffff;
    padding: 0;
}

span.text-content {

    width: 100%;
    height: 200px;

    color: white;
    cursor: pointer;
    display: table;

    position: absolute;
    left: 0;
    bottom: 0;

    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;

    padding-left: 24px;
    padding-bottom: 20px;

    text-transform: uppercase;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+34&0+0,0.65+55 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 34%, rgba(0,0,0,0.65) 55%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 34%,rgba(0,0,0,0.65) 55%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 34%,rgba(0,0,0,0.65) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */


}

span.text-content span {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
}

.img-responsive-add-style {
    overflow: hidden;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.img-responsive-add-style:hover {
    -webkit-filter: blur(2px);
}

/* ---------------------------------------------------------- */

.treeview, .treeview ul {
    margin:0;
    padding:0;
    list-style:none;

    color: #369;
}
.treeview ul {
    margin-left:1em;
    position:relative
}
.treeview ul ul {
    margin-left:.5em
}
.treeview ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    left:0;
    border-left:1px solid;

    /* creates a more theme-ready standard for the bootstrap themes */
    bottom:15px;
}
.treeview li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    font-weight:700;
    position:relative
}
.treeview ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree-indicator {
    margin-right:5px;

    cursor:pointer;
}
.treeview li a {
    text-decoration: none;
    color:inherit;

    cursor:pointer;
}
.treeview li button, .treeview li button:active, .treeview li button:focus {
    text-decoration: none;
    color:inherit;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

/* ---------------------------------------------------------- */
/* News section ----------------------------------------------*/

.news_item {

    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    min-height: 310px;

}

.news_month {

    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #000000;

}

.news_item_thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.news_item_thumbnail a {
    color: #337ab7;
    text-decoration: none;
}

.news_item .img-figure img {

    position: relative;
}

.news_item .title {

    position: relative;
    box-sizing: border-box;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bolder;

    color: #448ac9;

    text-align: left;
}

.news_item  p.description {
    position: relative;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: justify;
    color: #959595;

}

p.more {
    text-align: center;
}

.more a {
    position: relative;
    font-size: 13px;
    display: block;
    color: #28998b;
}

/* ---------------------------------------------------------- */
/* Home screen videos playlist ------------------------------ */

.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid-list-container {
    width: 92%;
    overflow: hidden;
    margin-top: 20px;
    margin-left:4%;
}

.vid-list {
    width: 1280px;
    position: relative;
    top:0;
    left: 0;
}

.vid-item {
    display: block;
    width: 220px;
    height: 190px;
    float: left;
    margin: 0;
    padding: 10px;
}

.thumb {
    overflow:hidden;
    height: 100px;
}

.thumb img {
    width: 100%;
    position: relative;
    top: -13px;
}

.vid-item .desc {
    color: #21A1D2;
    font-size: 13px;
    margin-top:5px;
}

.arrows {
    position:relative;
    width: 100%;
}

.arrow-left {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 15px;
    left: -25px;
    top: -130px;
    z-index: 99;
    cursor: pointer;
}

.arrow-right {
    color: #fff;
    position: absolute;
    background: #777;
    padding: 15px;
    right: -25px;
    top: -130px;
    z-index:100;
    cursor: pointer;
}

@media (max-width: 624px) {
    .arrows {
        position:relative;
        margin: 0 auto;
        width:96px;
    }
    .arrow-left {
        left: 0;
        top: -20px;
    }

    .arrow-right {
        right: 0;
        top: -20px;
    }
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 0 10px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 150px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}

/* YAK ID styles */

.yak_id_left {

    box-sizing: border-box;
    width: 100%;
    height: 317px;
    padding: 20px 20px 20px 20px;
    background-color: #e6e7e8;

    border-right: 2px solid #fff;

    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #636363;

}

.yak_id_left a {

    text-decoration: none;
}

.yak_id_center {

    box-sizing: border-box;
    width: 100%;
    background-color: #e6e7e8;
    font-family: 'Roboto', sans-serif;
    display:flex;
    align-items:center;

}


.yak_id_right {

    box-sizing: border-box;
    width: 100%;
    height: 317px;
    padding: 10px 10px 10px 10px;
    background-color: #e6e7e8;

    border-left: 2px solid #fff;
    font-family: 'Roboto', sans-serif;

}

/* Styling the footer */

.footer_title {

    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #636363;
    margin-bottom: 10px;

}

.subscribe_btn {

    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;

}

/*---------------------------------------------
					 Contact Start
-----------------------------------------------*/

#contact-form {
    padding-top: 70px;
    padding-bottom: 35px;
}
#contact-form .block form .form-group {
    padding-bottom: 15px;
    margin: 0px;
}
#contact-form .block form .form-group .form-control {
    background: #F6F8FA;
    height: 60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
}
#contact-form .block form .form-group-2 {
    padding-bottom: 15px;
    margin: 0px;
}
#contact-form .block form .form-group-2 textarea {
    background: #F6F8FA;
    height: 135px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
}
#contact-form .block button {
    width: 100%;
    height: 60px;
    background: #47424C;
    border: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.address-block li {
    margin-bottom: 20px;
}
.address-block li i {
    margin-right: 15px;
    font-size: 20px;
    width: 20px;
}
.social-icons {
    margin-top: 40px;
}
.social-icons li {
    display: inline-block;
    margin: 0 6px;
}
.social-icons a {
    display: inline-block;
}
.social-icons i {
    color: #2C2C2C;
    margin-right: 25px;
    font-size: 25px;
}
.google-map {
    position: relative;
}
.google-map #map {
    width: 100%;
    height: 300px;
    background-color: #ff432e;
}
#contact-box {
    padding-top: 35px;
    padding-bottom: 58px;
}
#contact-box .block img {
    width: 100%;
}
#contact-box .block h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 28px;
    padding-bottom: 30px;
}
#contact-box .block p {
    color: #5C5C5C;
    display: block;
}

#features-contact {
    padding-top: 50px;
    padding-bottom: 75px;
}
#features-contact .block ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    padding: 40px 0px;
}


/*---------------------------------------------------------------------------------------------------------------------*/

.page_inner_menu {

    box-sizing: border-box;

    width: 100%;
    min-height: 250px;

    padding-top: 5%;
    padding-bottom: 5%;

    background-color: #d7e0e7;

    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;

}

.p_html_content {

    box-sizing: border-box;

    font-family: 'Roboto', sans-serif;

    padding-top: 15px;
}

