@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
/*-------------------------------------------------------------------------------------------
  CSS definations for RAD Connection
-------------------------------------------------------------------------------------------*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;*/
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	     -o-box-sizing:border-box;
			box-sizing:border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
a:hover,
a:focus {
	outline:none;
	text-decoration:none;
}

/* Common Tages */
.padding-right-none {
	padding-right:0;
}
.padding-left-none {
	padding-left:0;
}
.btn {
	display: inline-block;
    background: #9aaea2;
	border: none;
	padding: 12px 25px 13px 25px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
		-ms-transition: 0.5s;
		 -o-transition: 0.5s;
			transition: 0.5s;
}
.btn-lg {
	padding: 18px 40px;
	font-size: 18px;
}
.btn:hover,
.btn:focus {
	background: #000;
	color:#fff;
}
.btn-default {
	border-color: #e2e2e2;
	background: none;
	color: #666;
}
.form-group {
	margin-bottom: 15px;
}
.form-control {
	border: 1px solid #ddd;
	background: #fff;
	height: auto;
	padding: 10px 15px;
	font-size: 16px;
	color: #000;
	border-radius: 3px;
	box-shadow: none !important;
	outline: none !important;
}
select.form-control {
	height: auto;
}
textarea.form-control {
	min-height: 80px;
	resize: none;
}

.container {
	width: 970px;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #262626;
	font-weight: 400;
}

/* header-section */
.header-section {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 0 0 3px 3px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

/* logo */
.logo {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	width: 160px;
	height: 160px;
	display: table;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
}
.logo img {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
}

/* navigation */
.navigation {
	padding-left: 210px;
	font-weight: 600;
	    display: flex;
    justify-content: flex-end;
}
.navigation li {
	border-right: 1px solid #ddd;
	float: left;
}
.navigation li:first-child {
	border-left: 1px solid #ddd;
}
.navigation li a {
	display: block;
	padding: 0 10px;
	color: #000;
	line-height: 45px;
	font-size:14px;
}
.navigation li a:hover {
	color: #9aaea2;
}
.navigation li.search-link {
	border-left: 1px solid #000;
	margin-left: 25px;
}

/* showcase */
.showcase {
	position: relative;
	z-index: 1;
}
.showcase img {
	width:100%;
	height:auto;
}

/* page-section */
.page-section {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 15px;
}
.page-section .heading {
	border-bottom: 1px solid #d3d6db;
	background: #f6f7f9;
	padding: 15px;
}
.page-section .heading h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.page-section .content {
	padding: 15px;
}
.page-section h4 {
	padding: 10px 0 5px 0;
	font-size: 18px;
	color: #9aaea2;
	font-weight: bold;
}
.page-section p {
	padding: 10px 0;
	line-height: 28px;
}

/* events */
.events h5 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.events h5 a {
	color: #000;
}
.events h5 a:hover {
	color: #9aaea2;
}
.events .imgb {
	margin-bottom: 15px;
}
.events .imgb img {
	width: 100%;
	height: auto;
}

/* videos */
.videos .imgb img {
	width: 100%;
	height: auto;
}

/* footer */
.footer {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 15px 0;
	font-size: 13px;
}
.footer p {
	padding: 0;
	margin: 0;
	line-height: normal;
}

.page-section .heading h3 {
	font-family: 'Roboto Slab', serif;
}
.menu-link {
	display: none;
}

/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/
@media (min-width: 320px) and (max-width: 767px) {

.padding-right-none {
	padding-right: 15px;
}
.padding-left-none {
	padding-left: 15px;
}
.container {
    width: auto;
}

.header-section {
	margin-top: 50px;
	border-radius: 3px;
}
.logo {
	width: 100px;
	height: 100px;
	bottom: inherit;
	top: 96px;
	left: 15px;
}

.menu-link {
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 9;
	display: block;
}
.menu-link i {
	color: #000;
}

/* navigation */
.navigation {
	background: #9aaea2;
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}
.navigation ul {
	float: none;
}
.navigation li {
	border: none;
	border-top: 1px solid #ccc;
	float: none;
}
.navigation li:first-child {
	border: none;
}
.navigation li a {
	display: block;
	color: #fff;
}

/* contact */
.contact .heading {
	border-top: 1px solid #d3d6db;
}
/* events */
.events .column {
	margin: 0;
	padding: 15px 0;
}
/* videos */
.videos .imgb {
	margin: 0;
	padding: 10px 0;
}


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

.container {
    width: auto;
}


}

/* Small devices (tablets, 992px and up) */
@media (min-width: 992px) and (max-width: 1169px) {

.container {
	width: auto;
}


}