body{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    background-image: url(../img/body-bg.jpg)
}
.sizer{
    width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

/*ODAVDE KOPIRATI*/
.mg_main_container{
    width: 100%;
    height: 270px;
    text-align: center;
    position: relative;
}
.mg_main_container.off *{
    transition: none;
    -webkit-transition: none;
    -mot-transition: none;
}
.mg_main_container *{
    box-sizing: border-box;
}
.mg_main_container > .mg_left{
    width: 320px;
    height: 270px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 20px 0;
}
.mg_main_container > .mg_center{
    width: 420px;
    height: 270px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 85px;
}
.mg_main_container > .mg_right{
    width: 320px;
    height: 270px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 20px 0;
}
.mg_title{
    font-size: 28px;
    font-weight: bolder;
    color: #675e49;
    vertical-align: middle;
    margin: 10px 0;
    line-height: 28px;
}
.mg_text{
    font-size: 16px;
    line-height: 19px;
    color: #675e49;
    font-weight: lighter;
    margin: 0;
}
.mg_smaller_title{
    font-size: 20px;
    line-height: 23px;
    color: #675e49;
    margin: 0;
}
.mg_smaller_title > span{
    color: #339900;
}
.mg_icon{
    width: 30px;
    height: 30px;
    display: inline-block; 
    background-image: url(../img/assets.svg);
    vertical-align: top;
}
.mg_icon.mg_icon_shout{
    background-position: -327px -102px;
}
.mg_icon.mg_icon_magnifier{
    background-position: -386px -102px;
}
.mg_phone{
    width: 50px;
    height: 75px;
    background-image: url(../img/assets.svg);
    background-position: -522px -11px;
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    transition: 1s ease;
    opacity: 0;
    position: relative;
    bottom: -15px;
}
.mg_cowboy{
    width: 125px;
    height: 135px;
    background-image: url(../img/assets.svg);
    background-position: -13px -8px;
    display: inline-block;
    vertical-align: top;
    transition: 1s ease;
    opacity: 0;
    position: relative;
    bottom: -15px;
}
.mg_package{
    width: 65px;
    height: 85px;
    display: inline-block;
    background-image: url(../img/assets.svg);
    background-position: -310px 0px;
    vertical-align: top;
    margin-left: -10px;
    margin-top: 10px;
    transition: 1s ease;
    opacity: 0;
    position: relative;
    bottom: -15px;
    right: 0;
}
.mg_truck{
    width: 75px;
    height: 45px;
    background-image: url(../img/assets.svg);
    background-position: -423px -20px;  
    display: inline-block;
    margin-top: 40px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 2s ease;
}
.mg_truck_travel_right{
    left: calc(100% - 75px);
    left: -webkit-calc(100% - 75px);
    left: -moz-calc(100% - 75px);
}
.mg_line{
    width: 100%;
    height: 10px;
    margin: 5px 0 30px 0;
    background-image: url(../img/assets.svg);
    background-position: 0px 0px;
    background-position: -12px -159px;
}
.mg_package_received{
    width: 65px;
    height: 85px;
    display: inline-block;
    background-image: url(../img/assets.svg);
    background-position: -310px 0px;
    vertical-align: top;
    margin-left: -45px;
    opacity: 0;
    transition: 1s ease;
    position: relative;
    right: 25px;
}
.mg_user{
    width: 125px;
    height: 135px;
    background-image: url(../img/assets.svg);
    background-position: -163px -8px;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transition: 1s ease;
}
.left_text{
    opacity: 0;
    transition: 1.5s ease;
}
.right_text{
    opacity: 0;
    transition: 1.5s ease;   
}

.spacer {
    padding: 0px 10px;
    min-height: 40px;
    height: 0;
    text-decoration: none;
    display: inline-table;
    vertical-align: middle;
    font-size: 16px;
}
