@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url('../theme.php');

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
	
	overflow-x: hidden;
    position: relative;
}
::selection{
	color: #fff;
}	
::-moz-selection{
	color: #fff;
}	
ul, ol{
	margin: 0;
	padding: 0;
	
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 13px;
}
p{
	font-size: 14px;
}
a{
	-webkit-transition: background .3s, color .3s, opacity .3s;
	transition: background .3s, color .3s, opacity .3s;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
	color: var(--main-color);
}
a:focus{
	outline-offset: 0;
}

#logo img{
	margin-top:15px;
}







footer a:hover {
    text-decoration: none;
    color: #c90600;
}







/* ************** 	START FOOTER 	*********************** */
/* ******************************************************** */
footer{
	margin-top: 115px;
}
.footer-wrapper{
	background-color: #f1f1f1;
    color: #000;
    margin: 50px 0 -50px 0;
	
	
	
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
footer a,
footer p{
	color: #fff;
}
footer .footer-wrapper >.container{
	background-image:url(../images/bottom-bg.png);
	
    background-size: cover;
    padding: 50px 0 0 50px ;
    position: relative;
    top: -50px;
}
#bottom1{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.footer-logo{
	margin-bottom: 30px;
	text-align: center;
}
.footer-info{
	margin-bottom: 15px;
}
.footer-contact span{
	color: #232323;
}
.footer-contact p{
	margin-bottom: 5px;
}
footer .title{
	text-transform: none;
    font-size: 18px;
    margin-bottom: 30px;
}
footer .menu>li{
	margin-bottom: 10px;
}
.social-wrapper{
	margin-left: 50px;
}
.social-icons li {
	margin-bottom:10px;
}
/*copyright-wrapper*/
.copyright-wrapper{
	background: #f1f1f1;
    font-size: 12px;
    line-height: 20px;
	padding: 25px 0;
	width: 100%;
    float: left;
}
.copyright-wrapper p{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.name1 p {
	text-align:left;
}
/* ************** 	END:: FOOTER 	*********************** */
/* ******************************************************** */

/*stye choosser*/

.style-chooser{
  position: fixed;
  z-index: 10;
  right:-85px;
  top: 300px;
  background: #fff;
  -webkit-box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition:all .3s;
  transition:all .3s;
}
.style-chooser.active{
  right: 0;
}

ul.preset-list {
  list-style: none;
  margin: 0;
  padding: 20px;
}

ul.preset-list li {
  display: block;
  height: 36px;
  width: 45px;
  margin-bottom: 10px;
}
ul.preset-list li:last-child{
	margin-bottom: 0;
}
.style-chooser-inner{
  position: relative;
  z-index: 1;
}

.toggoler {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  z-index: 2;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #ed1c24;
  line-height: 40px;
  -moz-box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toggoler:hover,
  
.toggoler:focus{
	color: #fff;
}