/***
	Acedeme India.
	reset.css
***/

@font-face {
    font-family: 'mandali_Regular';
    src: url('../fonts/mandali-regular-webfont.eot');
    src: url('../fonts/mandali-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mandali-regular-webfont.woff2') format('woff2'),
         url('../fonts/mandali-regular-webfont.woff') format('woff'),
         url('../fonts/mandali-regular-webfont.ttf') format('truetype'),
         url('../fonts/mandali-regular-webfont.svg#mandaliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'varelaround_Regular';
    src: url('../fonts/varelaround-regular-webfont.eot');
    src: url('../fonts/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/varelaround-regular-webfont.woff2') format('woff2'),
         url('../fonts/varelaround-regular-webfont.woff') format('woff'),
         url('../fonts/varelaround-regular-webfont.ttf') format('truetype'),
         url('../fonts/varelaround-regular-webfont.svg#varela_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futuraPT-Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-Book.woff2') format('woff2'),
         url('../fonts/FuturaPT-Book.woff') format('woff'),
         url('../fonts/FuturaPT-Book.ttf') format('truetype'),
         url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
body{font-size:16px;font-family:"varelaround_Regular";line-height:22px;color:#000;}
h1,h2,h3,h4,h5,h6,p,figure{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-style:normal;}
input,button,select,textarea{outline:none !important;}
a, a:hover, a:focus {text-decoration:none;}
a:focus, input:focus, button:focus {outline:0 none;}
ol, ul {list-style:none;padding:0;margin:0;}
table {border-spacing:0;border-collapse:collapse;}
td, th {padding:0;}
label{font-weight:normal}
.slick-initialized .slick-slide{outline:none !important;}
.bootstrap-select .btn:focus, .tab-content > .tab-pane{outline:inherit !important;}

/*Bootstrap > Container*/
@media (min-width:1366px) {
.container{width:1336px;padding-right:0;padding-left:0;}
}
@media (min-width:1440px) {
.container{width:1390px;}
}
@media (min-width:1600px) {
.container{width:1523px;}
}