/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#body {
	color: #36334f;
}
#logo {
	float: right;
	margin-top:25px;
}

#logo img {
	height: 44px;

}

#primary-menu {
	float: left;
	position: relative;
}

#post img, .entry-image img {
    margin: 0 auto;
}

.entry-content {
 /*   text-align: center;*/
}

.entry-content p img {
        margin: 0 auto;
        display:block;
}

.entry-content h5 {
    text-align:center;
}

.vertical-align {
padding-top:200px;
}


@media (max-width: 991px) {
	 #primary-menu-trigger 
	{
			left: unset;
		    right: 0;
		    top: 5px;
	}

	#logo {
		float: none;
		left: 50%;
		position:absolute;
		margin: 12px -93px !important;
		height: 50px;
	}
	#primary-menu {
		margin-top: 60px;
		width:100%;
	}

	#primary-menu ul li {
		text-align: center;
	}

	#primary-menu ul > li > a {
		text-align: center;
	}

	.vertical-align {
	padding-top:0px;
	}

	.landing-screen {
		display:none;
	}

	#scroll-down-wrapper {
		display: none;
	}
}

.text-white {
	color: #fff;
} 

.emphasis-title h1,.emphasis-title h2, .emphasis-title h3 {
	font-weight:700;
	margin:0;
	line-height:100%;
	color: #36334f ;

}
.angle-border {
	width: 100%;
	height:100px;
	overflow: hidden;
	padding:0;

}

.inner-angle-border
{
	-ms-transform: rotate(3deg); 
    -webkit-transform: rotate(3deg); 
    transform: rotate(3deg);
    -webkit-transform-origin: left top; 	
    transform-origin: left top; 
    width:110%;
}

.homepage-image {
	width: 100%;
	height: 100%;
}

#footer.dark {
	background: #36334f;
}

.slider-text {
	text-shadow: 2px 2px 5px #333;

}

#scroll-down-wrapper {
	position: relative;
	top: -40px;
}

#scroll-down {
	position: absolute;
	width: 100%;
    text-align: center;
}

#scroll-down-arrow, #scroll-down-text {
	color: #bdbdbd;
    font-size: 1.5em;
}

#scroll-down-arrow {
	animation-name: scroll-arrow-bounce;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-direction: alternate;
}

@keyframes scroll-arrow-bounce {
	0%   {margin-top: 0px;}
    100%  {margin-top: 0.5em;}
}

.hover-video {
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
}

.text-news-background {
    background-color: #5c9ad7;
    height: 384px;
}

.instagram-video > .instagram-media-rendered {
	margin: auto !important;
}

.portfolio-item-2x1 {
    width: 50%;
    height: 299px;
    overflow: hidden;
}


.text-news {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

#news-title {
    height: inherit !important;
    margin-bottom: 20px;
    padding-right: 20px;

    font-family: gilroybold, sans-serif;
}

#load-more {
    padding-right: 20px;
    font-family: gilroybold, sans-serif;
    margin-top: 125px;
    margin-left: 0px;
    text-align: center;
    font-size: 25px;
}

.text-news a {
	color: #ececec;
}

#load-more-background {
    background-color: #5cd7d4;
}

.news-entry-meta li {
    color: #d6d6d6;
}


@media (max-width: 767px) {
    .portfolio-item-2x1 {
        height: 300px;
    }

    .text-news-background {
        height: 211.5px;
    }

    #load-more {
        margin-top: 21px;
        font-size: 21px;
    }
}

@media (min-width: 768px) {
    .portfolio-item-2x1 {
        height: 300px;
    }

    .text-news-background {
        height: 281.5px;
    }

    #load-more {
        margin-top: 70px;
        font-size: 21px;
    }
}

@media (min-width: 992px) {
    .portfolio-item-2x1 {
        height: 400px;
    }

    .text-news-background {
        height: 3531.5px;
    }

    #load-more {
        margin-top: 101px;
    }
}

@media (min-width: 1200px) {
    .portfolio-item-2x1 {
        height: 450px;
    }

    .text-news-background {
        height: 389px;
    }

    #load-more {
        margin-top: 125px;
    }
}



.news_link a {
    color: #fff;
    text-decoration: underline;
}

.sharing_plugins {
    margin: 0 auto;
    width: 100%;
    text-align:center;
}

.IN-widget {
    vertical-align: top !important;
}



.portfolio-desc h3 {
    white-space: nowrap;
    min-height: 28px;
    overflow: hidden;
}

.portfolio-desc .entry-meta {
    white-space: nowrap;
}

.entry-meta li {
    color: #fff;
}

.portfolio-desc {
    padding: 5px 10px 15px;
    height:100%;
}

.portfolio-desc .entry-meta {
    margin-left: 0px;
}

.portfolio-item-1x1 .news_link a {
    top: 142px;
    left: 109px;
    font-size: 18px;
    text-decoration: none !important;
}

#portfolio-desc-date {
    display: inline;
    padding-left: 4px;
}