body {
	background-color:#fff !important;
	line-height: 1;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
            color: #000;
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	outline: 0 !important;
	transition: all 0.5s ease-in-out;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}

h1{
	font-family: 'Montserrat', sans-serif;
}

















/*========================================================
================== RESPONSIVE QUERIES===============*/


/*------------------------------------------------
1300
------------------------------------------------*/
@media screen and (max-width: 1300px) {
   
}

/*------------------------------------------------
1200
------------------------------------------------*/
@media (min-width:1200px){

}

/*------------------------------------------------
1199
------------------------------------------------*/
@media (max-width:1199px){
}

/*------------------------------------------------
1059
------------------------------------------------*/
@media screen and (max-width: 1059px) {
    
}

/*------------------------------------------------
992
------------------------------------------------*/
@media (min-width:992px){

}

/*------------------------------------------------
991
------------------------------------------------*/
@media (max-width:991px){
}

/*------------------------------------------------
768
------------------------------------------------*/
@media (min-width:768px){

}

/*------------------------------------------------
767
------------------------------------------------*/
@media (max-width:767px){
}

/*------------------------------------------------
600
------------------------------------------------*/
@media (max-width:600px){
}

/*------------------------------------------------
554
------------------------------------------------*/
@media (max-width:554px){
}

/*------------------------------------------------
500
------------------------------------------------*/
@media (max-width:500px){

}

/*------------------------------------------------
479
------------------------------------------------*/
@media (max-width:479px){
}

/*------------------------------------------------
375
------------------------------------------------*/
@media (max-width:375px){
}

/*------------------------------------------------
320
------------------------------------------------*/
@media (max-width:320px){

}

