

.Normal                 { font-size: 14px; line-height: 1.428; }
.dnnActions             { display: inline-block; }
.dnnActions li          { margin-right: 5px; list-style: none; float: left; }
.dnnCheckbox .mark      { background: none;}
.form-group .dnnLabel   { text-align: left; width: auto; }
.dnnLabel + span        { white-space: normal; }

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.row.show-grid > [class^="col-"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.DNNEmptyPane {
    width: 0;
    margin: 0;
}
.paneOutline {
    margin: 5px 0;
    border: 1px solid #ccc;
    text-align: center;
    color: #666;   
}


.paneOutline:hover {
    background:rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dnnDropEmptyPanes {
    outline: 1px dashed rgba(255, 255, 255, 0.1) !important;
    min-width: 110px !important;
    height:20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dnnSortable {
    min-height: 10px !important; 
}

.dnnDragHint {
    outline: none !important;
    height: 22px !important;
    cursor: move;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #ccc;
    border-top-left-radius :11px;
    border-bottom-left-radius :11px;
}
.dnnDropTarget > p {
    color:#4577a2;
    font-size: 15px;
    text-align: center;
    margin-top:0;
    line-height:20px;
    
}

.inner {
	margin-top: 80px;
}

article.edn_article.edn_articleDetails {
    padding-top: 20px;
}

article.edn_article.edn_articleDetails .col-md-8 
 span#dnn_ctr407_ViewEasyDNNNewsMain_ctl00_pnlViewArticle_edn_printButton span {
    background: #115085;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 4px;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    color: white;
}
article.edn_article.edn_articleDetails .col-md-8 .edn_aditionalBox.edn_articleDocuments a {
    background: #1f5784;
    color: white!important;
    padding: 3px 6px;
    border-radius: 3px;
}

.edn_articleTags.edn_clearFix {
    padding-bottom: 20px;
}

@media (max-widh: 768px){
	
.phone {
    padding: 5px 10px!important;
    width: 250px!important;
}	

.col-md-4 img {
    width: 100%;
}

footer {
  padding-top: 60px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  margin: 0; }
  footer .copyright-section {
    padding: 15px 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.06); }
  footer p {
    font-size: 17px;
    line-height: 130%;
    margin: 0; }
  footer a:link, footer a:active, footer a:focus, footer a:visited {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  footer a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
	
footer p a {
	font-weight: normal!important;
}	
footer p a, footer h1, footer h2, footer h3, footer h4 {
	color: white!important;
}

footer .dnnForm input.dnnFormRequired, textarea#dnn_ctr396_Default_Form_Your_Message {
    border-left: 1px solid #c9c9c9!important;
    padding-right: 0px;
    width: 100%;
    border-radius: 15px;
}

footer .dnnFormLabelWithoutHelp, a#dnn_ctr396_Default_Form_cmdCancel  {
    display: none;
}

textarea#dnn_ctr396_Default_Form_Your_Message {
    max-height: 100px;
}

textarea#dnn_ctr396_Default_Form_Your_Message {
    max-height: 100px;
}

a#dnn_ctr396_Default_Form_cmdUpdate {
    background: #bdc9d7;
    border-radius: 15px;
    text-transform: uppercase;
    color: #0b416f!important;
	float: right;
}

div#dnn_sliderPane {
    overflow: hidden!important;
    position: relative;
}

footer .dnnActions li {
	width: 100%
}
}