/*Theme Name: IDMA
 Author: the WordPress team
 Author URI: http://wordpress.org/
 Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain: twentyfourteen

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */


@font-face {
	font-family: 'gothic';
	src: url('fonts/gothic.eot');
	src: local('gothic'), url('fonts/gothic.woff') format('woff'), url('fonts/gothic.ttf') format('truetype');
}
@font-face {
	font-family: 'din';
	src: url('fonts/PT DIN Condensed Cyrillic.eot');
	src: url('fonts/PT DIN Condensed Cyrillic.woff') format('woff'), url('fonts/PT DIN Condensed Cyrillic.ttf') format('truetype'), url('fonts/PT DIN Condensed Cyrillic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
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;
	vertical-align: baseline;
	font-family: 'gothic', Arial;
}
/* 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;
}
.page_inner .right ol{
	list-style:decimal;
}
.page_inner .right ul{
	list-style:disc !important;
}
.page_inner .right ul li,.page_inner .right ol li{
	font-size: 16px;
	margin: 8px 0 8px 20px;
	color:#5D5A5E;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none !important;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	color: #e1007a;
}
button{
	outline:none !important;
}
button:hover{
	border:0 !important;
	outline:none !important;
}
.container-fluid {
	margin: 0 !important;
}
.btn-search {
	background: #03b7d8;
}
.ib {
	display: inline-block;
}
.np {
	padding: 0 !important;
	height: 30px;
}
.wrap {
	width: 1040px;
	max-width: 100%;
	margin: 0px auto;
}
.bluebtn {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: 'gothic';
	background-image: url('images/blue_btn.png');
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0 !important;
	width: 93px;
	height: 37px;
	display: inline-block;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	margin-right: 10px;
	outline: none !important;
	/*text-shadow: 2px 2px 6px #000;*/
}
.bluebtn:hover {
	text-decoration: none;
	background-image: url('images/blue_btn_hover.png');
	color: #fff;
}
#srch-term, .btn-search {
	border-radius: 0 !important;
}
#header {
	margin: 0;
}
#header .left{
	padding-left: 0;
}
#header .left div{
	 bottom: 20px;
    display: inline-block;
    margin-left: 17px;
    position: absolute;
}
#header .left div p{
	color:#000;
	margin:0 !important;
	font-size:13px;
	font-weight:bold;
	font-family:'gothic';
}
#header .left div span,#header .right p{
	color:#000;
	font-size:13px;
	font-weight:bold;
	font-family:'gothic';
}
#header .right .col-sm-8{
padding: 20px 0 0 !important;
}
#header .right .col-sm-4{
padding-right: 0 !important;
}
#header .right ul {
	margin: 5px 0 64px 0;
	display: inline-block;
}
#header .right ul li {
	float: left;
}
#header .right ul .divide {
	padding: 0 5px;
	margin: 0 5px;
	color: #bebbc0;
}
#header .right ul li:last-child {
	display: none !important
}
#header .right ul .current-menu-item a {
	color: #e1007a;
}
#header .right ul li a {
	color: #058ba4;
	font-size: 12px;
	font-weight: bold;
	font-family: 'gothic';
}
#header .right ul li a:hover {
	color: #e1007a;
}
/*** MENU **/
#header .menu-main-container {
	display: inline-block;
	width: 100%;
}
#header .menu {
	padding: 0 30px;
	background: #332c37;
	display: inline-block;
	margin: 0 auto !important;
	width: 100%;
	height: 37px;
	line-height: 37px;
}
#header .menu li {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0 15px;
}

#header .menu li a {
	padding: 0px 11px;
	color: #f0eff0;
	font-size: 12px;
	font-weight: bold;
	font-family: 'gothic';
	display: inline-block;
}
#header .menu li:hover {
	background: #e10277;
	z-index: 10;
	position: relative;
	box-shadow: 1px 1px 2px #000;
	padding-right: 2px;
}
#header .menu li:hover a {
	height: 61px;
	padding: 35px 15px 0 5px;
	color:#fff !important;
}
#header .menu li ul li:hover {
	padding: 0 !important;
	margin-bottom: 0 !important;
	height: auto !important;
}
#header .menu li:hover ul {
	display: block;
}

#header .menu li ul {
	display: none;
	position: absolute;
	margin-top: 0;
	margin-left: -15px;
}
#header .menu li ul li {
	display: block;
	width: 100%;
	z-index: 888888;
	position: relative;
	height: auto !important;
}
#header .menu li ul li:hover {
	box-shadow: 0 0 0 #fff !important;
}
#header .menu li ul li a:hover {
	height: auto !important;
	/*background: #964eb7 !important;*/
	position: relative;
	padding-top: 50px;
	box-shadow: 0 0 0 #fff !important;
	font-weight: bold !important;
	color:#fff !important;
}
#header .menu li ul li a {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 10px 15px !important;
	height: auto !important;
	border-bottom: 1px solid #6f2690;
	background: #964eb7;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal !important;
	font-family: 'gothic';
}
#header .menu li ul li:hover a {
	height: auto !important;
}
.purple_navitem a:hover, .purple_navitem:hover {
	background: #6f2690 !important;
}
.purple_navitem:hover ul li a {
	background:#964eb7 !important;
}
.green_navitem a:hover, .green_navitem:hover {
	background: #9dc70d !important;
}
.green_navitem:hover ul li a {
	background:#a6b95e !important;
}
.lblue_navitem a:hover, .lblue_navitem:hover {
	background: #44cdbd !important;
}
.lblue_navitem:hover ul li a {
	background:#6aa9a2 !important;
}
.pink_navitem a:hover, .pink_navitem:hover {
	background: #e10277 !important;
}
.pink_navitem:hover ul li a {
	background:#cd5896 !important;
}
.top {
	margin: 0 -30px !important;
}
.top .right {
	padding-right: 2px !important;
	text-align: right !important;
}
.top .right .navbar-form {
	width: 173px;
}
.top .right .navbar-form input, .top .right .navbar-form button {
	height: 26px;
}
.top .right .navbar-form button {
	width: 30px;
}
.top .right .navbar-form button img {
	margin: 0 auto 0 3px;
}
#searchsubmit{
	padding: 0 !important;
}
#searchsubmit:hover{
	background-image: url('images/blue_btn_hover.png') !important;
	background-position:center center;
	margin:0 !important;
	padding:0 !important;
}
.top .right .col-sm-11 {
	padding-right: 0 !important;
}
.top2 {
	margin: 0 -60px !important;
}
.limg, .rimg {
	width: 30px;
	height: 49px;
	position: absolute;
	margin-top: 13px;
	z-index: -1;
}
.rimg {
	margin-left: 1050px;
}

#header form {
	padding: 0 !Important;
}
.tagline {
	margin-top: 65px;
	margin-left: 15px;
}

.cont {
	padding: 0 20px;
}
.teaser {
	padding: 0 !important;
}
.teaser .right {
	background: #dfe9e2;
	max-width: 300px;
	padding: 0 37px 29px 37px;
	min-height:335px;
	max-height:335px;
	font-size: 21px;
	color: #302337;
	font-family: 'gothic';
	text-shadow: 0 0 5px #fff;
	line-height: 27px;
}
.teaser .right h2 {
	color: #4b3e53;
	font-size: 53px;
	font-family: Impact;
	text-transform: uppercase;
	text-shadow: 0 0 5px #fff;
}
.teaser .right ul li {
	color: #4f4554;
	font-weight: bold;
	font-family: 'gothic';
	font-size: 13px;
	margin: 10px 0;
	text-shadow: 0 0 5px #fff;
	line-height:normal;
        padding-bottom:4px !important;
}
.teaser .right p {
	font-size: 21px;
	color: #302337;
	font-family: 'gothic';
	text-shadow: 0 0 5px #fff;
	line-height: 27px;
}
.teaser .slider {
	padding-left: 10px !important;
	padding-right: 0 !important;
	max-width: 730px;
}
.slider img {
	width: 100%;
	max-width: 100%;
	height: 355px;
}
.slider .item {
	display: none;
	height:335px;
}
.slider .item .div {
	left: 65px;
	position: absolute;
	top: 65px;
	z-index: 5;
	height: 290px;
	width: 625px;
}
.slider .item span {
	color: #FFFFFF;
    font-family: 'gothic';
    font-size: 55px;
    left: 55px;
    max-width: 368px;
    position: absolute;
    text-shadow: 4px 4px 5px #251041;
    top: 85px;
    width: 100%;
}
.slider .item span p{
	font-family: 'gothic';
	font-size: 50px;
	color: #fff;
	text-shadow: 2px 2px 8px #251041;
	background:none;
	line-height: normal;
    margin: 0;
}
.slider .item .bottom {
	bottom: 0;
    color: #FFFFFF;
    font-family: 'gothic';
    font-size: 25px;
    height: 65px;
    line-height: 65px;
    padding: 0 0 0 40px;
    position: absolute;
    text-shadow: 2px 2px 8px #251041;
    z-index: 1;
}
.slider .item .trans{
	background:url('images/slide_bottom.png') no-repeat;
	width:100%;
	height:65px;
	position:absolute;
	bottom:0;
}
.slider .item img{
	max-width:100%;
	max-height:335px;
}
.slider .act {
	display: block;
}
.slider .indicators {
	display: block;
	height: 20px;
	position: absolute;
	z-index: 6;
	padding-right: 25px;
	bottom: 15px;
	right: 0;
}
.slider .indicators li {
	float: left;
	width: 14px;
	height: 14px;
	background: url('images/slider_indicator_box.png');
	margin: 0 8px;
	text-align: center;
	color: #000;
	cursor: pointer;
}
.red {
	background: url('images/slider_indicator_box_active.png') !important;
}
.bluetext {
	color: #058ba4;
}
.below_teaser1 {
	margin: 20px 0 !important;
	padding: 0 25px !important;
}
.below_teaser1 .col-sm-3 {
	margin-top: 5px;
}
.below_teaser1 img {
	max-width: 100%;
}
.below_teaser1 h3 {
	color: #5d5a5e;
	font-size: 28px;
	font-family: 'gothic';
	font-weight: bold;
	margin: 22px 0;
}
.below_teaser1 p {
	color: #5d5a5e;
	font-size: 17px;
	font-family: 'gothic';
	font-weight: bold;
	line-height: 32px;
}

.hotlink {
	padding: 15px;
	color: #fff;
	height: 226px;
	max-width: 226px !important;
	margin: 15px 8px !important;
}
.hotlink:hover{
	color:#fff !important;
}
.hotlink:hover .arrow{
	opacity:1;
}
.hotlink .arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url('images/hotlink_arrow_active.png');
	background-repeat: no-repeat;
	width: 33px;
	height: 32px;
	opacity: 0.3;
}
.hotlink .arrow:hover {
	opacity: 1;
}
.hotlink h3 {
	font-size: 30px;
	font-family: 'gothic';
	font-weight: bold;
	margin: 0 0 15px;
}
.hotlink p {
	font-size: 14px;
	font-family: Arial;
}
.hotlink1 {
	background: #e10277;
}
.hotlink2 {
	background: #622380;
}
.hotlink3 {
	background: #6ac0b6;
}
.hotlink4 {
	background: #98bf13;
}
.first_hotlink {
	margin-left: 0 !important;
}
.last_hotlink {
	margin-right: 0 !important;
}
#footer {
	background: #29262b;
	/*margin: 15px 0 0 0 !important;*/
	padding: 40px 0 50px;
}
#footer .wrap {
	padding: 0 15px !important;
}
#footer2 .wrap {
	padding: 20px 15px !important;
}
#footer h3 {
	color: #f9eefe;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0 15px;
}
#footer h3 a {
	color: #f9eefe;
}
#footer .left{
	padding: 0 0 0 30px;
}

#footer .left .col-xs-3{
	height:250px;
}

#footer .right ul li {
	float: left;
	margin: 0 5px;
}
#footer .right ul li a {
	display: block;
}
#footer .right ul li a img{
	opacity:0.8;
}
#footer .right ul li a:hover img{
	opacity:1;
}
#footer .right form {
	margin: 0 !important;
	padding: 0 5px !important;
	max-width: 250px !important;
}
#footer ul li a {
	color: #85c3ce;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
#footer ul li a:hover {
	color: #e1007a;
}
#footer2 {
	color: #707070;
	font-family: 'gothic';
	margin: 0;
}
#footer2 .wrap {
	padding: 20px 0;
	min-height: 150px;
}
#footer2 .wrap p {
	line-height: 110px;
	font-size:13px;
}
#footer2 .wrap span {
	margin-right: 30px;
}
#footer2 a {
	color: #707070;
}
.col-sm-12 {
	padding: 0 40px;
}
.box {
	padding: 20px 20px 50px;
	color: #fff;
/*	min-height: 226px;*/
	height: auto !important;
}
.box:hover{
	color:#fff !important;
}
.box:hover .arrow{
	opacity:1;
}
.box .arrow {
	position: absolute;
	margin-bottom: 20px;
	right: 40px;
	background: url('images/hotlink_arrow_active.png');
	background-repeat: no-repeat;
	width: 33px;
	height: 32px;
	opacity: 0.3;
}
.box .arrow:hover {
	opacity: 1;
}
.box h2, .box h3 {
	font-weight: bold;
	margin: 0 0 28px;
	border: 0 !important;
	color: #fff !important;
}
.box h2 {
	font-size: 26px;
}
.box h3 {
	font-size: 28px;
}
.box p {
	font-size: 17px;
	font-family: Arial;
	margin: 0 0 15px;
}
.purple {
	background: #622380;
}
.readarticle {
	background: url('images/read_arrow.png') no-repeat;
	background-position: right 5px;
	background-position-x: 100%;
	background-position-y: 5px;
	display: block;
	color: #058ba4;
	font-weight: bold;
	font-size: 15px;
	float: left;
	padding: 5px 25px 5px 0;
}
/*********************************** PAGES *************************************/
.page_body {
	padding: 0 25px !important;
}
.page_header {
	margin: 0px auto;
	padding: 25px 35px;
	box-shadow: inset 1px 7px 9px -6px;
}
.page_header h1 {
	margin: 0;
	font-size: 57px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 0.2em #251041;
}
.page_header h2 {
	margin: 0;
	font-size: 66px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 0.2em #251041;
}
.page_inner {
	padding: 40px 20px 60px;
	margin: 0 !important;
	border-left: 1px solid #dfe9e2;
	border-right: 1px solid #dfe9e2;
}
.page_inner .left {
	max-width: 275px;
}
.page_inner .left ul {
	background: #f2f1f2;
	padding: 15px 20px 15px 10px;
}
.page_inner .left ul .divider {
	height: 1px;
	background: #fff;
	box-shadow: 1px 1px 1px silver;
	-webkit-box-shadow: 1px 1px 1px silver;
	-moz-box-shadow: 1px 1px 1px silver;
}
.page_inner .left ul li a {
	color: #058ba4;
	font-weight: bold;
	font-family: 'gothic';
	font-size: 15px;
	margin: 5px 0;
	padding: 5px 15px;
	display: block;
	width: 100%;
}
.page_inner .left ul li a:hover{
	color: #e1007a;
}
.page_inner .left ul .active a {
	padding-left: 33px;
	color: #e1007a;
	background: url('images/active_pink_arrow.png') no-repeat;
	background-position: 16px 45%;
	background-position-x: 16px;
	background-position-y: 45%;
}
.page_inner .right {
	margin-left: 23px;
}
.page_inner .right h2 {
	font-size: 28px;
	font-family: 'gothic';
	color: #332c37;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom:15px !important;
}
.page_inner .right p {
	font-size: 16px;
	line-height: 26px;
	color: #5D5A5E;
}
.page_inner .event_item {
	border-bottom: 1px solid silver;
	margin: 5px -15px;
	padding: 5px 0 30px 0;
}
.contact_info .item {
	border-bottom: 1px solid #dedede;
	padding: 15px 0;
	margin: 5px 0;
}
.contact_info .item span {
	width: auto !important;
	font-size: 17px;
	font-weight: bold;
	color: #5d5a5e;
	float: left;
}
.contact_info .item p {
	margin-left: 120px !important;
	/*color: #058ba4;*/
	font-size: 17px;
	font-weight: bold;
}
.contact_desc {
	color: #5d5a5e;
	font-size: 17px;
	font-weight: bold;
	margin: 30px 0 !important;
}

.event_item h3 {
	color: #058ba4;
	font-size: 30px;
	margin: 8px 0;
}
.event_item span {
	color: #9dc70d;
	font-size: 34px;
}
.event_item p {
	color: #5d5a5e;
	font-size: 14px !important;
	line-height: 22px;
}
.page_inner .event_item .loc {
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}
.alignleft {
	float: left;
	display: block;
        margin-right: 14px;
}
.alignright {
	float: right;
	display: block;
        margin-left: 14px;
}
.green_header {
	background: url('images/green_header.jpg') no-repeat;
	min-height: 185px;
}
.comply_header {
	background: url('images/comply_header.jpg') no-repeat;
	min-height: 185px;
}
#member_search_result {
	display: none;
}
#member_search_result h2 {
	text-align: right;
	padding-right: 10px;
	border: 0;
	font-size: 14px;
	color: #5d5a5e;
}
#member_search_result ul {
	margin: 0 !important;
	list-style:none !important;
}
#member_search_result ul li a {
	color: #058ba4;
	font-size: 17px;
	font-weight: bold;
	border-top: 1px solid #DEDEDE;
	display: block;
	padding: 20px 0;
	outline: none;
}
#member_search_result ul li a:hover {
	color: #e1007a;
}
#member_search_result p a {
	display: inline-block;
	margin: 0 10px;
	font-size: 17px;
	color: #5d5a5e;
}
#member_search_result p .act {
	font-size: 17px;
	color: #058ba4;
	font-weight: bold;
}
#member_search_result .pagi {
	padding-top: 20px;
	border-top: 1px solid #DEDEDE;
}
#member_search_result .pagi a:hover {
	color: #e1007a;
}
#member_search_result .act a:hover {
font-weight: bold;
}
.company_detail .head {
	text-align: right;
	border-bottom: 1px solid #DEDEDE;
	padding: 20px 0;
}
.company_detail .head a {
	color: #058BA4;
	font-size: 14px;
}
.company_detail .head a:hover{
	color: #e1007a;
}
.company_detail h1 {
	color: #332c37;
	font-size: 26px;
}
.company_detail h2 {
	color: #5d5a5e !important;
	font-weight: bold !important;
	font-size: 17px !important;
	border-bottom: 1px solid #DEDEDE !important;
	padding: 5px 0 20px !important;
	margin-bottom: 30px;
}
.company_detail p {
	color: #5D5A5E
}
.company_detail h2 span {
	font-weight: normal !important;
	margin-left: 5px;
}
.company_detail .item {
	margin: 5px 0;
	padding: 15px 0;
	border-bottom: 1px solid #DEDEDE;
}
.company_detail .item span {
	color: #5d5a5e;
	font-weight: bold;
	font-size: 17px;
	float: left;
	width: auto !important;
}
.company_detail .item p {
	font-size: 17px;
	margin-left: 120px;
}
.company_detail .item a {
	font-weight: bold;
	color:#058BA4;
}
.company_detail .item a:hover{
	color: #e1007a;
}
.email_optout p {
	color: #5D5A5E;
}
.email_optout .col-sm-5 {
	margin: 2px 0;
	padding: 0;
}
.email_optout form{
	padding: 10px 15px;
	margin-top:20px;
}
.search h2{
	border-bottom:1px solid #C0C0C0;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}

.jointodaybtn {
	background-image: url('images/btn_jointoday1.png');
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0 !important;
	width: 93px;
	height: 37px;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	outline: none !important;

}
.jointodaybtn:hover {
	text-decoration: none;
	background-image: url('images/btn_jointoday2.png');
	color: #fff;

}
.moreinfobtn {
	background-image: url('images/btn_moreinfo1.png');
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0 !important;
	width: 94px;
	height: 37px;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	outline: none !important;

}
.moreinfobtn:hover {
	text-decoration: none;
	background-image: url('images/btn_moreinfo2.png');
	color: #fff;

}

