/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 120px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}


/*-------------------social media icons----------------*/
#facebook {
	background-image:url(../images/facebook.png);
	height: 45px; 
	width: 45px; 
	position: fixed; 
	top: 35%; 
	z-index: 1000;
}

#facebook:hover { 
	background-image:url(../images/facebook1.png);
	cursor:pointer;
}

#linkedin {
	background-image:url(../images/linkedin.png);
	height: 45px; 
	width: 45px; 
	position: fixed; 
	top: 42%; 
	z-index: 1000;
}

#linkedin:hover { 
	background-image:url(../images/linkedin1.png);
	cursor:pointer;
}

#twitter {
	background-image:url(../images/tweet.png);
	height: 45px; 
	width: 45px; 
	position: fixed; 
	top: 49%; 
	z-index: 1000;
}

#twitter:hover { 
	background-image:url(../images/tweet1.png);
	cursor:pointer;
}


#you_tube {
	background-image:url(../images/tou_tube.png);
	height: 45px; 
	width: 45px; 
	position: fixed; 
	top: 56%; 
	z-index: 1000;
}

#you_tube:hover { 
	background-image:url(../images/tou_tube1.png);
	cursor:pointer;
}	


/*-------------------social media icons----------------*/


#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom:30px;
	right: 10px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background:url(../images/down_arrow.png) no-repeat right top;
}