html,
body {
    height: 100%;
}

body {
	overflow-x: hidden;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 38px; /* Width of image */
  height: 38px; /* Height of image */
  background: url(../images/top.png) no-repeat;
}


/******** Slider ********/

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


#mainCarousel .slider_overlay {
    background: none repeat scroll 0 0;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
     
#mainCarousel .hero {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 0 13%;
    font-family: 'NTR', sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#mainCarousel .hero h1 {
    font-size: 60px;
    margin: 0;
    padding: 0;
    font-family: 'Hammersmith One', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #333;
}

#mainCarousel .hero h3 {
    font-size: 26px;
    margin: 0;
    padding: 0;
}

#mainCarousel .hero button {
	margin-top: 30px;
	background: #42a5f6;
	font-size: 20px;
	padding: 10px 20px;
	outline: none;
}

#mainCarousel .carousel-indicators {
	position: absolute;
	z-index: 1000;
}

#mainCarousel .carousel-control {
	position: absolute;
	z-index: 1000;
}

#mainCarousel .carousel-control.left {
	background-image: none;
}

#mainCarousel .carousel-control.right {
	background-image: none;
}



@media screen and (min-width: 768px) {
#mainCarousel .carousel-control .icon-next, #mainCarousel .carousel-control .icon-prev {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    font-size: 200px;
    margin-right: -100px;
    margin-left: -100px;
    color: #42a5f6;
}
}

#mainCarousel .carousel-indicators .active {
    background: #42a5f6;
    border: 1px solid #0781E6; 
}

#about .container h6  {
	margin-top: 25px;
	box-shadow: 2px 2px 4px #333;
	width: auto;
  	height: auto;
  	float: right;
	background-color:#E1B01E;
}
	
#portfolio .container h6  {
	margin-top: 25px;
	box-shadow: 2px 2px 4px #333;
	width: auto;
  	height: auto;
  	float: right;
}
	
#blog .container h6  {
	margin-top: 25px;
	box-shadow: 2px 2px 4px #333;
	width: auto;
  	height: auto;
  	float: right;
}
	
#contact .container h6  {
	margin-top: 25px;
	box-shadow: 2px 2px 4px #333;
	width: auto;
  	height: auto;
  	float: right;

}


/******** Media Queries ********/

@media screen and (max-width: 1071px) {
#mainCarousel .hero h1 {
	font-size: 70px;
}
}

@media screen and (max-width: 938px) {
#mainCarousel .hero h1 {
	font-size: 60px;
}
}

@media screen and (max-width: 799px) {
#mainCarousel .hero h1 {
	font-size: 60px;
}
}

@media screen and (max-width: 799px) {
#mainCarousel .hero h3 {
	font-size: 22px;
}
}

@media screen and (max-width: 608px) {
#mainCarousel .hero h1 {
	font-size: 50px;
}
}

@media screen and (max-width: 608px) {
#mainCarousel .hero h3 {
	font-size: 20px;
}
}

@media screen and (max-width: 507px) {
#mainCarousel .hero h1 {
	font-size: 45px;
}
}

@media screen and (max-width: 507px) {
#mainCarousel .hero h3 {
	font-size: 18px;
}
}

@media screen and (max-width: 400px) {
#mainCarousel .hero h1 {
	font-size: 40px;
}
}

@media screen and (max-width: 400px) {
#mainCarousel .hero h3 {
	font-size: 16px;
}
}

/******** About Section ********/

#about {
	padding-top: 40px;
	padding-bottom: 40px;
}

#about .text h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}



#about .container h5 {
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	padding-top: 40px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	color: #333;
}

#about .text p {
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
  padding-bottom: 50px;
}

#about .container
{
	display: block;
	padding-bottom: 0.50em;
}


	.flexbox {      
  display: -webkit-flex;        
  display: -ms-flexbox;     
  display: flex;
  overflow: hidden;
	}
  
	.flexbox .col {
	flex: 1;
	font-size: 24px;
	text-align: justify;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  
  
	}
	.flexbox .col:nth-child(1) { 
  background: #FFF;
	}
  
	.flexbox .col:nth-child(2) { 
  background: #FFF;
  font-size: 18px;
	}



  
  /*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
	
#tweet .panel-group {
	margin-top: 30px;
}

#tweet .panel-heading:hover {
    cursor:pointer;
}

#tweet .panel-body  {
  background-image: rgba(0, 0, 0, .75);
    
}

#tweet .panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

#tweet .side-tab:hover {
     cursor: pointer;
}
    
#tweet .panel.panel-default {
     border: none;
     box-shadow: 2px 2px 3px #333 !important;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 0px;
        
}

#tweet .panel-heading {
     border: none;
     background-color: #4c0000;
     color: #fff;
}

#tweet .panel-title {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}
 
#tweet .panel-body {
	border-right: 1px solid #4c0000;
	border-left: 1px solid #4c0000;
	font-family: 'PT Sans', sans-serif;
	color: #333;
}     

#tweet #carousel {
	margin-top: 30px;
	position: relative;
	display: block;
	box-shadow: 2px 2px 3px #333 !important;
}

#tweet #carousel .item img {
	width: 100%;
}
	
#about .container .text p {
	color: #333;
	text-align: justify;
	font-size: 21px;
}
#about #tweet .container blockquote p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#about #tweet .container blockquote p {
	font-size: 36px;
}
#about #tweet .container blockquote p {
	color: #FFF;
}
#about #tweet .container blockquote p {
	color: #FFF;
}

#tweet
	{
	position: relative;
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../images/rig_sunset.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	}

		#tweet:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			
		}
	
		#tweet section
		{
			border-top: 1px solid;
			border-bottom: 1px solid;
			border-color: rgba(255,255,255,0);
			
		}

		#tweet blockquote
		{
	font-size: 36px;
	text-align: center;
	text-shadow: 2px 3px 3px #333;
	font-style: italic;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 1em;
	position: relative;
	border: none;
	margin: 0;
	font-weight: 500;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	}	

/******** Portfolio Section ********/


#portfolio {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #333;
}

                                                                     
      
	                                                                 
#portfolio h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	border-bottom: 8px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#portfolio p {
	font-family: 'PT Sans', sans-serif;
	font-size: 21px;
	color: #fff;
}

#portfolio .Portfolio-nav {
	padding:0;
	margin:60px 0 45px 0;
	list-style:none;
	text-align:center;
}

#portfolio .Portfolio-nav li {
	margin:0 10px;
	display:inline;
}

#portfolio .Portfolio-nav li a {
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

#portfolio .Portfolio-nav li a:hover {
	background:#42a5f6;
	color:#fff;
	text-decoration:none;
}

#portfolio .portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

#portfolio .portfolioContainer{
	max-width: 1140px;
	min-width: 280px;
}

#portfolio .Portfolio-box {
	text-align:center;
	margin-bottom:30px;
	height:225px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}

#portfolio .Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

#portfolio .Portfolio-box img:hover {
	opacity: 0.6;
}

#portfolio .Portfolio-nav li a.current{
	background: #42a5f6;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}


/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


/******** Blog Section ********/


#blog {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f9f9f9;
}

#blog h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
	color: #333;
	clear: both;
	
}

#wrap {
	width: 100%;
		}
	
.left  {
	width: 420px;
	float: left;
	}

.right {
	width: 420px;
	float: right;
	}


#blog h2 span {
	color: #42a5f6;
	
}

#blog .carousel .carousel-inner ul {
	list-style: none;
	padding: 0;
}

#blog .carousel .carousel-inner .thumbnail {
	border: none;
	padding: 0px;
}

#blog .carousel .carousel-inner .thumbnail img {
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

#blog .carousel .carousel-inner .caption h4 {
	font-size: 18px;
	text-transform: uppercase;
}

#blog .carousel .carousel-inner .caption .btn {
	padding: 0px;
	font-size: 16px;
}

#blog .pager li a {
	background: #42a5f6;
	color: #fff;
}


/******** Contact Section ********/


#contact {
	padding-top: 40px;
	padding-bottom: 40px;
}

#contact h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	border-bottom: 8px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}



#contact p {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #000;
}

#contact .contact-form input {
	width: 100%;
	height: 40px;
	margin-top: 25px;
	outline: none;
	padding: 20px;
	font-size: 14px;
	border: 1px solid #000;
	background-color: #CCC;
}

::-webkit-input-placeholder {
   color: #000;
}


#contact .contact-form textarea {
	width: 100%;
	height: 150px;
	margin-top: 25px;
	outline: none;
	resize: none;
	padding: 20px;
	font-size: 14px;
	border: 1px solid #000;
	background-color: #CCC;
}

#contact .contact-form button {
	margin-top: 20px;
	padding: 10px 20px;
	background: #42a5f6;
	border: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
	transition: background-color 0.5s ease;
}

#contact .contact-form button:hover {
	background: #55687C;
}

#contact .image {

}

#contact .image img {
	width: 100%;
	height: 100%;
	box-shadow: 2px 3px 8px #333;	
	
}


/******** Subscribe Section ********/


#subscribe {
	padding-top: 40px;
	padding-bottom: 40px;
}

#subscribe h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	border-bottom: 8px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#subscribe p {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #000;
}

#subscribe .input-group {
    width: 100%;
    margin-top: 30px;
}

#subscribe input.btn.btn-lg,
input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #42a5f6;
    text-align: left;
    font-size: 16px;
    cursor: auto;
}

#subscribe button.btn {
    width: 40%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #42a5f6;
    outline: none;
    text-transform: uppercase;
}


/******** Footer ********/


.footer {
	margin-top: 20px;
  	width: 100%;
  	height: 60px;
  	background-color: #1a223d;
  	text-align: center;
}

.footer .text-muted {
	padding: 20px;
	margin: 0px;
	color: #fff;
}
h8 {
	vertical-align: middle;
}
#tableresource {
	color: #000;
	font-size: 14px;
}
#tableresources {
	font-size: 16px;
	color: #000;
}
