﻿/*
Theme Name: Carteret Community College
Theme URI: https://www.AndiSites.com
Author: AndiSites Inc.
Author URI: https://www.AndiSites.com/
Description: Custom responsive theme for Carteret Community College
Version: 1.0
Text Domain: carteret

copyright © 2016 |  AndiSites, Inc. | all rights reserved
*/
* {
margin:0px;
padding:0px;
border:0px;
}

body {
	font-family: 'Open Sans', sans-serif;
	/*background-color:#101F2C;*/
	background-color: #F2F6F7;

}

#header {
	width:100%;
	position:relative;
}

#header #marquee {
	max-width: 100%;
	background: #003b5c;
	height: 30px;
	overflow: hidden;
}

#slider-external {
	width:100%;
	height:692px;
	background: #101F2C;
	color:white;
	background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}

.sec #slider-external {
	height:190px;
	background: url('images/sec-header-background.jpg') no-repeat top center;
	background-size: cover;
}

.shadow {
	text-shadow: 2px 2px 4px #333;
}


#shadow {
	width: 100%;
	height:152px;
	position: absolute;
	top:30px;
	background: url('images/darker.png') repeat-x top center;
	z-index: 100;
}

#slider-internal {
	
}

.sld {
	max-width: 100%;
	overflow: hidden;
}

.sld img {
	margin: auto; 
	display: block;
}

.sld h2 {
	position: absolute;
	width:100%;
	/*max-width:980px;*/
	/*top:350px;*/
	top:480px;
	color:white;
	left:0;
	right:0;
	margin:0 auto;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 3.125em;
}

.sld .cta {
	position: absolute;
	top:560px;
	width:100%;
	color:white;
	left:0;
	right:0;
	margin:0 auto;
	text-align: center;

}

#left-arrow {
	width: 58px;
	height:63px;
	position: absolute;
	top:300px;
	left:0px;
	z-index:101;
	cursor: pointer;
}

#right-arrow {
	width: 58px;
	height:63px;
	position: absolute;
	top:300px;
	right:2px;
	z-index:101;
	cursor: pointer;
}


#marquee p {
	width: 320px;
	margin:0 auto;
	color:#94afc8;
	font-weight: 300;
	font-size: 0.6875em;
	line-height: 30px;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    text-align: right;
}

#marquee li {
	list-style: none;
}

#h-container {
	position: absolute;
	width:100%;
	max-width: 980px;
	margin:0 auto;
	height:161px; 
	top:0px;
	left:0;
	right:0;
	bottom:0px;
	z-index: 255;

}

#logo {
	width:183px;
	height:162px;
	position:relative;
	top:0px;
	left:20px;
	float:left;

}

#utilitynav {
	width:447px;
	position: relative;
	top:63px;
	right: 20px;
	float:right;

}

#utilitynav ul li {
	display: inline-block;
	margin:0 10px;
	position: relative;
	
	-webkit-transition:all 400ms;
	-moz-transition:all 400ms;
	-ms-transition:all 400ms;
	transition: all 400ms;
}

#utilitynav li#directory {
	margin-left:5px;
	top:5px;
}

#utilitynav ul li:hover {
	transform: translateY(-5px);
}

#navigation {
	width:100%;
	background: #003b5c;
	position: absolute;
	top:182px; 
	z-index: 200;
}

#main-nav {
	position: relative;
	margin:0 auto;
	max-width: 980px;
	height:50px;
	left:0;
	right:0;
	text-align: center;
	
}

.nav {
	height:66px;
	
}

#main-nav ul {

}

.page-id-5048 #main-content ul.children {
    margin-bottom: 0em;
}

#main-nav ul li:hover > ul.sub-menu {
	visibility: visible;
}

#main-nav ul.sub-menu {
	position:absolute;
	width:16em;
	visibility: hidden;
}

#main-nav ul.sub-menu li {
	width: 100%;
	float:left;
	background: #003b5c; /*#bd4c2f*/
	border-bottom:1px solid #CE5435;
}

#main-nav ul.sub-menu li a {
	width:100%;
	padding:0px 0px;
	transition:none;
}


#main-nav ul li {
	display: inline-block;
	margin:0 0px;
	line-height: 50px; /*65px*/

}



#main-nav ul li a {
	text-decoration: none;
	font-weight: 500;
	font-size: 0.98em;
	color:white;
	display: inline-block;
	height:50px; /*66px*/
	line-height: 50px; /*66px*/
	padding:0 16px;
	transition: all 450ms;
}

#main-nav ul li a:hover {
	background: #8AC9ED; /*#2b3f51*/
}

#featured, #main-content {
	width:100%;
	background: #F2F6F7; 
}



#feat {
	max-width:980px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
	text-align: center;
}

#featured h2 {
	padding-bottom: 50px;
	padding-left:55px;
	color:#003b5c; /*#2b3f51*/
	font-size:1.75em;
	font-weight: 400;
	background: url('images/blank-heading-icon.png') no-repeat top left;
	text-align: left;
	
}

.calendar-view {
	width:100%;
	background:#F2F6F7;
}

.cale {
	max-width: 200px;
	/*margin:0 auto;*/
	padding-top:0px;
	padding-bottom:100px;
	text-align:center;
	display: inline-block;
}

.cale li {
	list-style: none;
	margin-bottom:4px !important;
}

.cale h2 {
	color:#003b5c;
	display:none;
}

.cale h3 {
	display: block;
}

.c-container {
	max-width:980px;
	margin:0 auto;
	text-align: center;
}

.dx {
	width:60px;
	height:60px;
	display: block;
	background: #003b5c;
	color:white;
	float:left;
	position:relative;
	margin-right:10px;
}

.dxm {
	display: block;
	max-width:60px;
	text-align: center;
	background:#8ac9ed;
	text-transform: uppercase;
	color:#003b5c;
}

.dxd {
	display: block;
	max-width: 60px;
	text-align: center;
	font-size: 1.7em;
	letter-spacing: -0.2px;
	font-weight: 800;
}

.dxtitle {
	display: block;
	font-size: 0.90em;
	font-weight: 800;

}

.cale .simcal-events {
	border-bottom:1px solid #333;
}

.cale a {
	color:#003b5c;
	font-size: 0.95em;
}


#counter {
    max-width: 750px;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    padding-right:20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}




.ec-counter-items-wrap {
    padding: 0px !important;
}

.ec-shortcode-outer-wrap.ec-template2 .ec-counter-item:after {
     background-color: #003b5c /*#d0492c*/ !important;
}

.ec-shortcode-outer-wrap.ec-template2 .ec-counter-item {
     padding: 20px !important;
}

#main-content-internal {
	padding-top:60px;
	max-width: 1280px;
	margin:0 auto;
}

#mc {
	width:62%;
	display: inline-block;
	font-size: 0.9375em;
	line-height: 1.8em; /*1.5625em;*/
	color:#676767;
	margin-right:4%; /*8.16%;*/
	margin-left:4%;
	margin-bottom:3em;
}

.page-template-page-full-width #mc {
	width:92%;
	min-height:350px;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:3em;
}

#main-content h1 {
	padding-bottom: 50px;
	padding-left:60px;
	color:#2b3f51;
	font-size:2.25em;
	font-weight: 800;
	background: url('images/blank-heading-icon.png') no-repeat top left;
	text-align: left;
	letter-spacing: -2px;
	line-height: 1em;
}

#mc p {
	margin-bottom:1em;
}

#mc p.first {
	font-size: 1.25em;
	font-style: italic;
	font-weight: 400;
	border-bottom:2px solid #c1c1c1;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}

#sidebar-container {
	width:24%;
	display: inline-block;
	vertical-align: top;
}

#sidebar-container ul li.widget {
	list-style: none;
	margin-bottom: 2em;
	border-bottom:5px solid #003b5c; /*#e95535*/
	padding-bottom:2em;

}

#sidebar-container ul li {
	list-style: none;
	margin-bottom: 2em;
	border-bottom:5px solid #003b5c; /*#e95535*/
	padding-bottom:2em;
}

#sidebar-container ul li ul li {
	list-style: inside;
	border-bottom:none;
	list-style-position: inside;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#676767;
}

#sidebar-container ul li ul.menu li {
	
	background: url('images/blue-triangle-icon.png') no-repeat left 50%;
	list-style: none;
}

.sb img {
	margin-bottom:20px;
	max-width: 100%;
}

#sidebar-container h3, #sidebar-container h2 {
	font-size: 1.125em;
	letter-spacing: -1px;
	color:#2b3f51;
	margin-bottom:10px;
}

#sidebar-container p {
	font-size: 0.75em;
	margin-bottom:1em;
}

#sidebar-container a {
	/*background: url('images/blue-triangle-icon.png') no-repeat top left;*/
	color:#003b5c; /*#bd4c2f*/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.6875em;
	/*padding-left: 16px;*/
	font-weight: 700;
	
}

#sidebar-container a:hover {
	text-decoration: underline;
}

.card {
	display: inline-block;
	max-width:230px;
	min-height:316px;
	overflow: hidden;
	text-align: center;
	margin:0px 0.5%;
	position: relative;
	border-bottom:4px solid #8AC9ED; /*#e85132*/
	background:#003b5c /*#2b3f51*/  no-repeat 80% 96%; /*url('images/logo-in-background.png')*/
	
}

.card h3 {
	font-size: 1.4em;
	font-weight: 300;
	color:#fff;
	text-align: left;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}

.card .trimore {
	position: absolute;
	width: 120px;
	bottom:8px;
	display: block;
	background: green;
	margin-top:0px;
	text-align: left;
	padding-left:20px;
	background: url('images/light-blue-triangle-icon.png') no-repeat top left;
	color:white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.6875em;
	margin-left:130px; 
}

.card .trimore:hover {
	text-decoration: underline;
}


.card::after {
    content:"";
    width:600px;
    height:160px;
    background: #F2F6F7;
    position: absolute;
    top:0px;
    left:70px;
    transform: rotate(45deg);
}

@keyframes corner {
    0%  { transform: rotate(45deg); }
    10% { height:200px; }
    50% { height:0px; }  
}

.card:hover::after {
    animation: corner 1s linear;
}

#presentation {
	width:100%;
	background:#2b3f51;
	color:white;
}

#pres-content {
	max-width:980px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
	text-align: center;
	background: url('images/you-background.jpg') no-repeat top center;
	background-size: contain;
}

#pres-content {
	min-height:500px;
}

.bx-wrapper, .bx-viewport {
    height: 550px !important;
}


#presentation img {
	border:30px solid #F2F6F7;
	max-width: 80%;
	margin:0 auto;
	margin-bottom:1em;
}

#presentation h2 {
	font-family: 'Open Sans', 'Arial Black Regular', Arial, sans-serif;
	color: #F2F6F7;
	font-size:2em;
	font-weight: 700;
	margin-bottom:1em;
	letter-spacing: -0.03em;
}

#presentation p {
	color:#F2F6F7;
	line-height: 1.5em;
}

/*BUTTONS*/
a.special {
	display: block;
	width:260px;
	height: 45px;
	margin:0 auto;
	color:white;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
	top:20px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
    background: #d0492c none repeat scroll 0 0; /*#e95535*/
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
    overflow: hidden;
    border:1px solid #F2F6F7;
}


a.special::after {
    background: #993521 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 50% 0;


    
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;

    
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
	
	-webkit-transition-property: ease-out;
	-moz-transition-property: ease-out;
    transition-timing-function: ease-out;

    z-index: -1;
    opacity: 1;
}

a.special:hover, a.special:focus, a.special:active {
    color: white;
}

a.special:hover::after, a.special:focus::after, a.special:active::after {
	animation: special-button 5s;
}

@keyframes special-button {
	0%   { transform: rotate(0deg);  }
	100% { transform: rotate(90deg) scaleY(5); }
	100% { opacity: 0; }

}
/*end of special link */


#featured-links {
	width: 100%;
	background: #003b5c;
}

#flinks {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 980px;
	margin:0 auto;
}

#flinks h3 {
	display:inline-block;
	width:30%;
	color:#F2F6F7;
	font-size: 1.5em;
	font-weight: 200;
	text-transform: uppercase;
	margin-top:16px;
}

.menu-featured-links-menu-container {
	display: inline;
}

.link-columns {
	display: inline-block;
	max-width:62%;
	column-count: 2;
	-moz-column-count: 2;
	vertical-align: top;
}

.link-columns li {
	list-style: none;
}

.link-columns li a {
	text-decoration: none;
	/*color:#F2F6F7;*/
	color:#fff;
}

.link-columns li a:hover {
	text-decoration: underline;
}

#pres-content .bx-wrapper a.bx-prev, #pres-content .bx-wrapper a.bx-next {
	color:white;
}

/* Footer Section */
/*#pre-footer {
	width:100%;
	background:#c7c6c7;
	border-top:25px solid #003b5c;
	border-bottom:25px solid #003b5c;
}

.pf {
	max-width: 980px;
	min-height: 210px;
	margin:0 auto;
	padding-top:2em;
	text-align: center;
}

.cir {
	width:180px;
	height:180px;
	margin-right:10px;
	border-radius: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color:rgba(00,50,99,0.8);
	position:relative;
	margin-bottom:1em;
	display:inline-block;
}

.cir:hover {
	background: #8ac9ed;
}

.cir h4 {
	font-size: 24px;
	line-height: 24px;
	position:relative;
	display:block;
	top:67px;
	color:white;
	text-shadow: 1px 1px 7px rgba(0,0,0, 0.3);
}

.cir h4 .subtitle {
	font-size: 14px;
	line-height: 1em;
	position:relative;
	display:block;
}



.backimg {
	width:100%;
	height:100%;
	overflow: hidden;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.15;
	border-radius: 50%;
}

.backimg img {
	width:100%;
	height:100%;
}
*/


#pf1, #pf2, #pf3 {
	/*width:33%;*/
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

#footer {
	width:100%;
	background: #101f2c;
	box-shadow: 0px 500px 0px 500px #101f2c;
}

#footer-content {
	max-width: 980px;
	min-height: 300px;
	margin:0 auto;
	position: relative;
	padding-top:100px;
	padding-bottom:10px;
}

#contact-widget {
	max-width: 30%;
	display: inline-block;
	margin-right: 10%;
}

#contact-widget li.widget {
	list-style:none;
}



#contact-widget h4, #contact-widget h2  {
	color:white;
	font-size: 1.75em;
	font-weight: 300;
	margin-bottom:1em;
}

#contact-widget p {
	color:white;
	font-style: normal;
	font-size: 1em;
	line-height: 1.5em;
}

#contact-widget a {
    color: #101F2C;
}

#second-widget {
	max-width: 35%;
	display: inline-block;
	vertical-align: top;
}

#second-widget li.widget {
	list-style:none;
}

#second-widget h5, #second-widget h2 {
	color:white;
	font-size: 1.75em;
	font-weight: 300;
	margin-bottom:1em;
}

#second-widget p {
	color:white;
	font-style: normal;
	font-size: 1em;
	line-height: 1.5em;
}

#second-widget a {
	color: #101F2C;
}

#second-widget a:hover {
	color:white;
}

#footer-logo {
	position:absolute;
	top:-20px;
	right:0px;
}

#footer ul#c_social {
	margin-top:1em;
	margin-bottom:1em;
}

#footer #c_social li {
	display: inline-block;
	margin-right:5px;
}

#copyright {
	width: 96%;
	position: absolute;
	bottom:15px;
	text-align: right;
	color:#F2F6F7;
	font-size: 0.67em;
}

#copyright a {
	color:#F2F6F7;
	text-decoration: none;
	border-bottom:1px dotted #F2F6F7;
}

#copyright a:hover {
	color:#2B3F51;
	border-bottom:1px dotted #2B3F51;
	
}

#full-screen-search form div {
	height:0px;
}

body #full-screen-search form div input {
	position:absolute !important;
	bottom:0px;
}


/* Content Styles */
#main-content h2 {
    border-bottom: 1px solid #003b5c;
    color: #003b5c; /*#bd4c2f*/
    font-weight: 200;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-top:25px;
}

#main-content h3 {
	color:#003b5c; /*#818484*/
	font-size:1.4em;
}

#main-content h4 {
	color:#2B3F51;
	font-size:1.3em;
}

#main-content h5 {
	color:#2B3F51;
	font-size: 1.2em;

}

#main-content h6 {
	color:#2B3F51;
	font-size: 1.1em;
}

#main-content a:link {
	color:#003b5c; /*#bd4c2f*/
	font-weight: 400;
}

#main-content a:visited {
	color:#003b5c; /*#bd4c2f*/
	font-weight: 400;
}

#main-content a:hover {
	color:#818484;
	font-weight: 400;
}

#main-content a:active {
	color:#818484;
	font-weight: 400;
}

/* Lists */
#main-content ol {
	margin-bottom:1em;
}
#main-content ol li {
	list-style-position: inside;
	padding-left:20px;
}

#main-content ul {
	margin-bottom: 3em;
}

#main-content ul li {
	list-style-position: inside;
	padding-left:20px;
}

#main-content #mc ul li {
	list-style-position: outside;
	margin-left:30px;
	padding-left:0px;
}

/* Fieldset */
#main-content fieldset {
	border:1px dotted #818484;
	padding:20px;
}

#main-content legend {
	font-size: 1.6em;
}

#main-content input {
	padding:5px;
	font-size: 1.5em;
	color:#333;
}

#main-content textarea {
	padding:5px;
	font-size: 1.5em;
	color:#333;
}

#main-content input.button {
	min-width:260px;
	height: 45px;
	margin:0 auto;
	color:white;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	top:20px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
    background: #bd4c2f none repeat scroll 0 0;
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
    overflow: hidden;
    border:1px solid #F2F6F7;
}

#main-content input.button:hover {
    color: white;
    background: #333;
}

#main-content table td {
	border:1px dotted #cacaca;
	padding:10px;
}

#main-content table th {
	padding:5px;
}


#main-content img.alignleft {
	float:left;
	margin-right:10px;
	max-width: 50%;
	height:auto;
}

#main-content img.alignright {
	float:right;
	margin-left:10px;
	max-width: 50%;
	height:auto;
}


/*BUTTONS*/
a.special {
	display: block;
	width:260px;
	height: 45px;
	margin:0 auto;
	color:white;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
	top:20px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
    background: #003b5c none repeat scroll 0 0; /*#e95535*/ /*#D0492C*/
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
    overflow: hidden;
    border:1px solid #F2F6F7;
}


a.special::after {
    background: #8AC9ED none repeat scroll 0 0;  /*#993521*/
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 50% 0;


    
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;

    
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
	
	-webkit-transition-property: ease-out;
	-moz-transition-property: ease-out;
    transition-timing-function: ease-out;

    z-index: -1;
    opacity: 1;
}

a.special:hover, a.special:focus, a.special:active {
    color: white;
}

a.special:hover::after, a.special:focus::after, a.special:active::after {
	animation: special-button 5s;
}

@keyframes special-button {
	0%   { transform: rotate(0deg);  }
	100% { transform: rotate(90deg) scaleY(5); }
	100% { opacity: 0; }

}
/*end of special link */


/* Styles for Calendar Legend */
.clr {
	text-align: center;
}
.ccolor {
	padding: 3px 10px;
	display: inline-block;
	min-width: 279px;
	text-align: center;
	margin-right:1px;
	margin-bottom:1px;
}
/***end of calendar legend*/



/* end of Content Styles */

/* Responsive */
@media screen and (max-width: 1024px) {
	#featured h2 {
		margin-left:20px;
	}

	#presentation img {
		margin-bottom:1em;
		border:12px solid #F2F6F7;
		max-width: 80%;
	}

	#flinks h3 {
		margin-left:4%;
	}

	#contact-widget {
		width:86%;
		margin-left:4%;
	}
}


@media screen and (max-width: 978px) {
	.cale {
		max-width: 680px;
	}

	.cale h2 {
		display: block;
		font-size: 1em;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 940px) {
	#main-nav ul li a {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 800px) {
	#sidebar-container {
		width:96%;
		margin-left:20px;
	}

	#sidebar-container ul li.widget {
		width:88%;
	}

	#mc {
		width:92%;
		margin-bottom:2em;
	    margin-bottom: 3em;
	    border-bottom: 3px solid #cacaca;
	    padding-bottom: 5em;
	}

	.page-template-page-full-width #mc {
		width:92%;
		margin-bottom:2em;
	    margin-bottom: 3em;
	    border-bottom: 3px solid #cacaca;
	    padding-bottom: 5em;
	}

	.sld h2 {
		font-size: 2.5em;
	}
}


@media screen and (max-width: 760px) {
	#navigation {
		height:1px;
	}
}


@media screen and (max-width: 720px) {
	#counter {
		padding-right:0px;
	}

	#counter .ec-counter-item {
		width: 90% !important;
		margin-left:5%;
		max-width: initial !important;
		
	}

	.cale {
		width:90%;
	}
}

@media screen and (max-width:660px) {
	#slider-external {
		display: none;
	}

	#h-container {
		position:relative;
		height:280px;
		background: url('images/carteret-slider-1.jpg') no-repeat top center;
		background-size: cover;
	}

	#logo {
		width:92%;
		margin:0 auto;
		text-align: center;
	}

	#utilitynav {
		width:100%;
		right:0;
		margin:0 auto;
		text-align: center;
		top:20px;
	}

	#utilitynav ul li {
		margin:0 7px;
	}

	#navigation {
		position: relative;
		top:0px;
		
	}

	#presentation p {
    	margin: 0 auto;
    	max-width: 80%;
    	text-align: center;
	}

	#footer-logo {
		right:20px;
	}

	#contact-widget {
		width: 85%;
		max-width: 90%;
		margin-left: 4%;
		margin-bottom:3em;
	}

	#second-widget {
		width:85%;
		max-width: 90%;
		margin:0 auto;
		margin-left:4%;
		margin-bottom:4em;
	}
	
}


@media screen and (max-width: 480px) {

	#logo img {
		max-width: 90%;
		height:auto;
	}

	.cale {
		width:90%;

	}
}


@media screen and (max-width:460px) {
	#flinks h3 {
		display: none;
	}

	.link-columns {
		max-width:100%;
		column-count:1;
		-moz-column-count: 1;
	}

	.link-columns li {
		max-width:100%;
	}

	.link-columns li a {
		display: inline-block;
		max-width: 100%;
		margin-left:20px;
	}

	#footer-logo {
		width: 90%;
		left:0;
		right:0;
		margin:0 auto;
		text-align: center;
	}

	#contact-widget {
	 	position:relative;
	 	margin-top:100px;
	}

	#second-widget {
		position: relative;

	}

	#copyright {
		width:90%;
	}
}

@media screen and (max-width: 420px) {
	

	#h-container {
		height:350px;
	}
}

/* Responsive Bigger */
@media screen and (min-width: 1400px) {
	#feat {
		max-width: 1340px;
	}
	.card {
		max-width: 318px;
	}

	.card .trimore {
		margin-left:214px;
	}

	#flinks {
		max-width: 1340px;
	}

	#flinks ul {
		width:60%;
	}

	#footer-content {
		max-width: 1340px;
	}

	#contact-widget {
		margin-right:14%;
	}
	
	.c-container {
		max-width:1340px;
		margin:0 auto;
	}

	.cale {
		max-width: 340px;
	}

	#counter {
		padding-right:20px;
	}

}
