* {
box-sizing: border-box;
-ms-box-sizing: border-box; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
}

/*------------------------------------------------
------------ ALL LANGUAGES MOBILE ----------------
------------------------------------------------*/
div.all-languages-mobile {
    position: absolute;
    top: 70px;
    right: 20px;
    height: 40px;
    width: auto;
}

div.all-languages-mobile-box {
    height: 100%;
    width: auto;
    padding-left: 10px;
    padding-right: 50px;
    border: 1px solid #1B2B45;
    border-radius: 3px
}

div.all-languages-mobile-box > span {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
}

div.all-languages-mobile-box > span.black {
    color: #1B2B45;
}

div.all-languages-mobile-box > img {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    border-radius: 50%;
}

/*-----------------------------
------------ MENU -------------
---------------------------- */
div.topbar-menu {
    width: 100%;
    padding: 50px 40px 0 40px;
}

/*-----------------------------
---------- FEATURES -----------
---------------------------- */

div.features {
    height: auto;
    width: 100%;
    padding: 100px;
}

div.features-title {
    margin-bottom: 30px;
}

div.features-title > h4 {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue';
    font-size: 25px;
    font-weight: 500;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.features-bar {
    height: 0;
    width: 70px;
    border: 0;
    border-bottom: 4px solid #AFCB08;
}

span.features-subtitle {
    margin-bottom: 50px;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    color: #1B2B45;
    letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    div.features {
        padding: 50px 20px;
    }

    div.features-title {
        margin-bottom: 0px;
    }

    span.features-subtitle {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 18px;
    }
}

/*-----------------------------
---------- MANSORY ------------
---------------------------- */

div.masonry-grid-item {
    padding: 10px;
}

div.masonry-grid-item > div {
    padding: 20px;
    background: #EAEAEA;
    border-radius: 10px;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    line-height: 30px;
    color: #1B2B45;
    letter-spacing: 1px;
    text-align: justify;
}

@media only screen and (max-width: 960px) {
    div.masonry-grid-item {
        padding: 5px;
    }

    div.masonry-grid-item > div {
        padding: 10px;
        font-size: 16px;
        line-height: 25px;
    }
}

/*-----------------------------
----------- FOOTER ------------
---------------------------- */

div.footer {
	padding: 50px 100px;
	background: #1B2B45;
}

div.footer-grid {
	margin-bottom: 20px;
}

img.footer-logo {
	width: 150px;
}

a.footer-link {
	padding: 5px 10px;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
}

a.footer-link:hover {
    padding: 5px 10px;
    background: white;
    border-radius: 20px;
    color: #D26214;
}

div.footer-represented {
	max-width: 400px;
}

div.footer-represented-title {
	margin-bottom: 20px;
}

div.footer-represented-title > span {
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	font-family: 'Helvetica Neue';
    font-size: 18px;
    line-height: 45px;
    color: white;
    letter-spacing: 1px;
}

div.footer-represented-desc > span {
	font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
    color: white;
    letter-spacing: 1px;
}

div.footer-copyright {
	height: auto;
	width: 100%;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid white;
	font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
    color: white;
    letter-spacing: 1px;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    div.footer {
        padding: 50px 20px;
    }

    div.footer-grid:first-child {
        text-align: center;
    }

    img.footer-logo {
        width: 100px;
    }
}

/*----------------------------------
----------- DISCLAIMRER ------------
--------------------------------- */
span.disclaimer-title {
    font-family: 'Helvetica Neue';
    font-size: 25px;
    font-weight: 500;
    color: #1B2B45;
    letter-spacing: 1px;
}

span.disclaimer-subtitle {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    font-weight: 500;
    color: #D26214;
    letter-spacing: 1px;
}

p.disclaimer-text {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 25px;
    color: #1B2B45;
    letter-spacing: 1px;
    text-align: justify;
}

/*------------------------------------------------
--------------- MOBILE DROPDOWN MENU -------------
------------------------------------------------*/
a.mobile-menu-item {
    display: block;
    height: auto;
    width: 100%;
    padding: 5px 0;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    color: #1B2B45;
    text-decoration: none;
}

/*------------------------------------------------
----------------- LANGUAGE  MENU -----------------
------------------------------------------------*/

div.language {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 40px;
    cursor: pointer;
}

div.language-box {
    height: 100%;
    width: auto;
    padding-left: 10px;
    padding-right: 50px;
    border: 1px solid #1B2B45;
    border-radius: 3px
}

div.language-box > span {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
}

div.language-box > span.black {
    color: #1B2B45;
}

div.language-box > img {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    border-radius: 50%;
}

/*------------------------------------------------
------------ LANGUAGE FOOTER  MENU ---------------
------------------------------------------------*/

div.language-footer {
    height: 40px;
    cursor: pointer;
}

div.language-footer-box {
    height: 100%;
    width: auto;
    padding-left: 10px;
    padding-right: 50px;
    border: 1px solid white;
    border-radius: 3px
}

div.language-footer-box > span {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
}

div.language-footer-box > img {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    border-radius: 50%;
}

/*------------------------------------------------
--------------- LANGUAGE DROPDOWN MENU -----------
------------------------------------------------*/

a.language-dropdown {
    height: auto;
    width: 100%;
    text-decoration: none;
}

a.language-dropdown > span {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
}

a.language-dropdown > img {
    height: 20px;
    width: 27px;
    margin-left: 20px;
    border-radius: 3px;
}