@font-face {
    font-family: 'ec-icons';
    src: url('fonts/ec-icons.eot?qkleyq');
    src: url('fonts/ec-icons.eot?qkleyq#iefix') format('embedded-opentype'),
    url('fonts/ec-icons.ttf?qkleyq') format('truetype'),
    url('fonts/ec-icons.woff?qkleyq') format('woff'),
    url('fonts/ec-icons.svg?qkleyq#ec-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ecicon {
    font-family: 'ec-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ecicon-ec-back:before {
    content: "\e90d";
}

.ecicon-ec-next:before {
    content: "\e90e";
}

.ecicon-ec-email:before {
    content: "\e900";
}

.ecicon-ec-snapchat:before {
    content: "\e901";
}

.ecicon-ec-whatsapp:before {
    content: "\e902";
}

.ecicon-ec-youtube:before {
    content: "\e903";
}

.ecicon-ec-google-plus:before {
    content: "\e904";
}

.ecicon-ec-linkedin:before {
    content: "\e905";
}

.ecicon-ec-instagram:before {
    content: "\e906";
}

.ecicon-ec-twitter:before {
    content: "\e907";
}

.ecicon-ec-facebook:before {
    content: "\e908";
}

.ecicon-ec-classroom-tribune:before {
    content: "\e909";
}

.ecicon-ec-team:before {
    content: "\e90a";
}

.ecicon-ec-calendar:before {
    content: "\e90b";
}

.ecicon-ec-mortarboard:before {
    content: "\e90c";
}

.ec-customization-properties,
.ec-customization-properties *,
.ec-customization-properties *:before,
.ec-customization-properties *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .ec-customization-properties .ec-list-unstyled {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

body .ec-customization-properties .ec-btn {
    border: 0;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 12px 15px;
    font-weight: 700;
}

.ec-label {
    font-weight: 700;
}

.ec-table {
    border: 1px solid #ddd;

}

.ec-table > tbody > tr > td {
    border-top: 1px solid #ddd;
    font-size: 16px;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top;
}

.ec-table > tbody > tr:first-child > td {
    border: 0;
}

.ec-table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

body .ec-customization-properties .image-wrapper {
    margin: 0 auto;
}

body .ec-customization-properties .image-wrapper {
    position: relative;
}

.ec-bg-overlay {
    background: #000;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    width: 100%;
    filter: alpha(opacity=54);
    opacity: 0.54;
}

body .ec-customization-properties .ec-bgcolor {
    background: #37dba9;
    color: #fff;
}

body .ec-customization-properties .ec-bgcolor:hover,
body .ec-customization-properties .ec-bgcolor:focus {
    background: #5584ff;
    color: #fff;
}

.ec-wrapper,
.ec-events {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.ec-row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-grid {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-four {
    width: 25%;
}

.col-four:nth-child(4n+1) {
    clear: left;
}

.col-three {
    width: 33.33%;
}

.col-three:nth-child(3n+1) {
    clear: left;
}

.col-two {
    width: 50%;
}

.col-two:nth-child(2n+1) {
    clear: left;
}

@media (max-width: 991px) {
    .col-grid {
        width: 100%;
    }
}

.ec-item {
    background: #f5f5f5;
    height: 100%;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
    -o-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
}

.ec-item:hover,
.ec-item:focus,
.ec-item:active {
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.cpt-format {
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
    text-align: right;
    z-index: 1;
}

.cpt-format .ecicon {
    border: 3px solid #fff;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -ms-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;
    vertical-align: middle;
    width: 50px;
}

.ec-contents {
    padding: 0 0 40px;
}

.ec-contents-archieve {
    padding-left: 25px;
    padding-right: 25px;
}

.ec-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.ec-social-link .ec-social {
    list-style: none;
    margin: 15px auto;
    padding-left: 0;
}

.ec-social-link .ec-social li {
    display: inline-block;
    margin-right: 10px;
}

.ec-social-link .ec-social li a {
    font-size: 22px;
    vertical-align: middle;
}