/*
Theme Name: TAMIreland
Author: Anonymous
Author URI:
Version: 1
Description: TAMIreland theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TAMIreland
Tags: one-column, two-columns
Theme URI:
*/

.nav,
#nav,
.drop-holder ul,
.intro-block .img-holder .decor-list,
#footer .decor-list,
.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.thinkbox-box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.thinkbox-box ul li {
    list-style: none;
    float: left;
    display: inline;
    margin:0 20px 10px 0;
    text-align: center;
    padding: 0px;
    width: 30%;
    font-size:18px;
}

.thinkbox-box ul li {
    
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: 5px 10px;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
  input[type="tel"]:focus,
.search-form
  input[type="tel"]:focus,
.post-password-form
  input[type="tel"]:focus,
.comment-form
  input[type="email"]:focus,
.search-form
  input[type="email"]:focus,
.post-password-form
  input[type="email"]:focus,
.comment-form
  input[type="search"]:focus,
.search-form
  input[type="search"]:focus,
.post-password-form
  input[type="search"]:focus,
.comment-form
  input[type="password"]:focus,
.search-form
  input[type="password"]:focus,
.post-password-form
  input[type="password"]:focus,
.comment-form
  input[type="url"]:focus,
.search-form
  input[type="url"]:focus,
.post-password-form
  input[type="url"]:focus,
.comment-form
  input[type="date"]:focus,
.search-form
  input[type="date"]:focus,
.post-password-form
  input[type="date"]:focus,
.comment-form
  textarea:focus,
.search-form
  textarea:focus,
.post-password-form
  textarea:focus {
	border-color: #333;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form
  input[type="tel"]::-webkit-input-placeholder,
.search-form
  input[type="tel"]::-webkit-input-placeholder,
.post-password-form
  input[type="tel"]::-webkit-input-placeholder,
.comment-form
  input[type="email"]::-webkit-input-placeholder,
.search-form
  input[type="email"]::-webkit-input-placeholder,
.post-password-form
  input[type="email"]::-webkit-input-placeholder,
.comment-form
  input[type="search"]::-webkit-input-placeholder,
.search-form
  input[type="search"]::-webkit-input-placeholder,
.post-password-form
  input[type="search"]::-webkit-input-placeholder,
.comment-form
  input[type="password"]::-webkit-input-placeholder,
.search-form
  input[type="password"]::-webkit-input-placeholder,
.post-password-form
  input[type="password"]::-webkit-input-placeholder,
.comment-form
  input[type="url"]::-webkit-input-placeholder,
.search-form
  input[type="url"]::-webkit-input-placeholder,
.post-password-form
  input[type="url"]::-webkit-input-placeholder,
.comment-form
  input[type="date"]::-webkit-input-placeholder,
.search-form
  input[type="date"]::-webkit-input-placeholder,
.post-password-form
  input[type="date"]::-webkit-input-placeholder,
.comment-form
  textarea::-webkit-input-placeholder,
.search-form
  textarea::-webkit-input-placeholder,
.post-password-form
  textarea::-webkit-input-placeholder {
	color: #ccc;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form
  input[type="tel"]::-moz-placeholder,
.search-form
  input[type="tel"]::-moz-placeholder,
.post-password-form
  input[type="tel"]::-moz-placeholder,
.comment-form
  input[type="email"]::-moz-placeholder,
.search-form
  input[type="email"]::-moz-placeholder,
.post-password-form
  input[type="email"]::-moz-placeholder,
.comment-form
  input[type="search"]::-moz-placeholder,
.search-form
  input[type="search"]::-moz-placeholder,
.post-password-form
  input[type="search"]::-moz-placeholder,
.comment-form
  input[type="password"]::-moz-placeholder,
.search-form
  input[type="password"]::-moz-placeholder,
.post-password-form
  input[type="password"]::-moz-placeholder,
.comment-form
  input[type="url"]::-moz-placeholder,
.search-form
  input[type="url"]::-moz-placeholder,
.post-password-form
  input[type="url"]::-moz-placeholder,
.comment-form
  input[type="date"]::-moz-placeholder,
.search-form
  input[type="date"]::-moz-placeholder,
.post-password-form
  input[type="date"]::-moz-placeholder,
.comment-form
  textarea::-moz-placeholder,
.search-form
  textarea::-moz-placeholder,
.post-password-form
  textarea::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form
  input[type="tel"]:-moz-placeholder,
.search-form
  input[type="tel"]:-moz-placeholder,
.post-password-form
  input[type="tel"]:-moz-placeholder,
.comment-form
  input[type="email"]:-moz-placeholder,
.search-form
  input[type="email"]:-moz-placeholder,
.post-password-form
  input[type="email"]:-moz-placeholder,
.comment-form
  input[type="search"]:-moz-placeholder,
.search-form
  input[type="search"]:-moz-placeholder,
.post-password-form
  input[type="search"]:-moz-placeholder,
.comment-form
  input[type="password"]:-moz-placeholder,
.search-form
  input[type="password"]:-moz-placeholder,
.post-password-form
  input[type="password"]:-moz-placeholder,
.comment-form
  input[type="url"]:-moz-placeholder,
.search-form
  input[type="url"]:-moz-placeholder,
.post-password-form
  input[type="url"]:-moz-placeholder,
.comment-form
  input[type="date"]:-moz-placeholder,
.search-form
  input[type="date"]:-moz-placeholder,
.post-password-form
  input[type="date"]:-moz-placeholder,
.comment-form
  textarea:-moz-placeholder,
.search-form
  textarea:-moz-placeholder,
.post-password-form
  textarea:-moz-placeholder {
	color: #ccc;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form
  input[type="tel"]:-ms-input-placeholder,
.search-form
  input[type="tel"]:-ms-input-placeholder,
.post-password-form
  input[type="tel"]:-ms-input-placeholder,
.comment-form
  input[type="email"]:-ms-input-placeholder,
.search-form
  input[type="email"]:-ms-input-placeholder,
.post-password-form
  input[type="email"]:-ms-input-placeholder,
.comment-form
  input[type="search"]:-ms-input-placeholder,
.search-form
  input[type="search"]:-ms-input-placeholder,
.post-password-form
  input[type="search"]:-ms-input-placeholder,
.comment-form
  input[type="password"]:-ms-input-placeholder,
.search-form
  input[type="password"]:-ms-input-placeholder,
.post-password-form
  input[type="password"]:-ms-input-placeholder,
.comment-form
  input[type="url"]:-ms-input-placeholder,
.search-form
  input[type="url"]:-ms-input-placeholder,
.post-password-form
  input[type="url"]:-ms-input-placeholder,
.comment-form
  input[type="date"]:-ms-input-placeholder,
.search-form
  input[type="date"]:-ms-input-placeholder,
.post-password-form
  input[type="date"]:-ms-input-placeholder,
.comment-form
  textarea:-ms-input-placeholder,
.search-form
  textarea:-ms-input-placeholder,
.post-password-form
  textarea:-ms-input-placeholder {
	color: #ccc;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form
  input[type="tel"].placeholder,
.search-form
  input[type="tel"].placeholder,
.post-password-form
  input[type="tel"].placeholder,
.comment-form
  input[type="email"].placeholder,
.search-form
  input[type="email"].placeholder,
.post-password-form
  input[type="email"].placeholder,
.comment-form
  input[type="search"].placeholder,
.search-form
  input[type="search"].placeholder,
.post-password-form
  input[type="search"].placeholder,
.comment-form
  input[type="password"].placeholder,
.search-form
  input[type="password"].placeholder,
.post-password-form
  input[type="password"].placeholder,
.comment-form
  input[type="url"].placeholder,
.search-form
  input[type="url"].placeholder,
.post-password-form
  input[type="url"].placeholder,
.comment-form
  input[type="date"].placeholder,
.search-form
  input[type="date"].placeholder,
.post-password-form
  input[type="date"].placeholder,
.comment-form
  textarea.placeholder,
.search-form
  textarea.placeholder,
.post-password-form
  textarea.placeholder {
	color: #ccc;
}

h1, h2 {font-family: "Gotham SSm A", "Gotham SSm B";}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	padding: 44px 0 0;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	color: #5f5f5f;
	margin: 0 5px 0 0;
}

.navigation .page-numbers:after,
.navigation-comments .page-numbers:after {
	content: ".";
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	color: #a6ce39;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	text-decoration: none;
}

.navigation .next:after,
.navigation .prev:after,
.navigation-comments .next:after,
.navigation-comments .prev:after {
	display: none;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#__bs_notify__ {
	display: none !important;
}

body {
	background: #000 url(images/bg-body.png) no-repeat 50% 50%;
	background-size: cover;
	min-width: 320px;
    
}

a:hover,
a:focus {
	text-decoration: none;
}

#wrapper {
	overflow: hidden;
	min-height: 100vh;
	padding: 84px 0 0;
}

#header {
	padding: 16px 0;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	min-width: 320px;
}

.customize-support #header {
	top: 32px;
}

#header .logo {
	float: left;
	width: 172px;
}

.nav {
	float: right;
	font: 16px/1.2 "Gotham SSm A", "Gotham SSm B", "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 16px 0 0;
}

.nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 19px;
}

.nav li.active > a:after {
	width: 100%;
}

.nav li a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.nav li a:after {
	content: "";
	display: block;
	margin: 0 auto;
	height: 2px;
	width: 0;
	background: #fff;
	-webkit-transition: width .3s;
	transition: width .3s;
}

.nav.add-nav {
	display: none;
}

.nav-opener {
	display: none;
	float: right;
	width: 27px;
	height: 19px;
	border: solid #fff;
	border-width: 3px 0;
	margin: 18px 4px 0 0;
	position: relative;
}

.nav-opener:after {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	right: 0;
	border-bottom: 3px solid #fff;
}

.nav-holder {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.nav-holder .nav-frame {
	max-width: 938px;
	margin: 0 auto;
}

#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#nav > li {
	width: 25%;
	position: relative;
	background: #f00;
}

#nav > li.active > a:after {
	opacity: 1;
}

#nav > li > a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	font: 20px/1.2 "Gotham SSm A", "Gotham SSm B", "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Gotham SSm A", "Gotham SSm B";
	position: relative;
}

#nav > li > a:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #fff;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.drop-holder {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s, padding .3s;
	transition: max-height .3s, padding .3s;
}

.hover .drop-holder {
	max-height: 500px;
	padding: 5px 0 0;
}

.drop-holder ul li.active a {
	color: #000;
}

.drop-holder ul li a {
	display: block;
	padding: 8px 15px;
	color: #fff;
	letter-spacing: 1px;
	font: 20px/1.2 "Gotham SSm A", "Gotham SSm B", "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.intro-block .add-holder {
	position: relative;
}

.intro-block img {
	width: 100%;
}

.intro-block .img-holder {
	position: relative;
	overflow: hidden;
}

.intro-block .img-holder .decor-list {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.intro-block .img-holder .decor-list li {
	height: 52px;
	width: 16.6666%;
}

.intro-block .intro-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.intro-block .heading {
	background: #2bb5e9;
	color: #fff;
	padding: 22px 43px 27px 22px;
	float: left;
	margin: 0 0 9px;
}

.intro-block h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
}

.intro-block h2 {
	margin: 0;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
}

.intro-block .btn {
	clear: both;
	float: left;
	border-radius: 0;
	background: #a6ce39;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	padding: 11px 17px;
	border: none;
}

.intro-block .btn:hover {
	opacity: .9;
}

.downloads-holder {
	color: #fff;
	padding: 45px 0 6px;
}

.downloads-holder.add {
	padding: 59px 0 91px;
}

.downloads-holder.add h2 {
	margin: 0 0 33px;
}

.downloads-holder .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.downloads-holder a {
	color: #fff;
	display: block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.downloads-holder a:hover {
	opacity: .9;
}

.downloads-holder h2 {
	margin: 0 0 45px;
	text-align: center;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
}

.downloads-holder .img-holder {
	float: left;
	width: 44.4%;
	margin: 0 11.4% 0 0;
	border: 2px solid #fff;
}

.downloads-holder .img-holder img {
	width: 100%;
}

.downloads-holder .text-holder {
	overflow: hidden;
	padding: 1px 0 0;
}

.downloads-holder .text-holder h3 {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
}

.downloads-holder .col-lg-6 {
	margin: 0 0 39px;
}

.latest-news {
	color: #fff;
	padding: 0 0 44px;
}

.latest-news a {
	color: #fff;
	display: block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.latest-news a:hover {
	opacity: .9;
}

.latest-news h2 {
	margin: 0 0 33px;
	text-align: center;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
}

.latest-news .img-holder {
	border: 2px solid #fff;
	margin: 0 0 15px;
}

.latest-news .img-holder img {
	width: 100%;
}

.latest-news h3 {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
}

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 64px;
}

.video-block .title-holder {
	color: #fff;
	background: #16cee6;
	width: 50%;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-block .title-holder h2 {
	margin: 0;
	font-size: 48px;
	line-height: 1.2;
	font-weight: normal;
}

.video-block .video-holder {
	width: 50%;
}

.view-holder {
	color: #fff;
}

.view-holder a {
	color: #fff;
	display: block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.view-holder a:hover {
	opacity: .9;
}

.view-holder h2 {
	margin: 0 0 21px;
	text-align: center;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
}

.view-holder .block {
	height: 143px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	margin: 0 0 60px;
}

.view-holder h3 {
	margin: 0;
	font: bold 32px/1.2 "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.info-holder {
	color: #fff;
	padding: 0 0 44px;
}

.info-holder a {
	color: #fff;
	display: block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.info-holder a:hover {
	opacity: .9;
}

.info-holder h2 {
	margin: 0 0 33px;
	text-align: center;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
}

.info-holder .text-holder {
	text-align: center;
	background: #fff;
	color: #5f5f5f;
	font-size: 20px;
	line-height: 1.2;
	padding: 24px 34px 28px;
}

.info-holder .text-holder p {
	margin: 0 0 24px;
}

.info-holder .text-holder p:last-child {
	margin: 0;
}

#main {
	padding: 0 0 76px;
}

#footer {
	position: relative;
	padding: 69px 0;
	background: #292929;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}

#footer a {
	color: #fff;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#footer a:hover {
	opacity: .9;
}

#footer .decor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#footer .decor-list li {
	width: 16.666%;
	height: 19px;
}

#footer .logo {
	width: 172px;
	margin: 0 0 25px;
}

#footer .col-holder {
	overflow: hidden;
}

#footer .col-holder .col {
	float: left;
	width: 26.3%;
}

#footer .col-holder strong {
	display: block;
	margin: 0 0 19px;
}

#footer address {
	line-height: inherit;
	margin: 0 0 19px;
}

.intro-single {
	overflow: hidden;
	position: relative;
	min-height: 400px;
	background: #000;
}

.intro-single img {
	width: 100%;
}

.intro-single .holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.intro-single h1 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
}

.intro-single .heading {
	background: #2bb5e9;
	padding: 22px 24px;
	max-width: 570px;
}

.two-columns {
	background: #fff;
	padding: 58px 40px;
	position: relative;
	z-index: 10;
	margin: -98px 0 0;
	overflow: hidden;
}

.two-columns.default {
	margin: 0;
}

#content {
	float: left;
	width: 68.4%;
}

#content p {
	margin: 0 0 24px;
    font-weight: 300 !important;
    line-height: 1.4;
}

#content p strong {font-weight: 400;}

.single-downloads #content .download-holder{margin-top:24px; margin-bottom:24px;}

img.attachment-thumbnail_241x136.size-thumbnail_241x136.wp-post-image {
    border: 1px solid #ccc;
}

#sidebar {
	float: right;
	width: 22.7%;
}

#sidebar .widget {
	margin: 0 0 40px;
}

#sidebar h3 {
	margin: 0 0 22px;
	font-size: 28px;
	line-height: 31px;
	color: #006eb0;
	font-weight: normal;
}

#sidebar .post-holder img {
	width: 100%;
}

#sidebar .post-holder a {
	display: block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#sidebar .post-holder a:hover {
	opacity: .9;
}

#sidebar .post-holder h4 {
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	padding: 15px 0;
}

#sidebar .post-holder h4 a {
	color: #000;
}

.share-block {
	padding: 27px 0 0;
}

.share-block .sharethis-inline-share-buttons {
	text-align: left !important;
}

.post-preview {
	overflow: hidden;
	margin: -18px 0 64px;
}

.post-preview .title {
	overflow: hidden;
	padding: 0 0 7px;
}

.post-preview .title h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
	color: #5f5f5f;
	font-weight: bold;
	float: left;
	max-width: 80%;
	padding: 13px 0 0;
}

.post-preview .title h2 a {
	color: #5f5f5f;
}

.post-preview .title .btn {
	background: #a6ce39;
	border-radius: 0;
	float: right;
	border: none;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px 20px;
}

.post-preview .title .btn:hover {
	opacity: .9;
}

.post-preview .content {
	background: #ff4e00;
	padding: 19px;
	overflow: hidden;
	margin: 0 0 5px;
}

.post-preview .img-holder {
	float: left;
	width: 23%;
	margin: 0 6.3% 0 0;
}

.post-preview .img-holder img {
	width: 100%;
}

.post-preview .text-holder {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	overflow: hidden;
}

.post-preview .text-holder p {
	margin: 0 !important;
}

.post-preview .bottom-holder {
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}

.post-preview .bottom-holder a {
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.post-preview .bottom-holder a:hover {
	color: #a6ce39;
}

.post-preview span {
	float: left;
	background: #ec008c;
	padding: 8px 20px;
	margin: 0 7px 7px 0;
}

.accordion .opener {
	background: #ff4e00;
	display: block;
	padding: 6px 76px 6px 6px;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accordion li {
	margin: 0 0 12px;
}

.accordion li.active .decor:before {
	display: none;
}

.accordion .decor {
	background: #a6ce39;
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	width: 50px;
}

.accordion .decor:after {
	position: absolute;
	content: "";
	top: 23px;
	left: 13px;
	width: 25px;
	height: 5px;
	background: #fff;
}

.accordion .decor:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 23px;
	width: 5px;
	height: 25px;
	background: #fff;
}

.accordion .ico-holder {
	width: 50px;
}

.accordion .ico-holder img {
	width: 100%;
	vertical-align: top;
}

.accordion h2 {
	margin: 0;
	font-size: 35px;
	line-height: 1.2;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 0 0 10px;
}

.accordion .slide {
	padding: 23px 0 11px;
}

.accordion .slide p {
	margin: 0 !important;
}
#btn-sort{
	background: #a6ce39;
	color:#fff;
	font-size:35px;
	font-family: "Gotham SSm A", "Gotham SSm B";
	padding:0 18px;
	line-height:1.45;
	display:inline-block;
}

@media (min-width: 1024px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.nav li:hover > a:after {
		width: 100%;
	}

	#nav > li.hover > a:after {
		opacity: 1;
	}

	.drop-holder ul li.hover a {
		color: #000;
	}
}

@media (max-width: 1023px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.nav li {
		margin: 0 9px;
	}

	.intro-block .img-holder .decor-list li {
		height: 30px;
	}

	.intro-block h1 {
		font-size: 24px;
	}

	.intro-block h2 {
		font-size: 24px;
	}

	.video-block .title-holder h2 {
		font-size: 35px;
	}

	.view-holder h3 {
		font-size: 25px;
	}

	.view-holder h3 span {
		font-size: 25px !important;
	}

	#footer .col-holder .col {
		width: 40%;
	}

	.intro-single {
		min-height: 300px;
	}

	.intro-single .container {
		width: 100%;
	}

	.two-columns {
		margin: 0;
		padding: 15px;
	}

	#content {
		float: none;
		width: 100%;
		padding: 0 0 30px;
	}

	#sidebar {
		float: none;
		width: 100%;
	}

	#sidebar .posts-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#sidebar .posts-block .post-holder {
		width: 30%;
	}

	.share-block {
		padding: 0;
	}

	.post-preview {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.navigation,
	.navigation-comments {
		padding: 0;
		margin: 0 0 20px;
	}

	body {
		font-size: 16px;
		line-height: 20px;
	}

	#header .container {
		padding: 0 18px;
	}

	.nav {
		display: none;
		text-align: center;
	}

	.nav.add-nav {
		display: block;
		padding: 28px 15px;
		float: none;
		background: #000;
	}

	.nav-opener {
		display: block;
	}

	.nav-holder {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .3s;
		transition: max-height .3s;
	}

	.nav-active .nav-holder {
		max-height: 600px;
	}

	#nav {
		display: block;
	}

	#nav > li {
		width: 100%;
	}

	#nav > li > a {
		font-size: 30px;
		padding: 11px;
	}

	.drop-holder {
		position: static;
	}

	.hover .drop-holder {
		padding: 0;
	}

	.drop-holder ul li a {
		font-size: 30px;
		padding: 10px 25px;
	}

	.intro-block .container {
		padding: 0;
	}

	.intro-block .img-holder .decor-list li {
		height: 17px;
	}

	.intro-block .intro-holder {
		position: static;
		padding: 0;
	}

	.intro-block .heading {
		padding: 22px 12px 19px;
		margin: 0;
	}

	.downloads-holder {
		padding: 26px 38px 9px;
	}

	.downloads-holder.add {
		padding: 30px 0;
	}

	.downloads-holder h2 {
		margin: 0 0 22px;
	}

	.downloads-holder .img-holder {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}

	.downloads-holder .col-lg-6 {
		margin: 0 0 15px;
	}

	.latest-news {
		padding: 0 38px;
	}

	.latest-news h2 {
		margin: 0 0 27px;
	}

	.latest-news .img-holder {
		margin: 0 0 16px;
	}

	.latest-news h3 {
		margin: 0 0 27px;
	}

	.video-container .container {
		padding: 0;
	}

	.video-block {
		display: block;
		padding: 0 0 29px;
	}

	.video-block .title-holder {
		width: 100%;
		padding: 13px 15%;
	}

	.video-block .title-holder h2 {
		font-size: 32px;
	}

	.video-block .video-holder {
		width: 100%;
	}

	.view-holder .container {
		padding: 0;
	}

	.view-holder .block {
		margin: 0;
		height: auto;
		padding: 29px 33px;
	}

	.view-holder h3 {
		font-size: 32px;
		line-height: 1.45;
	}

	.view-holder h3 span {
		font-size: 32px !important;
	}

	.info-holder {
		padding: 34px 0 0;
	}

	.info-holder .container {
		padding: 0;
	}

	.info-holder h2 {
		margin: 0 0 31px;
	}

	.info-holder .text-holder {
		padding: 35px 34px 25px;
	}

	#main {
		padding: 0;
	}

	#footer {
		padding: 48px 15px 10px;
	}

	#footer .logo {
		margin: 0 0 23px;
	}

	#footer .col-holder .col {
		width: 100%;
		float: none;
		padding: 0 0 35px;
	}

	.intro-single {
		min-height: 0;
	}

	.intro-single .container {
		padding: 0;
	}

	.intro-single .holder {
		position: static;
		padding: 0;
		display: block;
	}

	.intro-single h1 {
		font-size: 20px;
		line-height: 23px;
	}

	.intro-single .heading {
		padding: 15px;
		max-width: 100%;
	}

	.content-holder .container {
		padding: 0;
	}

	#sidebar {
		display: block;
	}

	#sidebar .posts-block {
		display: block;
	}

	#sidebar .posts-block .post-holder {
		width: 100%;
	}

	.post-preview .title h2 {
		margin: 0 0 10px;
		float: none;
	}

	.post-preview .title .btn {
		padding: 5px 10px;
		float: none;
	}

	.post-preview .img-holder {
		margin: 0 20px 10px 0;
		width: 50%;
	}

	.post-preview .text-holder {
		overflow: visible;
	}

	.accordion h2 {
		font-size: 20px;
	}
}

