* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}
html, body {
    height: 100%;
    background:#e8e8e8;
}
strong{
    font-weight:bold !important;
}
html, html a, h2, h1, p {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
}
/******** RESET:CSS **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family:GT-Book;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#deik-first-block{
  margin-left:37%;
}

@font-face {
    font-family: 'GT-Book';
    src: url('fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/GothamNarrow-Book.otf')  format('opentype'),
    url('fonts/GothamNarrow-Book.woff') format('woff'), url('fonts/GothamNarrow-Book.ttf')  format('truetype'), url('fonts/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Bold';
    src: url('fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/GothamNarrow-Bold.otf')  format('opentype'),
    url('fonts/GothamNarrow-Bold.woff') format('woff'), url('fonts/GothamNarrow-Bold.ttf')  format('truetype'), url('fonts/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Light';
    src: url('fonts/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/GothamNarrow-Light.otf')  format('opentype'),
    url('fonts/GothamNarrow-Light.woff') format('woff'), url('fonts/GothamNarrow-Light.ttf')  format('truetype'), url('fonts/GothamNarrow-Light.svg#GothamNarrow-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'M-Bold';
    src: url('fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Merriweather-Bold.woff') format('woff'), url('fonts/Merriweather-Bold.ttf')  format('truetype'), url('fonts/Merriweather-Bold.svg#Merriweather-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.light-text{
    font-family:'GT-Light' !important;
}

.italic{
    font-style: italic;
}
.button{
    display:inline-block;
    padding:7px;
    font-size:14px;
    border:1px solid #dddede;
    color:#868686;
   /* margin-top:15px; */
}
.button-default:hover{
    background:#3869a7;
    border:1px solid #3869a7;
    color:white;
}
/******* END OF RESET.CSS *************/

header{
    height:100px;
    background:white;
    width:100%;
    position:relative;
}

header #logo{
    position:absolute;
    left:0;
    top:8px;
}

header nav{

}
header nav ul{
    width:100%;
    text-align:center;
    font-family:GT-Book;
}
header nav ul li{
    display:inline-block;
    margin-right:10px;
    line-height:100px;
    position:relative;
}
header nav ul li:last-child a{
	border:none !important;
}
header nav ul li:hover ul{
    display:block !important;
}
header nav ul li.parent-menu:after{
    font-family: "FontAwesome";
    content: "\f107";
    color:black;
	position: absolute;
    right: 10px;
    top: 0;
}
header nav ul li a{
    font-size:18px;
    color:#343434;
    display:inline;
	padding-right:10px;
	border-right:1px solid #ccc;
}
header nav ul li.parent-menu a{
	padding-right:25px;
}
header nav ul li ul{
    display:none;
    position:absolute;
    width: 357px;
    z-index: 9;
    left:-74px;
    background:rgba(255, 255, 255, 0.9);
    top: 103px;
}
header nav ul li ul li{
    float:none;
    width:100%;
    line-height:18px;
    display: inherit;
    border-bottom:1px solid #dfdfdf;
    border-top:1px solid #fff;
    text-align: left;
    padding-left: 64px;
}
header nav ul li ul li a{
    font-size: 16px;
    color:#858585;
    padding: 10px;
    font-weight:bold;
	border:none;
	display:inline-block;
}
header nav ul li ul li a:hover{
    color:#d83f37
}
.menu-line{
    position: absolute;
    top: -5px;
    z-index: 9;
    left: 54px;
}
header #top-social{
    position: absolute;
    right:0;
    top:38px;
}
header #top-social ul{

}
header #top-social ul li{
    display: inline-block;
    padding:0 7px;
    border-right:1px solid #dddede;
}
header #top-social ul li a{
    color:#8f989e;
    display:inline-block;
    margin-right:3px;
}

footer{
    background:white;
    width:100%;
 /*   margin-top:80px;  */
    position:relative;
    padding-bottom: 30px;
}

footer #footer-logo{
    position: absolute;
    left: 22px;
    top: 34px;
    width: 112px;
}

footer #footer-logo-mobile{
    display:none;
}


footer #footer-social{
    position:absolute;
    right:30px;
    top:0;
}
footer #footer-social a{
    padding:10px;
    display:inline-block;
    background: #e8e8e8;
    color: #9a9a9a;
    width: 40px;
    text-align: center;
}
footer #footer-partners{
    position:absolute;
    right: 15px;
    top: 86px;
}
footer #footer-partners img{
    width:80%;
}

footer #footer-partners-mobile{
    display:none;
}

footer #footer-menu{
    width:100%;
    margin-top:80px;
    text-align: center;
}
footer p{
    text-align:center;
    margin:3px -5px;
}
footer #footer-menu li{
    display:inline-block;
}
footer #footer-menu li a{
    display:inline-block;
    padding:5px 10px;
    border-right:1px solid #ccc;
    color:black;
}
footer #footer-menu li:last-child a{
    border:none;
}

.single-header{
    height:550px;
    background-size:cover;
    width:100%;
    position: relative;
}
.single-header .play-button{
    position: absolute;
    color:white;
    font-size:70px;
    left:50%;
    top:50%;
    margin-left:-35px;
    margin-top:-35px;
    z-index: 9;
}
.single-header .overlay{
    position: absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background:red;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.video .play-button{
    position: absolute;
    color:white;
    font-size:40px;
    left:44%;
    top:40%;
    z-index: 9;
}
.single-header .sub-title{
    color: white;
    font-size: 27px;
    position: absolute;
    bottom: 110px;
    width: 100%;
    text-align: center;
}
.home-header{

}

.home-header .slider{
    width:100%;
    height:750px;
	opacity:0;
}

.home-header .slider h4{
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: center;
    width: 100%;
    font-family: M-Bold;
    text-shadow: 2px 2px 3px black;
    font-size: 45px;
    line-height:55px
}

.rsDefault .rsArrowIcn{
    background-color:transparent !important;
    color:white;
    width:40px;
    height:40px;
    border:1px solid #fff;
    border-radius:100%;
}
.rsDefault.rsHor .rsArrowLeft{
    left:10px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn{
    background-position: -62px -30px;
}
.rsDefault.rsHor .rsArrowRight{
    right:20px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn{
    background-position: -61px -61px;
}

.slider-pin{
    position: absolute;
    top: 200px;
    right: 200px;
    min-width: 260px;
}
.slider-pin .pin-icon{
    position:absolute;
    right: -80px;
    top: 20px;
}

.slider-pin .slider-pin-title{
    text-align:right;
    padding: 5px;
    background: url(images/pin-title-bg.png) no-repeat left;
}
.slider-pin .slider-pin-desc{
    text-align:right;
    padding: 14px;
    line-height:19px;
    padding-left:40px;
    margin-top: 10px;
    background: url(images/pin-desc-bg.png) no-repeat left;
}

section{
    position: relative;
}

section.margin-top{
    position: relative;
    top: -63px;
}
section.second-section{
    margin-top:-40px;
}
section.no-margin{
    margin-top:23px;
}
section .container{
    background:white;
    padding:15px 40px;
    position: relative;
}
section .section-header{
    width:100%;
    text-align: center;
}
section .section-header h1{
    color:#3b3b3b;
    font-family:'GT-Bold';
    font-weight:bold;
    font-size:25px;
    background:white;
    padding:5px 20px;
    display: inline-block;
}
section .line{
    width:100%;
    border-bottom:1px solid #e8e8e8;
    margin-bottom: -19px;
    margin-top: 20px;
}
section .section-body{
    margin-top: 15px;
}
section .section-body p{
    margin:13px 0;
    font-size:16px;
    line-height:21px;
}

section .section-footer{
    margin-top: 25px;
    width:100%;
    border-top:1px solid #e8e8e8;
    text-align:center;
}

.item{
    padding:30px 30px 5px 30px;
}

.news-carousel{

}
.news-carousel .news-carousel-item{

}
.news-carousel img{
    width:100%;
    max-width:100%;
}
.news-carousel .news-date{
    font-size:13px;
    color:#3b3b3b;
    margin-top:10px;
    display:inline-block;
}
.news-carousel h3{
    font-size:18px;
    color:#3b3b3b;
    margin:15px 0 10px 0;
    font-weight:bold;
}
.news-carousel p{
    font-size:14px;
    line-height:18px;
    color:#3b3b3b;
}
.news-carousel h3{

}


.arrow{
    padding: 5px 10px;
    border: 1px solid #646464;
    border-radius: 100%;
    font-size: 15px;
    color: #646464;
    display: inline-block;
    margin-top:15px;
}
.left-arrow{
    float:left;
}
.right-arrow{
    float:right;
}

.see-more-button{
    padding: 8px 30px;
    border: 1px solid #dddede;
    color: #646464;
    font-weight: bold;
    border-radius: 30px;
    display: inline-block;
    margin-top: 14px;
    font-size: 12px;
}

.publications-carousel{

}
.publications-carousel .pub-carousel-item{

}
.publications-carousel .pub-carousel-item .pub-box{
    border: 1px solid #e8e8e8;
    padding: 20px;
    display: block;
    margin: 0 auto;
    width: 75%;
    background:rgba(232,232,232,0.5);
}

.publications-carousel .pub-carousel-item .pub-box .button{
    font-weight:bold;
}

.publications-carousel .pdf{
    width:100%;
    padding-bottom:15px;
    border-bottom:1px solid #e8e8e8;
    display:inline-block;
}
.publications-carousel .pdf i{
    font-size: 35px;
    color: #f70a0a;
}
.publications-carousel .pdf .date{
    font-size:14px;
}
.publications-carousel h3{
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom:20px;
    text-align: center;
	height: 50px;
}
.publications-carousel .button-default{
    margin-left:-30px;
    background:white;
    color:#3869a7;
    border:1px solid #dddede;
}
.publications-carousel .button-default:hover{
    background:#3869a7;
    color:white;
}
.publications-carousel .button-download{
    margin-right: -30px;
    border:1px solid #dddede;
    float: right;
    color:#dc4437;
    background:white;
}
.publications-carousel .button-download:hover{
    background:#dc4437;
    color:white;
}

.publications-carousel .button-download2{
    border:1px solid #dddede;    
    color:#dc4437;
    background:white;
}
.publications-carousel .button-download2:hover{
    background:#dc4437;
    color:white;
}

.events-carousel{

}
.events-carousel .events-thumbnail{
    width:50%;
    float:left;
}
.events-carousel .events-thumbnail img{

}
.events-carousel .events-info{
    float:right;
    width:45%;
}
.events-carousel .date{
    font-size:14px;
    color:#3b3b3b;
    margin-top: 10px;
    display:inline-block;
}

.events-carousel h4{
    margin:15px 0;
    font-weight:bold;
    font-size:17px;
    line-height:20px;
}

.logo-list{

}
.logo-list li{
    margin:0px 0;
    min-height: 100px;
}

.logo-list .item{
    padding: 5px 30px 5px 30px !important;
}

.logo-list h5{
    font-size:18px;
    text-align:center;
    margin:15px 0 0;
}
.logo-list-item{
    width:260px;
    max-width:100%;
    height:70px;
    border:1px solid #dddede;
    position:relative;
    display: block;
    margin: 0 auto;
}
.logo-list-item .partner-logo{
    width:100%;
    height:100%;
}
.logo-list-item:hover .overlay{
    opacity: 1;
}
.logo-list-item .overlay{
    opacity: 0;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(14, 73, 148, 0.8);
    line-height:70px;
    text-align:center;
    font-size:16px;
}
.logo-list-item .overlay a{
    color:white;
    font-weight:bold;
}
.logo-list-item .overlay span{
    color:white;
    font-size:25px;
}

.button-contact{
    font-size:20px;
    font-weight: bold;
    padding:15px 50px;
    border:1px solid #ccc;
}

section .social-box{
    position:absolute;
    top:-25px;
    right:0;
}

section .social-box a{
    color:white;
    font-size:18px;
    display:inline-block;
    margin-left:3px;
}

#search-box{
    padding:15px;
    background:#f4f4f4;
    position:relative;
}
#search-box input[type="text"]{
    padding:10px;
    width:100%;
    background:transparent;
    border-bottom:1px solid #ccc;
}
#search-box input[type="image"] {
    position:absolute;
    right: 25px;
    top: 23px;
}

#company-accordion{
    margin-top:30px;
}
.panel{
    border: 0 !important;
}
.panel-heading{
    box-shadow:none !important;
    border-radius:0;
    border:0 !important;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:none !important;
    padding:15px;
    position:relative;
}
.panel.active .panel-heading:after{
    content:"\f068";
}
.panel-heading:after{
    content:"\f067";
    font-family:"FontAwesome";
    position:absolute;
    right:10px;
    top:17px;
}
.panel-body {
    line-height: 22px;
    font-size: 16px;
}
.content h2{
    font-size:30px;
}
.content h3{
    font-size:20px;
    margin-top: 30px;
    font-weight: bold;
}

.content ul{
    font-size: 16px;
    line-height: 25px;
    margin-top:20px;
}

.content ul li{
    font-size: 16px;
    line-height: 25px;
    list-style-type: disc;
    list-style-position: inside;
}

.member{
    padding:15px;
    border:1px solid #dddede;
    text-align:center;
    margin-top:30px;
}

.member img{
    display:block;
    margin:0 auto;
    border-radius: 10px;
}
.member h4{
    color:#666;
    font-size:20px;
    margin-top:10px;
}
.member h6{
    color:#666;
    font-size:15px;
    margin-top:5px;
}
.member span{
    color:#666;
    font-size:13px;
    margin-top:15px;
    display: inline-block;
}
.member .social-line{
    margin:10px -15px;
    padding:9px 0;
    background:#565d67;
}
.member .social-line a{
    color:white;
    margin-left:10px;
}
#member-campanies{
    margin-top:40px;
}

.member-companies-item{
    min-height:135px !important;
}

#publications-carousel .col-md-3{
    margin-top: 30px;
}
.video{
    # margin-top:25px;
}
.video h4{
    text-align:center;
    font-size:16px;
    line-height:22px;
    margin-top:10px;
    min-height:70px;
}
.video img {
    margin:0 auto;
}

#contact-form{
    position:relative;
}
#contact-form input{
    float:left;
    width:50%;
    padding:15px;
    border:1px solid #e6e2e2;
}
#contact-form textarea{
    width:100%;
    padding:15px;
    height:219px;
    border:1px solid #e6e2e2;
}
#contact-form button{
    position:absolute;
    right:0;
    top:0;
}
#contact-form img{
    height:100%;
}
input.error, textarea.error{
    border:1px solid red !important;
}
input.valid, textarea.valid{
    border:1px solid green !important;
}
label.error{
    width:100%;
    color:red;
    margin-bottom:5px;
}

.map{
    pointer-events: none;
}


.top-block{
    background:#373b43;
    padding:30px;
    text-align:center;
    display:none;
}
#login-form fieldset{
    width:250px;
    display: inline-block;
    margin-right:20px;
    vertical-align: top;
    text-align: left;
}
#login-form input{
    padding:10px;
    background:#73767c;
    border:1px solid #d9d9d9;
    width:100%;
}
#login-form button{
    background:#63656b;
    color:white;
    font-weight:bold;
    padding:13px;
}
#login-form label.error{
    display:inline-block;
    width:auto;
    margin-top: 5px;
    display: inline-block;
}
.close-icon{
    position:absolute;
    right:10px;
    top:10px;
    font-size:20px;
    color:white;
}

#search-form #search-box{
    width:1000px;
    max-width:100%;
    margin:0 auto;
    background:#373b43;
    text-align:right;
}
#search-form #search-box input{
    color:white;
}
#search-form #search-box span{
    color:#838b90;
    margin-right:5px;
}

#mobile-header{
    display:none;
	background:#012d46;
}
#top-line{
    background:#3869a7;
    width:90%;
    margin:0 auto;
    padding:5px;
}
#top-line a{
    color:white;
    display:inline-block;
    margin-right:5px;
}
#top-white-line{
    padding:3px;
	background:white;
	width:90%;
	margin:0 auto;
}
#top-white-line .mobile-logo{
    width:130px;
}

#top-white-line .menu-hamburger{
    width:43px;
    margin-top:3px;
    margin-right:10px;
}

.news-title{
    height:35px;
    line-height: 20px;
}

#deik-title-img{
    width:70%;
}

/*
#taik-partners .item{
    width:33%;
    float:left;
    min-height:0px !important;
} */


#footer-deik-text{
    margin: 10px -5px;
}


.messageBox{
    margin-left: 30%;
    margin-top: 5%;
    color: Red;
}

/* MOBILE MENU */

#mobile-menu{display:none;background:white;position: relative;top: 5px;}
#mobile-menu > ul{margin:0;padding:0;list-style:none;position:absolute;z-index: 99;background: rgba(255, 255, 255, 0.92);width: 90%;left: 5%;}
#mobile-menu ul li{position:relative;}
#mobile-menu > ul > li{background:url(assets/images/plus.png) no-repeat right 10px top 15px;}
#mobile-menu > ul > li.active{background:url(assets/images/minus.png) no-repeat right 10px top 15px;}
#mobile-menu ul li a{color:#3869a7;padding:10px;display:inline-block;width:100%;height:100%;font-size:18px;border-bottom:1px solid #ccc;}
#mobile-menu ul li > ul{display:none;}
#mobile-menu ul li > ul li{}
#mobile-menu ul li > ul li a{padding-left:30px;font-size:16px;color:#5C5C5C;}
#mobile-menu ul li > ul li a:before{content:"-- "}
.parent-menu-mobile-icon i{
	font-family:"FontAwesome";
	content: "\f067";
	color:#3869a7;
}
li.active .parent-menu-mobile-icon i{
	font-family:"FontAwesome";
	content: "\f068"
}
.parent-menu-mobile-icon{
	font-size:20px;
	position: absolute;
    top: 10px;
    right: 10px;
}
/* RESPONSIVE */



@media only screen and (max-width : 1280px) {
    .publications-carousel .pub-carousel-item .pub-box{
        width:100%;
    }
}

@media only screen and (max-width : 1200px) {
    header{
        display:none;
    }
    #mobile-header{
        display:block;
    }
    .home-header h4, .home-header .slider-desc, .home-header .slider-pin{
        display:none;
    }
    section.margin-top{
        top:0;
    }
    section.second-section{
        margin-top:23px;
    }

    footer.content-page{
        margin-top:60px;
    }

    footer #footer-logo{
        position: relative;
        width: 100px;
    }

    .publications-carousel h3{
		font-size: 16px;
		margin-bottom: 22px;
		height: 65px;
    }
	
}

@media only screen and (max-width : 991px) {
    #contact-form{
        clear:both;
        display:inline-block;
        margin-top:20px;
    }
    #contact-form textarea{
        height:169px;
    }
    #contact-form input{
        width:100%;
    }
    #deik-first-block{
        margin-left:0;
    }
    .video .play-button{
        top:35%;
    }

    section .section-header h1{
        font-family:'GT-Book';
    }

    .messageBox{
        margin-top: 15%;
    }
}
@media only screen and (max-width : 768px) {
    .container{
        padding:15px 40px !important;
        margin-top:-10px;
	}
	.single-header{
        height:230px;
		background-size: 200% !important;
		background-position: 50% !important;
		background-repeat:no-repeat
    }
    .single-header .sub-title {
        bottom:30px;
    }
    #footer-partners img {
       /* height:50px;  */
    }

    #deik-title{
        display:none;
    }

    #deik-title-img{
        width:100%;
    }

    /*
    #taik-partners .item{
        width:100%;
    }
    */

    #footer-deik-text{
        width: 82%;
        font-size: 14px !important;
    }


    footer #footer-logo{
        display:none;
    }

    footer #footer-logo-mobile{
        position: absolute;
        margin: 10% auto;
        display: block;
        width: 45%;
        left: 26%;
    }

    footer #footer-partners-mobile{
        position:absolute;
        right: 15px;
        display:block;
        bottom:10px;
    }

    footer #footer-partners-mobile img{
        width:75%;
    }

    footer #footer-partners{
        display:none;
    }

    footer #footer-menu {
        margin-top: 36%;
    }

    .logo-list li{
        margin:0px 0;
        min-height:100px;
    }

    .logo-list .item{
        padding: 0px 30px 5px 30px !important;
    }

    #news-carousel .button {
        margin-top: 5px;
    }

    .member-companies-item{
        min-height:127px !important;
    }

    .video h4{
        min-height:40px;
    }

}
@media only screen and (max-width : 400px) {
    .video .play-button{
        top:30%;
    }

    .clearfix{
        margin-top: 11px;
    }

    #footer-deik-text{
        font-size: 14px !important;
        margin: 3px -5px;
    }

    footer #footer-partners-mobile{
        position:absolute;
        right: 1px;
        display:block;
        bottom:17px;
    }

}


@media only screen and (min-width : 1366px) {
 .container{
	 width:90%;
 }
}

@media only screen and (max-width : 1600px) {
    .news-title{
        height:70px;
    }
}

@media only screen and (max-width : 478px) {
    #news-carousel .button {
        margin-left: 32%;
        padding: 13px;
        font-size: 17px;
    }
}

@media only screen and (max-width : 414px) {
    #news-carousel .button {
        margin-left: 30%;
        padding: 13px;
        font-size: 17px;
    }
}

@media only screen and (max-width : 375px) {
    #news-carousel .button {
        margin-left: 27%;
        padding: 13px;
        font-size: 17px;
    }
}

@media only screen and (max-width : 320px) {
    #news-carousel .button {
        margin-left: 23%;
        padding: 13px;
        font-size: 17px;
    }
}