/*
Theme Name:     codisec-strappress
Description:    
Author:         codiadmin
Template:       strappress

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,700');
h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
	font-family: 'Roboto', sans-serif;
}

body {
	padding-top: 47px !important;
}

/*gdpr-checkbox-container - START*/

#gdpr-checkbox-container {
	display: inline-block !important;
}

#gdpr-checkbox-container span.wpcf7-list-item {
	margin-left: 0 !important;
	text-align: left !important;
}

#gdpr-checkbox-container p,
#gdpr-checkbox-container label {
	font-size: 14px;
}

span.wpcf7-not-valid-tip {
	text-align: left;
}

span.wpcf7-form-control-wrap.gdpr_communication_purposes .wpcf7-not-valid-tip,
span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip {
	margin-bottom: 20px;
}

#gdpr-checkbox-container span.wpcf7-not-valid-tip {
	margin-bottom: 20px;
}

#gdpr-checkbox-container .wpcf7-form-control-wrap span,
#gdpr-checkbox-container span.wpcf7-list-item-label {
	position: static !important;
	font-weight: 300;
}

.recaptcha-wrapper span.wpcf7-not-valid-tip {
	text-align: left;
	position: static;
	margin-bottom: 20px;
}

/*gdpr-checkbox-container - END*/

/*COOKIES - START*/

#catapult-cookie-bar {
	border: 1px solid #f7b676;
	outline: 2px solid #f1851a;
}

#catapult-cookie-bar .ctcc-left-side .ctcc-more-info-link {
	font-weight: 500;
	text-decoration: underline;
	display: block;
}

#catapult-cookie-bar .ctcc-right-side {
	text-align: center;
}

#catapult-cookie-bar .ctcc-right-side button {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: unset;
	font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	padding: 10px 25px;
}

/*COOKIES - END*/

.balance-text {
	word-break: keep-all;
}

textarea,
input {
	background-color: #f7f7f7;
}

blockquote {
	font-size: 16px;
}

a.link {
	color: #f1851a;
	font-weight: bold;
}

.navbar {
	background-image: none;
	background-color: #272b30;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
	color: #f1851a !important;
	background-image: none;
	background-color: initial;
}

ul#menu-main-menu {
	text-transform: uppercase;
}

a {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:focus,
a:hover,
a:active {
	text-decoration: none;
	color: #f1851a;
}

.btn-primary {
	background-image: none;
	background-color: #f1851a;
	border: 1px solid #f7b676;
	border-radius: initial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 2px solid #f1851a;
	min-width: 188px;
	margin-top: 30px;
	padding: 5px 20px;
}

#commentform span,
#commentform label {
	display: none;
}

#commentform .row {
	padding-bottom: 8px;
}

.comment-form-comment {
	margin-bottom: 15px;
}

#commentform input {
	padding: 5px;
	max-width: 100%;
}

.commentlist li cite {
	color: #fff;
}

.btn-primary:hover {
	background-image: none !important;
	background-color: #f7b676 !important;
	border: 1px solid #f1851a !important;
	color: #fff !important;
	outline: 2px solid #f7b676 !important;
	outline-offset: 0px !important;
}

.btn-primary:active,
.btn-primary:focus {
	background-image: none;
	background-color: #f1851a;
	border: 1px solid #f7b676;
	color: #fff;
	outline: 2px solid #f1851a;
	outline-offset: 0px;
}

ul#menu-main-menu li a {
	color: #fff;
	border-left: none;
	border-right: none;
	font-size: 16px;
	position: relative;
	padding-top: 17px;
}


/*
ul#menu-main-menu li:first-of-type a {
	border-left: 1px solid #fff;
	border-right: none;
}

ul#menu-main-menu li:last-of-type a {
	border-left: none;
	border-right: 1px solid #fff;
}
*/

ul#menu-main-menu li a:before {
	content: "";
	height: 30px;
	width: 1px;
	background-color: #fff;
	top: 12px;
	left: 0;
	position: absolute;
}

ul#menu-main-menu li:last-of-type a:after {
	content: "";
	height: 35px;
	width: 1px;
	background-color: #fff;
	top: 9px;
	right: 0;
	position: absolute;
}


/*
ul#menu-main-menu li:last-of-type a:before {
	display: none;
}

ul#menu-main-menu li:last-of-type a:after {
	content: "";
	height: 35px;
	width: 2px;
	background-color: #fff;
	top: 9px;
	left: 0;
	position: absolute;
}
*/

#content-full section.jumbotron.no-first-page.veles-jumbotron h1 img {
	height: 150px;
	margin-right: 20px;
}

.veles-box-content h2 {
	margin-top: 30px;
	text-transform: none;
}

.col-sm-6.product-and-team-preview.veles-box-content-no-images div:first-of-type {
	margin-bottom: 30px;
}

.col-sm-6.product-and-team-preview.veles-box-content-no-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col-sm-6.product-and-team-preview.veles-box-content-no-images h2 {
	margin-top: 0;
}

.jumbotron.home-page-h1-section {
	margin-top: 35px;
}

.jumbotron.home-page-h1-section h1 {
	font-size: 63px;
	font-weight: bold;
	color: #fff;
}

h2 {
	margin-top: 0;
	font-size: 33px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

p.big-p {
	font-size: 20px;
	line-height: 24px;
}

div#logo {
	margin: 0;
}

div#logo a img {
	height: 32px;
	margin-top: 9px;
}

body {
	font-size: 16px;
	line-height: 24px;
	/*	padding-top: 0 !important;*/
}

.navbar-nav {
	float: right;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.single section.jumbotron.no-first-page,
.archive section.jumbotron.no-first-page,
.page-template section.jumbotron.no-first-page,
#content-full .jumbotron {
	background-color: inherit;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: initial;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.jumbotron p {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.veles-jumbotron p {
	text-align: center;
	margin-top: 0;
}

.first-p p {
	padding: 0 25px 0 25px;
}

section.jumbotron h1 {
	position: relative;
	text-align: center;
	margin: 0;
}

body.page-template-home-COPY section.jumbotron h1:after,
body.home section.jumbotron h1:after {
	content: url(/wp-content/uploads/2016/11/codisec-jumbotron-image.png);
	position: absolute;
	bottom: -25px;
	right: 119px;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
}

hr.transparent-hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #272B30;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.google-recaptha {
	display: inline-block;
}

#wrapper {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
}

#content-full {
	margin-bottom: 0;
}

.contact-form-team-page-section .wpcf7-form-control.your-e-mail,
.contact-form-team-page-section textarea.wpcf7-form-control {
	width: 60%;
	padding: 15px;
}

.wpcf7-form-control.your-e-mail,
textarea.wpcf7-form-control {
	width: 100%;
	padding: 15px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control-wrap span {
	position: absolute;
	top: 15px;
	right: 15px;
}

.product-and-team-preview-section,
.product-and-team-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-and-team-preview .product-and-team-preview-content {
	background-color: #2f3439;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	padding: 25px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
}

.team-member-row {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
}

.team-member-row h2 {
	max-width: 96%;
}

.team-member-row h2 small {
	font-weight: bold;
	font-size: .535em;
	position: relative;
	top: -1px;
}

.single section.jumbotron.no-first-page,
.archive section.jumbotron.no-first-page,
.page section.jumbotron.no-first-page,
#content-full section.jumbotron.no-first-page {
	padding-left: 0;
	padding-right: 0;
}

.page-header {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.page section.jumbotron.no-first-page h1,
.single section.jumbotron.no-first-page h1,
.archive section.jumbotron.no-first-page h1,
#content-full section.jumbotron.no-first-page h1 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
}

.ctf-battlefield-col-8 > h2,
.team-member-row h2,
.news-and-blog-preview .news-and-blog-preview-content h2,
.product-and-team-preview .product-and-team-preview-content h2 {
	position: relative;
	margin-bottom: 30px;
}

.project_category-job-offer p:first-of-type strong,
.project_category-job-offer p:first-of-type b {
	color: #f1851a;
}

.trainings-accordion .panel-body ul li,
.job-offer-list-content ul li,
.news-and-blog-preview .news-and-blog-preview-content li,
.product-and-team-preview .product-and-team-preview-content li {
	list-style-type: none;
	position: relative;
}

.trainings-accordion .panel-body ul li:before,
.job-offer-list-content ul li:before,
.news-and-blog-preview .news-and-blog-preview-content li:before,
.product-and-team-preview .product-and-team-preview-content li:before {
	position: absolute;
	content: "";
	top: 8px;
	left: -14px;
	height: 8px;
	width: 8px;
	background-color: #f1851a;
	border: 1px solid #f1851a;
}

.trainings-accordion .panel-body ul li ul li:before {
	position: absolute;
	content: "";
	top: 8px;
	left: -14px;
	height: 8px;
	width: 8px;
	background-color: transparent;
	border: 1px solid #f1851a;
}

.trainings-accordion .panel-body ul li ul li ul li:before {
	position: absolute;
	content: "";
	top: 8px;
	left: -14px;
	height: 8px;
	width: 8px;
	background-color: transparent;
	border: 1px solid #f1851a;
	border-radius: 50%;
}

.ctf-battlefield-col-8 .btn {
	margin-top: 21px;
}

.ctf-battlefield-col-8 > h2:after,
.team-member-row h2:after,
.news-and-blog-preview .news-and-blog-preview-content h2:after,
.product-and-team-preview .product-and-team-preview-content h2:after {
	content: url(/wp-content/uploads/2016/11/h2-after-graphic.png);
	position: absolute;
	bottom: -15px;
	right: -2px;
}

.ctf-battlefield-col-8 > h2:before,
.team-member-row h2:before,
.news-and-blog-preview .news-and-blog-preview-content h2:before,
.product-and-team-preview .product-and-team-preview-content h2:before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	background-image: url(/wp-content/uploads/2016/11/h2-after-graphic-line.png);
	width: 100%;
	background-repeat: repeat-x;
	height: 5px;
}

.our-product-button {
	margin-top: 54px;
}

input.wpcf7-form-control.wpcf7-submit.text-uppercase.btn.btn-primary.btn-md {
	margin-top: 10px;
}

section.product-and-team-preview-section {
	margin-bottom: 30px;
}

.news-and-blog-preview-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-and-blog-preview-content {
	background-color: #2f3439;
	padding: 25px;
	height: 100%;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}

.news-and-blog-preview-content ul {
	margin: 0;
	padding: 0;
}

.news-and-blog-preview-content ul li {
	margin-left: 15px;
}


/*JOIN US*/

.trainings-accordion .panel-heading h4 a i,
#job-offers-list .project_category-job-offer h2 a i {
	color: #fff;
	float: right;
}

.rotate-0 {
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.rotate-180 {
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.project_category-job-offer {
	display: none;
}

.project_category-codisec-com-job-offer {
	display: block;
}

.trainings-accordion .panel-body {
	background-color: #3E444C;
	padding: 50px;
}

.trainings-accordion .panel-body p {
	max-width: 900px;
}

.trainings-accordion .panel-body h4:first-of-type {
	margin-top: 0;
}

.job-offer-single-offer {
	display: none;
	background-color: #3E444C;
	padding: 50px;
	position: relative;
	width: 99%;
	margin-left: .5%;
	top: 2px;
}

.job-offer-single-offer ul,
.job-offer-single-offer p {
	max-width: 900px;
}

.project_category-job-offer {
	margin-bottom: 10px;
}

.project_category-job-offer h2 {
	margin-bottom: 0;
}

.project_category-job-offer h2 a {
	width: 100%;
	text-align: left;
	padding: 15px 25px;
	font-size: 18px;
	margin-top: 15px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
}

.project_category-job-offer:first-of-type h2 a {
	margin-top: 35px;
}

h4.offer-list-header {
	font-weight: 600;
	margin-top: 30px;
}

.et_monarch .et_social_2col.et_social_nospace li {
	width: 50px;
	float: left;
	clear: none;
}

.et_pb_section.offer-section-for-background.et_pb_section_0.et_section_regular > div.et_pb_row.et_pb_row_1 > div > div.et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_text_1 > h2,
.et_pb_section.offer-section-for-background.et_pb_section_0.et_section_regular > div.et_pb_row.et_pb_row_1 > div > div.et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_text_1 > h4,
.et_pb_section.offer-section-for-background.et_pb_section_0.et_section_regular > div.et_pb_row.et_pb_row_0 > div > div > h1 {
	display: none;
}

.et_pb_section.offer-section-for-background.et_pb_section_0.et_section_regular > div.et_pb_row.et_pb_row_5 > div > div > h4 {
	margin-top: 0;
}

.join-us-cta a {
	margin-top: 15px;
	margin-bottom: 30px;
}


/*B*/

article header h1,
article header h2.post-title {
	font-weight: bold !important;
	margin-top: 0 !important;
}

article#post-13619 .col-sm-6 {
	padding-bottom: 30px;
}

article#post-13619 .row {
	padding-top: 30px;
}


/*BLOG LIST*/

div#content-archive h6 {
	display: none;
}

div#content-archive article,
div#content-blog article {
	background-color: #2F3439;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
}

div#content-archive article .post-meta,
div#content-blog article .post-meta {
	margin-bottom: 0;
}


/*
div#content-archive article .post-meta i,
div#content-blog article .post-meta i {
	color: #f1851a;
}
*/

i {
	color: #f1851a;
}

div#content-archive article .article-footer,
div#content-archive article .post-entry,
div#content-blog article .article-footer,
div#content-blog article .post-entry {
	display: none;
}

div#content-archive article header h1,
div#content-blog article header h1 {
	margin-top: 0;
}

#respond {
	padding: 20px;
	text-align: center;
}

#respond #comment {
	width: 100%;
	margin: 0 auto;
}

aside#widgets {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.22), 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
	background-color: #2B2F33;
}

.widget-title {
	padding-top: 0;
}

#categories-3 > ul,
#recent-posts-3 > ul {
	border-bottom: 1px solid black;
}


/*BLOG POST*/

p.form-submit .btn {
	margin-top: 0;
}

div#respond {
	border: none;
}

div#respond h3#reply-title {
	margin-top: 0;
	font-size: 33px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

article#post-13619 hr {
	margin-top: 0px;
}

article#post-13619 h2 {
	margin-top: 30px;
}

article#post-13619 ul {
	list-style-type: none;
	padding-left: 0;
}

article#post-13619 ul li {
	margin-top: 30px;
}

article#post-13619 h4 a,
article#post-13619 h4 {
	font-weight: bold;
	color: #f1851a;
}


/*VELES MODAL*/

.col-sm-12.product-and-team-preview.ctf-battlefield-container {
	border-top: 1px solid black;
	padding: 45px 0 0 0;
}

.ctf-battlefield-col-4 {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 6px;
}

.modal-dialog {
	width: 80%;
}

.modal-body {
	text-align: center;
}

.modal-content {
	top: 40px;
	background-color: rgba(46, 51, 56, .8);
}

.carousel {
	cursor: pointer;
}

.carousel-control {
	opacity: 1;
}

.glyphicon-chevron-left:before {
	content: url("/wp-content/uploads/2016/11/chev-left.png");
	left: -27px;
	position: relative;
}

.glyphicon-chevron-right:before {
	content: url("/wp-content/uploads/2016/11/chev-right.png");
	right: -3px;
	position: relative;
}

.modal-carousel-hybrid-source-image-wrapper {
	text-align: center;
	position: relative;
}

.modal-carousel-hybrid-source-image-wrapper:after {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: rgba(245, 245, 245, .12);
	text-align: left;
	padding: 5px 10px;
	font-size: 14px;
	color: #c5c5c5;
}

.modal-carousel-hybrid-source-image-wrapper-1:after {
	content: "bitmap";
}

.modal-carousel-hybrid-source-image-wrapper-2:after {
	content: ".mobi ebook";
}

.modal-carousel-hybrid-source-image-wrapper-3:after {
	content: "java .class file";
}

.modal-carousel-hybrid-source-image-wrapper-4:after {
	content: "x86 32-bit compiled binary";
}

.modal-carousel-hybrid-source-image-wrapper-5:after {
	content: "data encrypted using gpg";
}

.modal-carousel-hybrid-source-image-wrapper-6:after {
	content: "zip compressed archive";
}

.modal-carousel-hybrid-source-image-wrapper-7:after {
	content: "same zip file in 'layered digram' visualization mode";
}

.modal-carousel-hybrid-source-image-wrapper-9:after {
	content: "32-bit MIPS";
}

.modal-carousel-hybrid-source-image-wrapper-10:after {
	content: "32-bit SPARC";
}

.modal-carousel-hybrid-source-image-wrapper-11:after {
	content: "Motorola 68000";
}


/*
.modal-carousel-hybrid-source-image-wrapper img {
	max-width: 78%;
}
*/

button.close {
	z-index: 100;
	position: relative;
	color: #fff;
	opacity: 1;
	font-size: 30px;
	right: 6px;
	top: 1px;
}

button.close:hover {
	color: #fff;
	opacity: 1;
}

.modal-body {
	padding: 30px;
}

#content-full section.jumbotron.no-first-page.veles-jumbotron h1 {
	font-size: 110px;
}

#content-full section.jumbotron.no-first-page.veles-jumbotron h1 small {
	font-size: 37px;
}


/*CONTACT*/

/*
.ways-of-contact {
	margin-bottom: 30px;
}
*/

.ways-of-contact > .single-way-of-contact img {
	margin-bottom: 10px;
}

.single-way-of-contact {
	margin-bottom: 35px;
}


/*
.ways-of-contact > .single-way-of-contact:nth-of-type(1) img,
.ways-of-contact > .single-way-of-contact:nth-of-type(2) img {
	margin-top: 0;
}

.ways-of-contact > .single-way-of-contact:nth-of-type(3) img,
.ways-of-contact > .single-way-of-contact:nth-of-type(4) img {
	margin-top: 30px;
}


*/

.download-veles {
	margin-bottom: 50px;
	display: inline-block;
}

.download-veles .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.download-veles .col-md-12:first-of-type {
	margin-bottom: 45px;
}

.download-veles-single {
	border: 3px solid #ee8319;
	padding: 35px 20px 20px 20px;
	position: relative;
}

.download-veles .col-md-12 .col-md-6:first-of-type {
	padding-left: 0;
}

.download-veles .col-md-12 .col-md-6:last-of-type {
	padding-right: 0;
}

.download-veles-single p.big-p {
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
}

.download-veles-single p.big-p strong {
	background-color: #272B30;
	padding: 0 15px;
}

section.download-veles h2 {
	margin-bottom: 80px;
	background-image: none;
	border: 3px solid #f1851a;
	border-radius: initial;
	font-size: 54px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	min-width: 188px;
	margin-top: 0;
	padding: 35px 20px;
}

section.download-veles .col-md-6 .veles-version-btn:last-of-type {
	margin-bottom: 0;
}

.veles-version-btn {
	font-size: 20px;
	background-color: #2f3439;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
	width: 100%;
	display: block;
	padding: 25px 3%;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	top: 0;
	overflow: hidden;
}

a.veles-version-btn:hover {
	top: -4px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
	color: inherit;
}

a.veles-version-btn:after {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	background-color: #f1851a;
	content: "DOWNLOAD";
	color: #fff;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a.veles-version-btn.github-button:after {
	content: "GITHUB";
}

a.veles-version-btn:hover:after {
	visibility: visible;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	opacity: 1;
	top: 0;
}

textarea {
	max-height: 210px;
}

.job-offer-single-offer .page-title-h1,
.job-offer-single-offer h2,
.job-offer-single-offer h4 {
	display: none;
}

.job-offer-single-offer h4.offer-list-header {
	display: block;
}

.trainings-accordion .panel-heading {
	background-color: #f1851a !important;
	border: 1px solid #f7b676 !important;
	text-transform: uppercase;
	outline: 2px solid #f1851a;
	border-radius: 0;
	padding: 0;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.trainings-accordion .panel-heading:hover {
	background-color: #f7b676 !important;
	border: 1px solid #f1851a !important;
	outline: 2px solid #f7b676;
}

.trainings-accordion .panel-group .panel {
	margin-top: 30px !important;
}

.trainings-accordion .panel-heading h4 a {
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 25px;
	display: block;
}


/*FOOTER*/

#footer-wrapper {
	padding-top: 15px;
	border-top: 1px solid #000;
	font-size: 12px;
}

#footer-wrapper .powered {
	text-transform: uppercase;
}

ul#menu-main-menu-2 {
	margin-bottom: 0;
	padding: 0;
}

.footer-menu li:last-of-type a {
	padding-right: 0;
}


/*RWD */

@media only screen and (max-width: 1199px) {
	.our-product-button {
		margin-top: 30px;
	}
	body.home section.jumbotron h1:after {
		right: -41px;
	}
	.copyright {
		float: left;
	}
	.powered {
		float: right;
	}
	.ctf-battlefield-col-8 > h2:after,
	.team-member-row h2:after,
	.news-and-blog-preview .news-and-blog-preview-content h2:after,
	.product-and-team-preview .product-and-team-preview-content h2:after {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.archive #wrapper,
	.single-post #wrapper,
	.page-template-template-blog-excerpt #wrapper,
	#content-full {
		padding-top: 30px;
	}
	.jumbotron h1,
	.jumbotron.home-page-h1-section h1 {
		font-size: 45px;
	}
	.download-veles {
		width: 100%;
	}
	.download-veles .col-md-12:first-of-type {
		margin-bottom: 0;
	}
	.download-veles .col-md-6 {
		margin-bottom: 45px;
		padding: 0;
	}
	.download-veles .col-md-12 {
		padding: 0;
	}
	.jumbotron h1,
	h1 {
		font-size: 53px;
	}
	body.home section.jumbotron h1:after {
		display: none;
	}
	body.home section.jumbotron h1 {
		border-bottom: 3px solid #FF0000;
	}
	.jumbotron {
		padding-top: 0;
	}
	.ctf-battlefield-container {
		display: block;
	}
	.ctf-battlefield-container div {
		width: 100%;
	}
	.ctf-battlefield-container div h2 {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.page-template-team .g-recaptcha {
		margin-left: 35px;
	}
	.g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.post-meta i {
		width: 15px;
	}
	.modal-dialog {
		width: 95%;
	}
	/*
	.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.google-recaptha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
*/
	.job-offer-list-content ul {
		padding-left: 15px;
	}
	.project_category-job-offer h2 a {
		padding: 15px 10px;
		font-size: 16px;
	}
	.contact-form-team-page-section div.wpcf7 .ajax-loader {
		display: block;
	}
	.team-member-row h2 small {
		margin-top: 5px;
	}
	section.download-veles h2 {
		font-size: 30px;
		padding: 25px 20px;
	}
	.veles-version-btn {
		font-size: 15px;
	}
	ul#menu-main-menu li a {
		background-color: #272B30;
		border-bottom: 1px solid #403e3e;
	}
	ul#menu-main-menu li a:after,
	ul#menu-main-menu li a:before {
		display: none;
	}
	#content-full section.jumbotron.no-first-page.veles-jumbotron h1 {
		font-size: 20vw;
	}
	#content-full section.jumbotron.no-first-page.veles-jumbotron h1 img {
		margin-right: 0;
	}
	ul#lcp_instance_0 li a {
		display: block;
	}
	#commentform input {
		width: 100%;
	}
	p.big-p {
		font-size: 18px;
		line-height: 20px;
	}
	.jumbotron h1,
	.jumbotron.home-page-h1-section h1 {
		font-size: 40px;
	}
	article header h1,
	h2 {
		font-size: 5vw;
	}
	.bigger-h2-on-mobile {
		font-size: 27px;
		margin-bottom: 23px !important;
	}
	.first-p p {
		padding: 0;
	}
	hr,
	hr.transparent-hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#content-full .jumbotron {
		padding-left: 0;
		padding-right: 0;
	}
	div#logo {
		margin-left: 15px;
	}
	#footer .col-lg-6.powered {
		padding-left: 0;
		padding-right: 0;
		margin-top: 10px;
	}
	.copyright {
		float: none;
	}
	.powered {
		float: none;
	}
	#footer-wrapper {
		font-size: 12px;
	}
	.team-member-row {
		width: 100%;
	}
	.team-member-row div:first-of-type {
		padding-bottom: 15px;
		text-align: center;
	}
	/*	.team-member-row div:last-of-type p:last-of-type,*/
	.team-member-row div:last-of-type h2 {
		text-align: center;
		margin-right: 0;
	}
	.team-member-row h2 {
		max-width: 100%;
	}
	.team-member-row p a {
		font-size: 12px;
	}
	.navbar .container {
		padding: 0;
	}
	.navbar-header {
		padding: 0 15px;
	}
	.navbar-nav {
		float: none;
		width: 100%;
		margin: 0;
	}
	.product-and-team-preview-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	section.product-and-team-preview-section .product-and-team-preview:first-of-type {
		margin-bottom: 30px;
	}
	.news-and-blog-preview .news-and-blog-preview-content:first-of-type {
		margin-bottom: 30px;
	}
	.latest-news-sm-6-section {
		margin-top: 30px;
	}
	.news-and-blog-preview-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.contact-form-team-page-section .wpcf7-form-control.your-e-mail,
	.contact-form-team-page-section textarea.wpcf7-form-control {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.ctf-battlefield-col-8 > h2:after,
	.news-and-blog-preview .news-and-blog-preview-content h2:after,
	.product-and-team-preview .product-and-team-preview-content h2:after {
		display: none;
	}
}
