/*.demo_wrapper {
	width: 100%;
	margin: 100px auto;
}*/
/*@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
  .demo_wrapper {
    width: 100%;
	margin: 70px auto;
  }  
}*/

/* Mobile Devices */
@media (max-width: 480px) {
  .demo_wrapper {
	width: 100%;
	margin: 80px auto;
  }

	.recent-works-header {
		text-align: left;
	 color:#5E696E;
	margin-top: 35px !important;
	font-size: 23px !important;
	 padding-left:10px;
}
	
}
        
/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
    .demo_wrapper {
	width: 100%;
	margin: 80px auto;
  }
	
	.recent-works-header {
		text-align: left;
	 color:#5E696E;
	margin-top: 35px !important;
	font-size: 30px !important;
	 padding-left:10px;
}
}
        
/* Tablets iPads (Portrait) */
@media (min-width: 768px) and (max-width: 1024px){
     .demo_wrapper {
	width: 100%;
	margin: 80px auto;
  }
	
	.recent-works-header {
		text-align: left;
	 color:#A91416;
	margin-top: 35px !important;
	font-size: 30px !important;
	 padding-left:10px;
}
	
}
    
/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    .demo_wrapper {
	width: 100%;
	margin: 90px auto;
  }
	
	.recent-works-header {
		text-align: left;
	 color:#5E696E;
	margin-top: 35px !important;
	font-size: 32px !important;
	 padding-left:10px;
}
}
    
/* Big boi Monitors */
@media (min-width: 1281px) {
    .demo_wrapper {
	width: 100%;
	margin: 100px auto;
  }
	
	.recent-works-header {
		text-align: left;
	  color:#5E696E;
	margin-top: 35px !important;
	font-size: 34px !important;
   padding-left:10px;
}
}

.navbar-nav {
  
    padding-left: 1.0em !important;
}


.demo_block {
	width: 100%;
}

.about {
	     font-family: Calibri, sans-serif !important;
	     font-size: 18px;
	   color:#22262b ; /*#384047*/
	   line-height: 30px !important;
	   margin-top: -40px;
}

.about-study-header {
	   
	   color:#5E696E ;
}

.about-study-content {
	   font-family: Calibri, sans-serif !important;
	   font-size: 18px;
	   color:#22262b ; /*#384047*/
	   line-height: 30px !important;
	text-align: justify;
	 margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;

}

.describe-header {
	text-align: center;
	  color:#5E696E;
	margin-top: 35px !important;
}

.describe-header-content {
	font-family: Calibri, sans-serif !important;
	   font-size: 18px;
	   color:#22262b ; /*#384047*/
	   line-height: 30px !important;
	text-align: justify;
	margin: 20px 10px !important;
	padding-right: 20px;
	padding-bottom: 10px;
}


.elearn {
	     font-family: Calibri, sans-serif !important;
	     font-size: 18px;
	   color:#22262b ; /*#384047*/
	   line-height: 30px !important;
	   margin-top: -40px;
}

.elearn-review {
	margin-bottom: 30px !important;
}

blockquote {
  font-style: italic;
}
blockquote > p:before {
  content: '“';
}
blockquote > p:after {
  content: '”';
}

.team {
	     font-family: Calibri, sans-serif !important;
	     font-size: 18px;
	   color:#22262b ; /*#384047*/
	   line-height: 30px !important;
	   margin-top: -40px;
	   text-align: center;
	   margin-bottom: 40px;
}

.notice {
	
   background: #F6F9FA; 
   border-left: #120332 6px solid;  
	-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);	
	
  /*  padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);*/
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}


