@font-face {
  font-family: 'BadScript-Regular';
  src: url('font/BadScript-Regular.eot');
  src: url('font/BadScript-Regular.eot?#iefix') format('embedded-opentype'),
       url('font/BadScript-Regular.woff') format('woff'),
       url('font/BadScript-Regular.ttf') format('truetype'),
       url('font/BadScript-Regular.svg#BadScript-Regular') format('svg');
}
@font-face {
    font-family: 'ProximaNovaAltCondensedRegular';
    src: url('font/marksimonson-proximanovaaltcondensedregular.eot');
    src: url('font/marksimonson-proximanovaaltcondensedregular.eot') format('embedded-opentype'),
         url('font/marksimonson-proximanovaaltcondensedregular.woff2') format('woff2'),
         url('font/marksimonson-proximanovaaltcondensedregular.woff') format('woff'),
         url('font/marksimonson-proximanovaaltcondensedregular.ttf') format('truetype'),
         url('font/marksimonson-proximanovaaltcondensedregular.svg#ProximaNovaAltCondensedRegular') format('svg');
}
@font-face {
    font-family: 'ProximaNovaAltCondensedLight';
    src: url('font/marksimonson-proximanovaaltcondensedlight.eot');
    src: url('font/marksimonson-proximanovaaltcondensedlight.eot') format('embedded-opentype'),
         url('font/marksimonson-proximanovaaltcondensedlight.woff2') format('woff2'),
         url('font/marksimonson-proximanovaaltcondensedlight.woff') format('woff'),
         url('font/marksimonson-proximanovaaltcondensedlight.ttf') format('truetype'),
         url('font/marksimonson-proximanovaaltcondensedlight.svg#ProximaNovaAltCondensedLight') format('svg');
}
@font-face {
    font-family: 'ProximaNovaAltCondensedSemibold';
    src: url('font/marksimonson-proximanovaaltcondensedsemibold.eot');
    src: url('font/marksimonson-proximanovaaltcondensedsemibold.eot') format('embedded-opentype'),
         url('font/marksimonson-proximanovaaltcondensedsemibold.woff2') format('woff2'),
         url('font/marksimonson-proximanovaaltcondensedsemibold.woff') format('woff'),
         url('font/marksimonson-proximanovaaltcondensedsemibold.ttf') format('truetype'),
         url('font/marksimonson-proximanovaaltcondensedsemibold.svg#ProximaNovaAltCondensedSemibold') format('svg');
}

@font-face {
    font-family: 'alex_brushregular';
    src: url('font/alexbrush-regular-webfont.eot');
    src: url('font/alexbrush-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/alexbrush-regular-webfont.woff2') format('woff2'),
         url('font/alexbrush-regular-webfont.woff') format('woff'),
         url('font/alexbrush-regular-webfont.ttf') format('truetype'),
         url('font/alexbrush-regular-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: Titillium-Light;
    src:url('font/Titillium-Light.eot');
    src:url('font/Titillium-Light.eot?#iefix') format('embedded-opentype'), 
        url('font/Titillium-Light.otf') format('opentype'),
        url('font/Titillium-Light.woff') format('woff'),
        url('font/Titillium-Light.ttf') format('truetype'),
        url('font/Titillium-Light.svg#Titillium-Light') format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Titillium-Regular;
    src:url('font/Titillium-Regular.eot')
    src:url('font/Titillium-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Titillium-Regular.otf') format('opentype'),
        url('font/Titillium-Regular.woff') format('woff'),
        url('font/Titillium-Regular.ttf') format('truetype'),
        url('font/Titillium-Regular.svg#Titillium-Regular') format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Titillium-Semibold;
    src:url('font/Titillium-Semibold.eot')
    src:url('font/Titillium-Semibold.eot?#iefix') format('embedded-opentype'),
        url('font/Titillium-Semibold.otf') format('opentype'),
        url('font/Titillium-Semibold.woff') format('woff'),
        url('font/Titillium-Semibold.ttf') format('truetype'),
        url('font/Titillium-Semibold.svg#Titillium-Semibold') format('svg');
    font-weight: 400;
    font-style: normal
}
.clear{clear:both;}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
}

.col-1 {
  width: 8.333333333333332%;
}

.col-2 {
  width: 16.666666666666664%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-8 {
  width: 66.66666666666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-11 {
  width: 91.66666666666666%;
}

.col-12 {
  width: 100%;
}






/*  Intro Page  */


.intro-content {
    background: url("../images/raziano.jpg") no-repeat scroll 0 0 / cover transparent;
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 50%;
}
.ballaro.intro-content{ background: url("../images/ballaro.jpg") no-repeat scroll 0 0 / cover transparent;}
.img-intro img {
    display: none;
}
.intro {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.logo-intro {
    position: absolute;
    text-align: center;
    top: 165px;
    width: 100%;z-index: 100;
}
.intro-text {
    background: url("../images/backgruond-raziano.png") repeat scroll 0 0 transparent;
}
.intro-text {
    background: url("../images/backgruond-raziano.png") no-repeat scroll 0 0 / cover transparent;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
}
.ballaro .intro-text {
    background: url("../images/background-ballaro.png") no-repeat scroll 0 0 / cover  transparent;
    left: 0;
}
.text-box {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;color: #fff;
}
.text-box h2 {
    font-family: BadScript-Regular;
    font-size: 220%;
}
.raziano .title-border { background: url("../images/border-left.png") no-repeat scroll center 0 transparent;}
.ballaro .title-border { background: url("../images/border-right.png") no-repeat scroll center 0 transparent;}
.title-border {
    height: 5px;
}
.text-box h3 {
    font-family: "ProximaNovaAltCondensedRegular";
    font-size: 14px;
    margin: 40px 45px 0;
    text-align: right;
	transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	opacity:0;
}
.link-socal a.tiwer2 {
    background-position: center 0;
}
.text-box:hover h3 {
    opacity: 1;
}
.ballaro .text-box h3 {
    text-align: left;
}
.box-gra{font-weight: bold; text-shadow: 2px 0 3px #f6f5ed;}



/* Home Page  */

.side-bar {
    background: url("../images/backgruond-sidebar.png") no-repeat scroll 0 0 / cover  transparent;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 22.85%;
}
.graziano-page .side-bar {
    background: url("../images/backgruond-sidebar2.png") no-repeat scroll 0 0 / cover  transparent;
	}

#working-with-us img {
    width: 100%;
}	
.content {
    margin-left: 23%;background: none repeat scroll 0 0 #ededed;
}.voor-iet img {
    width: 85%;
    border-radius: 125px;
}
.title-top {
    color: #fff;
    font-family: BadScript-Regular;
    font-size: 125%;
    margin-top: 20px;
    text-align: center;
}
.title-top span {
    margin-left: 5px;
}
.side-bar .logo {
    margin-top: 95px;
    text-align: center;
}
.side-bar a {
    color: #fff;
    text-decoration: none;
}
.logo h2 {
    font-family: BadScript-Regular;
    font-size: 35px;
    margin-top: 15px;
}
.fixed-icon {
    left: 20%;
    position: fixed;
    top: 100px;z-index: 1000;
}
.side-bar .page-nav {
    margin-top: 30px;
}
li {
    list-style: none outside none;
}

/*
.link-socal a {
     background: url("../images/icon-link.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    text-indent: -999em;
    width: 32px;
}
*/
.link-socal .MI-logo a{
	background: initial !important;
	text-indent: initial;
}
.link-socal a.tiwer {
    background-position: right 0;
}
.link-socal li {
    float: left;
    margin: 0 0 0 7%;
}

.link-socal {
    position: fixed;
    bottom: 5%;
    float: right;
    margin-right: 75%;
    right: 5%;    
}

.link-socal p
{
    float:left;
    margin-left: 10px;
    width: 190px !important;
    line-height: 35px;
}

.MI-logo
{
    display: block;
    height: 33px;
    width: 32px;
}
/*

.facebook
{
    background: url("../images/icon-link.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    text-indent: -999em;
    width: 32px;
}
*/

.upload-content .logo-intro {
    top: 130px;
}
.upload {
    margin-top: 50px;
}
.upload-content .text-box {
    top: 35%;
}
.upload .button-upload {
    background: none repeat scroll 0 0 #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #303030;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;cursor: pointer;
    padding-left: 35px;text-indent: -999em;
    text-align: left;
    width: 68%;
}
.upload #upper1.button-upload {
    background: url("../images/upload1.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.upload #upper2.button-upload {
    background: url("../images/upload2.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.upload #upper3.button-upload {
    background: url("../images/upload3.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.upload #upper4.button-upload {
    background: url("../images/upload4.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.upload #upper5.button-upload {
    background: url("../images/upload5.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.upload #upper6.button-upload {
    background: url("../images/upload6.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.content img:hover { /* opacity: 0.6; */}
.hr-border {
    background: url("../images/border-title.png") no-repeat scroll center 0 transparent;
    display: block;
    height: 16px;
    margin-bottom: 25px;
}
.shade-late .col-6 p {
    padding: 0 19px;
}
.wellcome li.last img {
    margin: -40px 0 0 20px;
}
.barner .container {
    max-width: 100%;
    padding: 0;
}
.barner img {
    width: 100%;
}
.shade-creme ul {
    padding: 0 30px;
}
.shade-creme .media .img {
    border: 2px solid #dbd8d8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    width: 100%;
}
.shade-creme .tech-panel ul li {
    margin: 0;
}
.text.text-right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 25px;
}
.text.text-left {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 25px;
}
.text {
    padding-top: 40px;
}
.shade-creme .title.sub-title {
    color: #1b1f1a;
    font-family: ProximaNovaAltCondensedSemibold;
    font-size: 17px;
    text-align: left;
}
.btn-nar {
    background: none repeat scroll 0 0 #dbd8d8;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius:4px;
    -o-border-radius: 4px;
    color: #333;
    display: inline-block;
    font-family: ProximaNovaAltCondensedLight;
    margin-top: 65px;
    padding: 10px 40px;
    text-decoration: none;
}
.shade-choc img {
    width: 100%;
}
.shade-choc .work-pane img {
    border: 3px solid #c7c7c7;
    border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius:5px;
    -o-border-radius: 5px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display: block;
    height: 100%;
}
.barner .work-panel ul {
    margin: 0;
}
.work-panel.wellcome ul {
    margin: 0;
}
.map iframe {
    border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius:50%;
    -o-border-radius: 50%;
}
.map {
    margin-top: 40px;
}
.page-footer .col.last img {
    margin-top: 60px;
}
.page-footer .hr-border {
    margin-bottom: 55px;
}
.page-footer {
    padding-top: 100px;
}
/*-----------------------------------------FOOTER STYLE--------------------------------------*/
#footer-line {
    background-color: #000;
    width: 100%;
    margin: 0;
    text-align: center
}
#footer-line p {
    margin: 0;
    font-family: Calibri !important;
    font-size: 14px
}
#footer-line a {
    transition: .1s ease-in-out;
    color: grey;
    text-decoration: none;
}
#footer-line a:hover {
    transition: .1s ease-in-out;
    color: #fff
}
#footer-line img {
    margin: 10px 10px 10px 0;
    vertical-align: middle;
    width: 25px
}
/*-----------------------------------------END FOOTER STYLE-----------------------------------*/
.link-voor {
    text-align: center;
}
.voor-iet {
    clear: both;
    display: block;
    padding-top: 50px;
}
.shade-choc .over-onze img {
    width: 80%;
}
.over-onze .text {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 60px;
    padding-top: 70px;
}
.shade-choc .over-onze {
    margin-bottom: 50px;
}
.over-onze-img .title.sub-title {
    color: #fff;
    text-align: center; margin-top: 20%;
}
.over-onze-img .title.sub-title span {
    background: url("../images/icon-next.png") no-repeat scroll right 10px transparent;
    display: inline-block;
    padding: 0 35px;
}
.intro-text a {
    color: #fff;
    text-decoration: none;
}
.header-mobile {
    background: url("../images/back-gruond-mobile2.png") repeat scroll 0 0 transparent;
	display: none;
}
.shade-late .wellcome li.last img {
    margin: -40px 0 0;
}
.intro .link-socal {
    bottom: 20px;
    margin: 0;
    position: absolute;
    right: 20px;
}
.graziano-page .title-top span {
    margin: 0;
}
.graziano-page .title-top a {
    margin-left: 5px;
}
.modal-area .popup-logo{
	max-height:75px;
}
.modal-area .close-img img{
	max-height:35px;
	max-width:35px;
}
.modal-area .modal-header {
   padding: 0px;
   position:relative;
	border-bottom:none;
}
.modal-area .close-img{
	position: absolute;
    top: 15px;
    right: 15px;
}
.modal-area .modal-dialog {
    max-width: 540px;
	margin: 14% auto 0;
}
.modal-area .modal-bg{
	border-radius: 10px 10px 0px 0px;
	padding:45px;
	text-align: center;
}
.modal-area .modal-body{ 
	text-align: center;
    padding: 50px;
}
.modal-area h1{
	margin:0px;
	font-family: "ProximaNovaAltCondensedRegular",sans-serif;
	color: #000000;
	font-size:36px;
}
.modal-area .modal-content p{
	margin:35px 0;
	font-family: "ProximaNovaAltCondensedRegular",sans-serif;
    color: #000000;
    font-size: 21px;
}
.modal-area .modal-content{
	border:none;
	border-radius:10px;
}
.modal-area #myModal{
	padding-left:0px;
}
.modal-area .common-btn{
	font-family: "ProximaNovaAltCondensedRegular",sans-serif;
	color: #fff;
	font-size:24px;
	height:50px;
	line-height:50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	display:inline-block;
	padding: 0px 100px;
	text-decoration:none;
}










@media (max-width: 992px) {
body, p, li, label, input, textarea {
    font-size: 15px;
}
.text {
    padding-top: 0;
}
.btn-nar {
    margin-bottom: 15px;
}
section .container {
    padding: 3em 1em;
}
.work-panel li article .work-icon {
    height: auto;
}
.work-panel li article {
    min-height: inherit;
}



}

@media (max-width: 767px) {
.modal-area .modal-dialog {
	max-width: 440px;
}
.modal-area .modal-bg {
	padding: 40px;
}
.modal-area h1 {
	font-size: 26px;
}
.modal-area .modal-content p{
	font-size:17px;
}
.modal-area .common-btn {
	padding: 0px 85px;
	font-size: 20px;
}
.modal-area .popup-logo{
	max-height: 50px;
}
.modal-area .modal-body {
	padding: 30px;
}
.modal-area .close-img img {
	max-height: 30px;
	max-width: 30px;
}
section .container {
    padding: 3em 0;
}
.page-menu li {
    font-size: 17px;
    margin: 0 20px;
}
.link-socal {
    margin-right: 20px;
}










}


#displayis {
    display: none;
}






