/*-- Body & Text
================================================== */
h1, h2, h3, h4, h5 {
	font-family: 'Oxygen', sans-serif;
	font-weight:700;
}

p, b, i {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:1.2em;
}
/*-- Sections
================================================== */
.section-A {
	background-color: #fff;
	padding: 50px 0;
	padding-bottom:50px;	
	text-align:center;
	z-index:100;
	width:100%;
}
.section-A img {
	width:450px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.section-A h2{
	color:#000;
}
.section-A .custom-HR {
	width:100px;
	height:5px;
	background-color:#ff6600;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.section-B {
	background-color: #ff6600;
	padding: 50px 0;
	padding-bottom:50px;	
	text-align:center;
	z-index:100;
	width:100%;
	color:#fff;
}
.section-B img {
	width:450px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.section-B h2{
	color:#fff;
}
.section-B .custom-HR {
	width:100px;
	height:5px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.text-box {
  position: relative;
  height: 300px;
}

.vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*-- Footer
================================================== */
.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.footer h4 {
	text-align:center;
	font-weight:100;
	color:#000;
	font-size:13px;
}
.footer a {
	color:#000;
}
/*-- Custom Button Style
================================================== */
.sharp {
  border-radius:0;
}
.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-primary {
    background: #ff6600;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #f88b42;
}
.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus {
    outline: 0 none;	
	background: #c95102;
}
.btn-secondary {
    background: #f9f9f9;
    color: #ff6600;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: #fff;
	color: #ff6600;
}
.btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus {
    outline: 0 none;	
	background: #f0f0f0;
}
@media (max-width:420px){
	.mob-button {
		font-size:80%;
	}
}
/*-- Show/Hide
================================================== */
@media (min-width:390px){
	.xs-hide{
		display:block;
	}
	.xs-show{
		display:none;
	}	
}
@media (max-width:390px){
	.xs-hide{
		display:none !important;
	}
	.xs-show{
		display:block;
	}
}
@media (min-width:445px){
	.xxs-hide{
		display:block;
	}
	.xxs-show{
		display:none;
	}	
}
@media (max-width:445px){
	.xxs-hide{
		display:none;
	}
	.xxs-show{
		display:block;
	}
}
@media (min-width:550px){
	.xs2-hide{
		display:block;
	}
	.xs2-show{
		display:none;
	}	
}
@media (max-width:550px){
	.xs2-hide{
		display:none;
	}
	.xs2-show{
		display:block;
	}
}
@media (min-width:768px){
	.sm-hide{
		display:block;
	}
	.sm-show{
		display:none;
	}	
}
@media (max-width:767px){
	.sm-hide{
		display:none;
	}
	.sm-show{
		display:block;
	}
}
@media (min-width:992px){
	.md-hide{
		display:block;
	}
	.md-show{
		display:none;
	}	
}
@media (max-width:992px){
	.md-hide{
		display:none;
	}
	.md-show{
		display:block;
	}
}
@media (min-width:1200px){
	.lg-hide{
		display:block;
	}
	.lg-show{
		display:none;
	}	
}
@media (max-width:1200px){
	.lg-hide{
		display:none;
	}
	.lg-show{
		display:block;
	}
}
@media only screen and (max-device-width : 420px) {
	.mobile-show{
		display:block;
	}
	.mobile-hide{
		display:none;
	}		
}
@media only screen and (min-device-width : 420px) {
	.mobile-show{
		display:none;
	}
	.mobile-hide{
		display:block;
	}	
}
@media only screen and (max-device-width : 1000px) {
	.tablet-show{
		display:block;
	}
	.tablet-hide{
		display:none;
	}		
}
@media only screen and (min-device-width : 1000px) {
	.tablet-show{
		display:none;
	}
	.tablet-hide{
		display:block;
	}	
}
/*-- Navbar
================================================== */
body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-- Wrapper
================================================== */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-- Sidebar Nav Styles
================================================== */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;
}
/*-- Main Logo */
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #000;
}
.sidebar-nav li:first-child a:hover {
    color: #fff;
    background-color: #ff5000;
}
/*-- My Website */
.sidebar-nav li:nth-child(2):before {
    background-color: #ff6600;   
}
/*-- Template 01 */
.sidebar-nav li:nth-child(3):before {
    background-color: #009900;   
}
/*-- Template 02 */
.sidebar-nav li:nth-child(4):before {
    background-color: #c71b38;   
}
/*-- Template 03 */
.sidebar-nav li:nth-child(5):before {
    background-color: #ed5231;   
}
/*-- Template 04 */
.sidebar-nav li:nth-child(6):before {
    background-color: #5295d2;   
}
/*-- Template 05 */
.sidebar-nav li:nth-child(7):before {
    background-color: #772d62;   
}
/*-- Template 06 */
.sidebar-nav li:nth-child(8):before {
    background-color: #1f4e79;   
}
/*-- Template 07 */
.sidebar-nav li:nth-child(9):before {
    background-color: #9ad0ff;  
}
/*-- Template 08 */
.sidebar-nav li:nth-child(10):before {
    background-color: #3b5998; 
}
/*-- Facebook */
.sidebar-nav li:nth-child(11):before {
    background-color: #00aced;
}
/*-- Twitter */
.sidebar-nav li:nth-child(12):before {
    background-color: #dd4b39;
}
/*-- Google+ */
.sidebar-nav li:nth-child(13):before {
    background-color: #dd4b39;   
}
/*-- Instagram */
.sidebar-nav li:nth-child(13):before {
    background-color: #8a3ab9;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
/*-- Sidebar
================================================== */
.sidebar {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.sidebar:hover,
.sidebar:focus,
.sidebar:active {
  outline: none;
}
.sidebar.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.sidebar.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.sidebar.is-closed .side-top,
.sidebar.is-closed .side-middle,
.sidebar.is-closed .side-bottom,
.sidebar.is-open .side-top,
.sidebar.is-open .side-middle,
.sidebar.is-open .side-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.sidebar.is-closed .side-top,
.sidebar.is-closed .side-middle,
.sidebar.is-closed .side-bottom {
  background-color: #1a1a1a;
}
.sidebar.is-closed .side-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.sidebar.is-closed .side-middle {
  top: 50%;
  margin-top: -2px;
}
.sidebar.is-closed .side-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.sidebar.is-closed:hover .side-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.sidebar.is-closed:hover .side-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.sidebar.is-open .side-top,
.sidebar.is-open .side-middle,
.sidebar.is-open .side-bottom {
  background-color: #1a1a1a;
}
.sidebar.is-open .side-top,
.sidebar.is-open .side-bottom {
  top: 50%;
  margin-top: -2px;  
}
.sidebar.is-open .side-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.sidebar.is-open .side-middle { display: none; }
.sidebar.is-open .side-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.sidebar.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.sidebar.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 220px;
}
#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
/*-- Overlay
================================================== */
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}