
/*---------------------------- FONTS ---------------------------*/

@font-face {
    font-family: 'arialregular';
    src: url('./fonts/arial-webfont.eot');
    src: url('./fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/arial-webfont.woff2') format('woff2'),
         url('./fonts/arial-webfont.woff') format('woff'),
         url('./fonts/arial-webfont.ttf') format('truetype'),
         url('./fonts/arial-webfont.svg#arialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'coolveticaregular';
    src: url('./fonts/coolvetica_rg-webfont.eot');
    src: url('./fonts/coolvetica_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/coolvetica_rg-webfont.woff2') format('woff2'),
         url('./fonts/coolvetica_rg-webfont.woff') format('woff'),
         url('./fonts/coolvetica_rg-webfont.ttf') format('truetype'),
         url('./fonts/coolvetica_rg-webfont.svg#coolveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arialbold';
    src: url('./fonts/arialbd-webfont.eot');
    src: url('./fonts/arialbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/arialbd-webfont.woff2') format('woff2'),
         url('./fonts/arialbd-webfont.woff') format('woff'),
         url('./fonts/arialbd-webfont.ttf') format('truetype'),
         url('./fonts/arialbd-webfont.svg#arialbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*---------------------------- GENERAL -------------------------*/

body {
	font-family: 'arialregular';
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.enigma_blog_post_content {
	min-height: 940px;
}
.page-id-107 .enigma_blog_post_content {
	min-height: 40px;
}
.enigma_blog_wrapper {
	margin: 25px 0 0;
}
.enigma_blog_full {
	margin: 0;
}
.push-right {
	display: none;
}
.col-md-12 {
	padding: 0;
}
h1,h2,h3,h4,h4,h5,h6 {
	font-family: 'arialregular';
	color: #0000FF;
	font-weight: normal;
	margin: 30px 0;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	margin-bottom: 10px;
}
p,
.enigma_blog_post_content p {
	color: #000;
	font-size: 18px;
	font-family: 'arialregular';
	margin-bottom: 30px;
}
span.blue_txt {
	color: #0000FF;
}
a {
	color: #0000FF;
	font-size: 18px;
	font-family: 'arialregular';
	-o-transition: color 1s ease 0s;
      -ms-transition: color 1s ease 0s;
      -moz-transition: color 1s ease 0s;
      -webkit-transition: color 1s ease 0s;
      transition: color 1s ease 0s;
}
a:hover {
	color: #FF0000;
}
a.red_a {
	color: #FF0000;
	font-size: 18px;
	font-family: 'arialregular';
	-o-transition: color 1s ease 0s;
      -ms-transition: color 1s ease 0s;
      -moz-transition: color 1s ease 0s;
      -webkit-transition: color 1s ease 0s;
      transition: color 1s ease 0s;
}
a.red_a:hover {
	color: #0000FF;
}
a.custom_a {
	margin: 30px 0 10px;
	font-size: 24px;
	display: inline-block;	
}
ul.ul_decoration {
	margin-bottom: 30px;
	margin-top: -20px;
}
ul.ul_decoration li {
	color: #000;
	font-size: 18px;
	font-family: 'arialregular';
}
.half {
	width: 48%;
	margin: 0 4% 20px 0;
	float: left;
}
.half.last {
	margin-right: 0;
}

/*---------------------------- HEADER --------------------------*/

.header_section {
	background: none;
}
.header_section .container {
	border-top: 12px solid #000;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.head-contact-info {
	margin: 0;
	padding: 0;
	width: auto;
}
.col-md-6:last-child {
	padding: 0;
	margin: 0;
	float: right;
	width: auto;
}
.social {
	padding: 0;
	margin: 0;
}
.head-contact-info li {
	font-family: 'arialregular';
	color: #0000FF;
	font-weight: bold;
	font-size: 19px;
	display: block;
	margin: 0;
}
.head-contact-info i {
	display: none;
}
.head-contact-info li span {
	color: #000;
	margin-right: 10px;
}
.head-contact-info li a {
	color: #FF0000;
	-o-transition: color 1s ease 0s;
      -ms-transition: color 1s ease 0s;
      -moz-transition: color 1s ease 0s;
      -webkit-transition: color 1s ease 0s;
      transition: color 1s ease 0s;
}
.head-contact-info li a:hover {
	color: #0000FF;
}

/*------------------------- NAVIGATION ------------------------*/

.navigation_menu {
	border: none;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
}
#enigma_nav_top.affix {
	position: relative;
	border: none;
}
.logo {
	width: 269px;
	float: left;
}
.logo img {
	width: 100% !important;
	height: auto !important;
}
.logo p {
	display: none;
}

#header_shadow {
	display: none;
}
.navigation_menu .container {
	width: auto;
	margin: 0;
	float: right;
	max-width: none;
}
.navbar {
	border-radius: 0;
	min-height: 10px;
}
.navbar-collapse {
	max-height: none;
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav > li {
	margin: 0 2px 0 0;
}
.navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
}
.navbar-nav {
	border: 3px solid #000;
	border-radius: 8px;
	padding: 3px;
	margin-top: 6px;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'arialregular';
	/*font-weight: bold;*/
	color: #0000FF;
	font-size: 16px;
	padding: 15px 22px;
	border-radius: 5px;
	background: none;
	text-transform: none;
	-o-transition: color, background 1s ease 0s;
      -ms-transition: color, background 1s ease 0s;
      -moz-transition: color, background 1s ease 0s;
      -webkit-transition: color, background 1s ease 0s;
      transition: color, background 1s ease 0s;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	font-family: 'arialregular';
	/*font-weight: bold;*/
	color: #FFF;
	font-size: 16px;
	padding: 15px 22px;
	border-radius: 5px;
	background: #FF0000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	font-family: 'arialregular';
	/*font-weight: bold;*/
	color: #FFF;
	font-size: 16px;
	padding: 15px 22px;
	border-radius: 5px;
	background: #FF0000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*----------------------- SUBNAVIGATION --------------------------*/

.fa-angle-down:before {
	display: none;
}
li.menu-item-has-children:hover .dropdown-menu {
	display: block;
}
.navbar-nav > li > .dropdown-menu {
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 8px;
	padding: 3px;
}
.dropdown-menu > li > a:before {
	display: none;
}
.dropdown-menu > li > a {
	font-family: 'arialregular';
	/*font-weight: bold;*/
	color: #0000FF;
	font-size: 16px;
	padding: 15px;
	border-radius: 5px;
	background: none;
	margin-bottom: 2px;
	text-transform: none;
	-o-transition: color, background 1s ease 0s;
      -ms-transition: color, background 1s ease 0s;
      -moz-transition: color, background 1s ease 0s;
      -webkit-transition: color, background 1s ease 0s;
      transition: color, background 1s ease 0s;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	font-family: 'arialregular';
	/*font-weight: bold;*/
	color: #FFF;
	font-size: 16px;
	padding: 15px;
	border-radius: 5px;
	background: #FF0000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 2px;
}

/*----------------------- PAGE TITLE ----------------------------*/

.enigma_header_breadcrum_title {
	display: none;
}

/*----------------------- FEATURED IMAGE -------------------------*/

.enigma_blog_thumb_wrapper_showcase:hover img {
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
.enigma_blog_thumb_wrapper_showcase img {
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/*----------------------- SLIDER ---------------------------------*/

#metaslider_container_41 ul.slides li {
	padding: 2px 2px 0 0;
	box-sizing: border-box;
} 
#metaslider_container_41 .slides img {
	border-radius: 50px;
	-webkit-box-shadow: 1px -1px 4px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:    1px -1px 4px 0px rgba(0, 0, 0, 0.65);
	box-shadow:         1px -1px 4px 0px rgba(0, 0, 0, 0.65);	
}
#metaslider_container_41 .caption-wrap {
	opacity: 0;
	background: none;
	width: auto;
	left: 50%;
	bottom: 50%;
	-ms-transform: translate(-50%,50%); /* IE 9 */
   	-webkit-transform: translate(-50%,50%); /* Safari */
    transform: translate(-50%,50%);
    -o-transition: opacity 1s ease 0s;
      -ms-transition: opacity 1s ease 0s;
      -moz-transition: opacity 1s ease 0s;
      -webkit-transition: opacity 1s ease 0s;
      transition: opacity 1s ease 0s;
} 
#metaslider_container_41:hover .caption-wrap {
	opacity: 1;
}
#metaslider_container_41 .caption {
	padding: 0;
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

/*--------------------------- FOOTER WIDGET AREA -------------------------*/

.enigma_footer_widget_area {
	background: none;
	padding: 60px 0 50px;
}
.col-md-3 {
	width: 100%;
	padding: 0;
	display: table;
}
.enigma_footer_widget_column .textwidget {
	margin: 0;
}
.enigma_footer_widget_area h6, 
.enigma_footer_widget_column .textwidget {
	color: #000;
	font-size: 18px;
	font-family: 'arialregular';
}
a.footer_subpages {
	width: 16%;
	display: block;
	float: left;
	margin: 0 0.8% 20px 0;
	font-size: 17px;
	text-align: center;
}
a.footer_subpages.last {
	margin-right: 0;
}
a.footer_subpages img {
	width: 100%;
	height: auto;
	margin-bottom: 20px; 
	opacity: 1;
	 -o-transition: opacity 1s ease 0s;
      -ms-transition: opacity 1s ease 0s;
      -moz-transition: opacity 1s ease 0s;
      -webkit-transition: opacity 1s ease 0s;
      transition: opacity 1s ease 0s;
}
a.footer_subpages:hover img {
	opacity: 0.55;
}
.enigma_footer_widget_area .col-md-3:nth-child(2) .textwidget {
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
a.logo_link {
	margin-right: 10px;
} 
a.logo_link.last {
	margin-right: 0;
}
a.logo_link img {
	opacity: 1;
	 -o-transition: opacity 1s ease 0s;
      -ms-transition: opacity 1s ease 0s;
      -moz-transition: opacity 1s ease 0s;
      -webkit-transition: opacity 1s ease 0s;
      transition: opacity 1s ease 0s;
}
a.logo_link:hover img {
	opacity: 0.55;
} 
.footer_left {
	width: 35%;
	display: block;
	float: left;
	margin: 0 9% 40px 0;
	border: 8px solid #0000FF;
	border-radius: 25px;
	position: relative;
	font-size: 20px;
}
.border_txt {
	width: 100%;
	max-width: 380px;
	text-align: center;
	padding: 20px 5px;
	margin: 0 auto;
	font-family: 'arialbold';
	line-height: 1.2;
	font-size: 24px;
}
.no_border_txt {
	text-align: center;
	background: #fff;
	width: 150px;
	position: absolute;
	left: 50%;
	bottom: -45px;
	-ms-transform: translateX(-50%); /* IE 9 */
   	-webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);
    font-family: 'arialbold';
    line-height: 1.2;
    font-size: 24px;
}
.footer_right {
	width: 55%;
	float: right;
	margin: 0;
	font-size: 30px;
	font-style: italic;
	line-height: 1.2;
}
.enigma_footer_widget_area .enigma_footer_widget_column:nth-child(3) {
	margin-bottom: 0;
}

/*------------------------------ FOOTER AREA--------------------------*/

.enigma_footer_area {
	background: none;
	border: none;
	padding: 0;
}
.enigma_footer_area .container {
	border-top: 12px solid #000;
}
.enigma_footer_area p {
	padding: 30px;
	width: 100%;
	text-align: center;
	margin: 0;
	color: #000;
	font-family: 'arialregular';
	font-size: 16px;
}
.enigma_footer_area p a {
	color: #0000FF;
	 -o-transition: color 1s ease 0s;
      -ms-transition: color 1s ease 0s;
      -moz-transition: color 1s ease 0s;
      -webkit-transition: color 1s ease 0s;
      transition: color 1s ease 0s;
}
.enigma_footer_area p a:hover {
	color: #FF0000;
}

/*----------------------- CONTACT FORM -------------------------*/

p.p_half_contactform {
	width: 48%;
	margin: 0 4% 20px 0;
	float: left;
}
p.p_half_contactform.last {
	margin-right: 0;
}
p.P_full_contactform {
	margin-bottom: 10px;
}
p.submit_p {
	display: table;
	width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	padding: 5px;
	color: #000;
	font-size: 18px;
	font-family: 'arialregular';
	border: 1px solid #000;
	border-radius: 5px;
}
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
::-ms-input-placeholder { /* Edge */
  color: #000;
}
.wpcf7 textarea {
	height: 180px;
}
.wpcf7 .wpcf7-submit {
	font-family: 'arialregular';
    /* font-weight: bold; */
    color: #FFF;
    font-size: 18px;
    padding: 15px 22px;
    border-radius: 5px;
    background: #FF0000;
   	border: 1px solid #FF0000;
   	width: auto;
   	display: block;
   	float: right;
   	 -o-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -webkit-transition: all 1s ease 0s;
      transition: all 1s ease 0s;
}
.wpcf7 .wpcf7-submit:hover {
	border: 1px solid #000;
	background: #fff;
	color: #0000FF;
}
div.wpcf7-validation-errors {
	border: 1px solid #f00;
	color: #f00;
}

/*----------------------- INNER PAGES --------------------------*/

.clients_img {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.clients_img:last-child {
	margin-bottom: 0;
}
.clients_img img {
	float: left;
	width: 13%;
	margin: 0 1.5% 0 0;
	height: auto;
}
.clients_img img:last-child {
	margin-right: 0;
}
.clients_img.clients_text p:first-child {
	width: 31%;
	display: block;
	margin: 0;
	text-align: center;
	float: left;
	font-size: 22px;
	padding-top: 10px;
}
.clients_img.clients_text p:last-child {
	width: 65.5%;
	display: block;
	margin: 0;
	text-align: center;
	float: right;
} 
.clients_img.clients_text img {
	width: 23.5%;
	margin: 0 2% 0 0;
	float: left;
	height: auto;
}
.clients_img.clients_text img:last-child {
	margin-right: 0;
}
dt.gallery-icon a {
	width: 90%;
	display: block;
	margin: 0 5%;
}
dt.gallery-icon a img {
	width: 100%;
	height: auto;
	border: 1px solid #000 !important;
	padding: 3px;
}

.gallery-item {
	position: relative;
}

.gallery-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    padding: 0 20px;
}

.gallery-item:hover .gallery-caption {
	 -o-transition:  1s ease 0s;
      -ms-transition:  1s ease 0s;
      -moz-transition:  1s ease 0s;
      -webkit-transition:  1s ease 0s;
      transition:  1s ease 0s;
      opacity: 1;
}



/*----------------------- RESPONSIVE ---------------------------*/

@media (max-width: 1250px) {
	.container,
	.navigation_menu {
		max-width: 900px;
	}
	.logo {
		width: 240px;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus {
		padding: 15px 8px;
	}
	.navbar-nav {
		margin-top: 2px;
	}
	.dropdown-menu > li > a,
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus,
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus {
		padding: 15px 8px;
	}
}

@media (max-width: 992px) {
	.logo {
		padding-top: 0;
	}
	.navbar-default .navbar-nav > li > a {
		font-weight: normal;
	}
}

@media (max-width: 950px) {
	.container,
	.navigation_menu {
		max-width: 740px;
	}
	.logo {
		width: 150px;
		margin-top: 6px;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus {
		padding: 10px 4px;
	}
	.navbar-nav {
		margin-top: 2px;
	}
	.dropdown-menu > li > a,
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus,
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus {
		padding: 10px 4px;
	}
}
@media (max-width: 768px) {
	.container,
	.navigation_menu {
		width: 96%;
		margin: 0 2%;
	}
	h2 {
		font-size: 30px;
	}
	.footer_right {
		font-size: 25px;
	}
	.enigma_footer_widget_area {
		padding: 30px 0;
	}
	.enigma_footer_widget_column {
		margin-bottom: 30px;
	}
	.navbar-toggle {
		background: none !important;
		border: 2px solid #000 !important;
		margin: 10px 0;
		-o-transition: all 1s ease 0s;
	      -ms-transition: all 1s ease 0s;
	      -moz-transition: all 1s ease 0s;
	      -webkit-transition: all 1s ease 0s;
	      transition: all 1s ease 0s;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #000 !important;
		-o-transition: background 1s ease 0s;
	      -ms-transition: background 1s ease 0s;
	      -moz-transition: background 1s ease 0s;
	      -webkit-transition: background 1s ease 0s;
	      transition: background 1s ease 0s;
	}
	.enigma_blog_wrapper {
		margin-top: 0;
	}
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
		border: 2px solid #FF0000 !important;
		background: #FF0000 !important;
		margin: 10px 0;
	}
	.navbar-default .navbar-toggle:hover .icon-bar, 
	.navbar-default .navbar-toggle:focus .icon-bar {
		background: #fff !important;
	} 
	.navigation_menu .container {
		width: 100%;
		margin-top: -50px;
	}
	.navbar-nav {
		margin: 0 0 20px;
	}
	.navbar-default .navbar-nav > li {
		margin: 0 0 2px 0;
	}
	.navbar-nav > li > .dropdown-menu {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		display: block;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;	
		padding-left: 30px;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus,
	.dropdown-menu > li > a,
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus,
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus { 
		padding: 10px 10px;
	}
	#metaslider_container_41 .slides img {
		border-radius: 20px;
	}
	.logo {
		z-index: 9;
		position: relative;
	}
	#enigma_nav_top.affix {
		width: 96%;
		margin: 0 2%;
	}
	a.footer_subpages {
		width: 31%;
		margin: 0 3.5% 20px 0;
	}
	a.footer_subpages:nth-child(3n) {
		margin-right: 0;
	}
	a.footer_subpages:nth-child(3n+1) {
		clear: left;
	}
	a.footer_subpages.last {
		margin-right: 0;
	}
	a.footer_subpages img {
		margin-bottom: 5px;
	}
	.footer_left {
		width: 100%;
		margin-right: 0;
	}
	.footer_right {
		width: 100%;
		margin-top: 30px;
	}
}

@media (max-width: 680px) {
#gallery-1 .gallery-item {
    width: 50% !important;
}
}

@media (max-width: 480px) {
	a.footer_subpages {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	a.footer_subpages:nth-child(2n) {
		margin-right: 0;
	}
	a.footer_subpages:nth-child(2n+1) {
		clear: left;
		float: left;
	}
	a.footer_subpages:nth-child(3n+1) {
		clear: none;
	}
	a.footer_subpages:nth-child(3n) {
		margin-right: 4%;
	}
	a.footer_subpages.last {
		margin-right: 0;
	}
	.clients_img.clients_text p:first-child {
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.clients_img.clients_text p:last-child {
		width: 100%;
	}
	.clients_img.clients_text img {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.clients_img.clients_text img:nth-child(2n) {
		margin-right: 0;
	}
	.clients_img img {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.clients_img img:nth-child(2n) {
		margin-right: 0;
	}

		.gallery-caption {
    font-size: 13px;
}

} 
@media (max-width: 400px) {
	a.footer_subpages {
		width: 100%;
		margin-right: 0;
	}
}
