.container_inner {
	padding: 0px 20px;
	position: relative;
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
}

.nav_inner {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
	padding: 0px 30px;
}

.nav_logo {
    width: 110px;
    margin-top: 15px;
}

.en, .hr {
  display:none;
} /* hide all elements with a language class */

.en:lang(en), .hr:lang(hr) {
  display:block;
} /* show those elements that match their language class */

.lang_wrapper {
	position: absolute;
	top: 28px;
	left: 200px;
}

.lang_wrapper .lang_btn {
    font-size: 17px;
    color: #111;
    margin-right: 10px;
    cursor: pointer;
}

.lang_wrapper .lang_btn:hover {
	color: #ff9e00;
	text-decoration: none;
}

.lang_grayscale {
	color: #ff9e00 !important;
}

.nav_right {
	position: absolute;
	right: 15px;
	top: 30px;
}

.nav_right .navbar_menu li {
	display: inline-block;
	padding-right: 10px;
}

.nav_right .navbar_menu li:last-child {
	padding-right: 0;
}

.nav_right .navbar_menu li a {
	color: #111;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.nav_right .navbar_menu li a:hover {
	text-decoration: none;
	color: #F9A11B;
}

.nav_right .navbar_menu li a:focus {
	text-decoration: none;
	color: #F9A11B;
}

.active {
	color: #F9A11B !important;
	text-decoration: none;
}


/*Nav toggle*/
.nav_toggle {
    display: none;
    position: absolute;
    top: 33px;
    right: -30px;
    width: 80px;
    cursor: pointer;
}

i#nav-toggle {
    display: block;
    height: 20px;
}
#nav-toggle span {
    margin-top: 10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;  
    width: 30px;
    background: #828282 ;
    position: absolute;
    display: block;
    content: '';
}
#nav-toggle span:before {
    top: -7px;
    height: 1px;
}
#nav-toggle span:after {
    bottom: -7px; 
    height: 1px;
}


#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}



/*section home*/
#home {
	background-image: url(../img/dust_bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section_inner {
	/*padding: 200px 30px;*/
}

.section_inner h1 {
	font-weight: 700;
	margin-bottom: 45px;
	font-size: 48px;
}

.section_inner p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 45px;
}

.section_heading h1 {
    font-size: 42px !important;
    font-weight: 900;
    line-height: 49px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    margin-top: 0;
}

.shin_info {
	float: right;
}

.info_inner {
	display: inline-table;
	vertical-align: top;
	margin-left: 20px;
}

.info_inner h1 {
	font-weight: 100;
	font-size: 50px !important;
	text-align: center;
	margin-bottom: 4px;
	font-family: 'Roboto', sans-serif;
}

.info_inner p {
	font-size: 13px;
	text-align: center;
}

.paragraph_wrapper {
	padding: 0px 20px;
}

.typography_intro p {
	color: #333;
	font-size: 19px;
    line-height: 1.38105;
    font-weight: 400;
}

.typography_intro {
    font-size: 19px;
    line-height: 1.38105;
    font-weight: 400;
}

.footer_inner img {
	width: 20px;
	position: relative;
    top: -2px;
    margin-left: 3px;
}

/*Responsive*/

@media (max-width: 1200px) {
    .shin_info {
        width: 500px;
    }

    .section_heading h1 {
        font-size: 35px !important;
        line-height: 37px;
    }

    .typography_intro {
        font-size: 16px !important;
    }

    .typography_intro p {
        font-size: 16px !important;
    }
}

@media (min-width: 456px) and (max-width: 767px) {
	.container {
	    width: 95%;
	}
}

@media (max-width: 768px) {
	.nav_toggle {
		display: block;
	}
	
	.nav_right {
		display: none;
		width: 100%;
		right: 0;
	    padding-bottom: 20px;
		position: relative;
		text-align: right;
	}

	.nav_right .navbar_menu li {
		display: block;
		padding: 20px 0;
	}

	section {
	    padding: 50px 0;
	}

	.container_col {
		display: block;
		width: 100%;
		margin: auto;
	}

	.container_inner {
		display: block;
		width: 80%;
		margin: auto;	
	}

	.section_inner {
		text-align: left !important;
	}

	.shin_info {
		float: none;
	}

	.info_inner {
		margin-left: 0;
		margin-right: 20px;
	}

	.info_inner h1 {
		font-size: 39px !important;
	}

	#home img {
	    width: 230px;
	}

	.lightwidget_container {
		margin-top: 30px;
		padding: 0;
	}
}

@media (max-width: 640px) {
	.container_inner {
		width: 95%;
	}

	.shin_info {
		width: 100%;
	}

	.info_inner {
	    font-size: 35px !important;
	    margin-right: 15px
	}

	.info_inner p {
		font-size: 12px;
	}
}

@media (max-width: 455px) {
	.container_inner {
		width: 100%;
	}

	.mobile_br {
		display: none;
	}
}

@media (max-width: 409px) {
	.info_inner {
		margin-right: 5px;
	}

	.info_inner h1 {
	    font-size: 33px !important;
	    margin-bottom: 7px !important;
	    margin-top: 5px !important;
	}

	.info_inner p {
	    font-size: 11px !important;
	}

	#home {
		padding-top: 0px;
	}

	#home img {
		width: 185px;
	}

	.section_heading h1 {
	    font-size: 31px !important;
	    line-height: 32px;
	}

	.section_inner h1 {
	    font-size: 31px !important;
	    line-height: 32px;
	    margin-bottom: 30px;
	    margin-top: -10px;
	}

	.section_inner p {
	    font-size: 16px;
	    margin-bottom: 25px;
	}

	.footer_inner {
		width: 100%;
	}
}