html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

section {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h3,
    p {
        orphans: 3;
        widows: 3
    }
}


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

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}


/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


section {
    display: block
}


A {
    text-decoration: none;
    outline: 0 !important
}

A:hover {
    text-decoration: none
}

A IMG {
    border: 0
}

#content #content P,
#content UL li {
    color: #131312;
    font-size: 17px;
    line-height: 130%;
    margin: 15px 0 0 0
}

#content UL li {
    margin-left: 18px
}

#content UL {
    margin-left: 15px;
    padding-left: 0;
    font-family: "Proxima Nova Alt Light";
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 15px
}

#content UL li {
    margin-top: 0
}

#content A {
    color: #d5b964;
    text-decoration: underline
}

#content A:hover {
    text-decoration: none
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

#content {
    padding-top: 82px;
    background: #1d1d1b
}

#content .white-wrapper {
    background: #fff
}

#content .button {
    color: #fff;
    font-size: 17px;
    line-height: 100%;
    margin: 14px 0 0;
    border: 3px solid #fff;
    border-radius: 40px;
    -o-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    padding: 6px 47px;
    font-family: "ProximaNova-Regular"
}

#content .button:after {
    width: 7px;
    height: 13px;
    content: '';
    margin: 0 0 0 20px;
    display: inline-block;
    text-align: right;
    
}

#content .button:hover {
    opacity: .8
}

#content .wel-blok {
    background: #131312;
    margin-top: -43px;
    height: auto;
}

#content .i-wel {
    width: 48%;
    float: left;
    margin: 23px 0 23px 2%;
    padding: 55px 90px;
    box-sizing: border-box;
    border: 3px solid #c3a147
}

#content .i-wel H3 {
    margin: 0;
    font-family: "Museo-700"
}

#content .i-wel P {
    color: #fff;
    font-size: 17px;
    opacity: .9;
    line-height: 150%;
    font-family: "Proxima Nova Alt Light"
}

#content .i-wel .button {
    color: #d5b964;
    border-color: #d5b964
}

#content .i-wel .button:after {
    background: url(../img/yellow-arrow-sm.png) no-repeat left top
}

#content .i-bg {
    width: 50%;
    height: 656px;
    float: left;
    padding: 45px 0 0;
    background: url(../img/dark-bg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
}

#content .i-bg UL {
    text-align: center
}

#content .i-bg UL LI {
    width: 30%;
    margin: 15px 5%;
    text-align: center;
    display: inline-block
}

#content .i-bg UL LI A {
    color: #eee;
    display: inline-block
}

#content .i-bg UL LI IMG {
    display: block;
    margin: auto;
	
}
/* new-try */
#content .i-bg UL LI IMG:hover {
    
	transform: scale(2, 2);
	transform:2s;
}

#content .i-bg UL LI span {
    color: #eee;
    font-size: 22px;
    margin: 15px 0 0;
    display: inline-block
}
/* 
 #content .i-bg UL LI A:hover {
    text-decoration: none;
    opacity:.8;
	
}  */

.btn {
    text-decoration: none !important
}

@media screen and (max-width:1220px) {
    #content .i-wel {
        padding: 55px 40px
    }
}

@media screen and (max-width:1065px) {
    #content {
        padding-top: 63px
    }
}

@media screen and (max-width:992px) {
    #content .i-bg UL LI span {
        font-size: 18px
    }
    #content .i-wel H3 {
        font-size: 35px
    }
    #content .i-wel P {
        font-size: 15px
    }
}

@media screen and (max-width:768px) {
    #content H3 {
        font-size: 37px
    }
    #content .button {
        padding: 15px 35px
    }
    #content .i-wel,
    #content .i-bg {
        width: 95%;
        margin: 23px auto;
        float: none
    }
    #content .i-bg {
        width: 100%
    }
}

@media screen and (max-width:640px) {
    #content .i-wel {
        padding: 30px 45px
    }
    #content .button {
        font-size: 14px;
        padding: 15px 25px;
        margin: 20px 0 0
    }
}

@media screen and (max-width:515px) {
    #content {
        padding-top: 53px
    }
}

@media screen and (max-width:500px) {
    #content .i-wel {
        padding: 15px 20px
    }
    #content .i-bg {
        height: 375px;
        padding: 0
    }
    #content .button {
        font-size: 14px !important;
        padding: 10px 25px !important
    }
}

@media screen and (max-width:360px) {
    #content .i-wel
}
