.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

body {
    color: #555;
    background-color: #FFF;
    font: normal 100% Helvetica, Arial, sans-serif;
    line-height: 1.5em;
}

a {
    text-decoration: none;
    color: #e54b00;
    outline: none;
}

a:hover {
    color: #b73a00;
}

.emm-title {
	width:100%;
	text-align:center;
	background-color:#FFF;
	font: normal 100% Helvetica, Arial, sans-serif;
	color: #555;
	font-size: 1.4em;
    line-height: 1.3em;
}

.emm-title img {
	border:none;
	width:580px;
}

.emm-title .title-1 {
	font-weight:700;
	padding-top:4px;
}

.emm-title .title-3 {
	font-weight:700;
	font-size: 0.9em;
}

.emm-adv {
	margin: 10px 10px 40px;
	padding: 10px;
border: 2px solid #0c4ca3;
	  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #fafafa;
	color: #0c4ca3;	
	font-weight:700;
	font-size:1.2em;
}

::selection {
    background: #ff5400;
    color: #FFF;
    opacity: 1;
}

::-moz-selection {
    background: #ff5400;
    color: #FFF;
}

article, section, nav, menu {
    display: block;
}

.container {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

/* TYPO */
h1 {
    font-size: 24px;
    line-height: 1.5em;
}

h2 {
    font-size: 22px;
    line-height: 1.5em;
}

h3 {
    font-size: 20px;
    line-height: 1.5em;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
}

h6 {
    font-size: 14px;
    line-height: 1.5em;
}

h2:first-child, h3:first-child {
    margin-top: 0;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: normal;
}

h3,
h4,
h5,
h6 {
    margin-top: 10px;
}

/* # RTF
-------------------------------------*/
.rtf {
    font-size: 13px;
    line-height: 1.5em;
    color: #555555;
}

.rtf p {
    margin-bottom: 1.5em;
}

.rtf .align-left {
    float: left;
    margin: 0 30px 30px 0;
}

.rtf .align-right {
    float: right;
    margin: 0 0 30px 30px;
}

/* # HEADER
-------------------------------------*/

#main-content {
    float: left;
    width: 675px;
}

.full-width #main-content {
    float: none;
    width: auto;
}

.section-title span {
    padding: 0 12px 0 0;
    background: #FFF;
}

#mainSection {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding: 0;
}

#body-wrap {
    margin: 0 auto;
    background: #FFF;
}

#body-content {
    padding: 40px 0 20px 0;
}

article {
    margin: 0 0 50px 0;
}

.divider {
    background: url("h-line-333.png") center center repeat-x;
    height: 1px;
    margin: 10px 0 30px 0;
    clear: both;
}

.space {
    padding: 10px 0;
}

.one_third, .one_fourth {
    float: left;
    height: auto !important;
    margin-right: 4%;
    min-height: 1px;
    position: relative;
}

.one_third {
    width: 30.6%;
}

.one_fourth {
    width: 22%;
}

.last {
    clear: right;
    margin-right: 0 !important;
}

.icon-item {
    margin: 0 0 10px 0;
}

.icon-item img {
    margin: 0 15px 0 0 !important;
}

.icon-title {
    line-height: 36px;
    font-size: 16px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
}

.icon-title.red {
    color: #e54b00;
}

.icon-set-1 img {
    opacity: 0.7;
}

.button, .button:visited {
    background-color: #333;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.10);
    position: relative;
    cursor: pointer;
    margin: 0 0 20px 0;
    font-weight: normal;
    letter-spacing: 1px;
    overflow: hidden;
}

.button:hover {
    background-color: #444;
    color: #fff !important;
}

.button:active {
    top: 1px;
}

.button span {
    position: relative;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-top: rgba(255, 255, 255, .25) 1px solid;
    padding: 0.6em 1.3em;
    line-height: 1.25em;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.medium.button span {
    font-size: 16px;
}

.photo-frame {
    background: #FAFAFA url(loading.gif) center center no-repeat;
    position: relative;
    z-index: 100;
    min-height: 40px;
    padding: 4px;
    border: 1px solid #EEE;
}

.photo-frame img {
    visibility: hidden;
    max-width: 100%;
    z-index: 10;
    position: relative;
}

.photo-frame-wrap {
    margin: 0 0 20px 0;
    position: relative;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {

    .container {
        width: 290px;
    }

    #mainSection {
        background: #FFF !important;
    }

    .one_third,
    .one_fourth {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #main-content {
        width: 100%;
    }

    #main-content img {
        max-width: 100%;
        height: auto;
    }

    .section-title {
        text-align: left !important;
        margin-bottom: 20px;
        background: none !important;
    }

    h2.section-title {
        font-size: 18px;
        line-height: 1.3em;
    }

    h3.section-title {
        font-size: 16px;
        line-height: 1.3em;
    }

    .section-title span {
        padding: 0 !important;
    }
	
	.emm-title {
	font-size: 1em;
    line-height: 1.1em;
}

.emm-title img {
	width:100%;
}

}

@media screen and (min-width: 768px) and (max-width: 1140px) {

    .container {
        width: 720px;
    }

    #main-content {
        width: 530px;
    }

    #main-content img {
        max-width: 100%;
        height: auto;
    }

    .icon-title {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Font */

.rtf a {
    color: #e54b00;
}

.rtf a:hover {
    color: #b73a00;
}

#carousel {
    text-align: center;
}

#carousel img {
    width: 75%;
}

#sectionContainer {
    position: relative;
}

#videoContainer {
    width: 100%;
    height: 100%;
    /*min-height: 1200px;*/
    background-color: #333333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10000;
    color: #EEEEEE;
}

#videoContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.centerContent {
    text-align: center;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.buttonImg {
    cursor: pointer;
    width: 50%;
}

.bounce {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: bounce 3s 5;
    -webkit-animation: bounce 3s 5;
    -moz-animation: bounce 3s 5;
    -o-animation: bounce 3s 5;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}





