/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
.uk-navbar::before, .uk-navbar::after {
    content: "";
    display: table;
    margin-top: -7px;
}
 
 h2, .uk-h2 {
    font-size: 24px;
    line-height: 30px;
    border-bottom: 2px solid rgba(49, 50, 53, 1);
    display: block;
	text-transform: uppercase;
	text-align: center;
}

.formResponsive input[type="submit"] {
    background-color: #353537;
	background-image: -moz-linear-gradient(center top , #353537, #4b4b4c);
 
 }
 
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="submit"][disabled] {
  background-color: #4b4b4c;
  *background-color: #4b4b4c;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
 
 
 
.tm-container {
    margin: 5px auto;
}

.tm-social-icon-buttons {
    margin-top: 25px;
}

element.style {
    margin-top: 5px;
}

strong.formRequired {
    color: #a9a8a8;
    font-style: normal;
    font-weight: bold;
    margin-left: 3px;
}

.uk-panel-box {
    padding: 20px;
}

input.uk-search-field {
    margin: 15px 0 0;
}

.uk-search::before {
    top: 15px;
}
	
	
.uk-article-title {
    border-bottom: 2px solid rgba(49, 50, 53, 1);
    display: block;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
	text-align:center;
}

.uk-article:nth-child(n+2) {
    margin-top: 0;
}

.tm-social-icon-buttons > .uk-icon-youtube:hover {    
    background-color: #e64a41;    
}    
.tm-social-icon-buttons > .uk-icon-google-plus:hover {    
    background-color: #d93e35;    
} 

/* Reduce the menu item padding below a certain resolution */  
@media (max-width: 768px) {  
.uk-navbar-nav > li > a { padding: 0 10px; }  
}  

@media (max-width: 768px) {  
.uk-navbar-nav > li > a { letter-spacing: -0.3px; }  
}  

@media (max-width: 768px) {  
.uk-navbar-nav > li > a { font-size: 14px; }  
}  


@media (max-width: 480px) {  
.youanto {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.youanto iframe,
.youanto object,
.youanto embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  
}  

@media (max-width: 480px) {  
 
.myvideo {
    max-width: 300px
}
.mejs-overlay {    
	max-width: 300px  
}  

}  

@media (max-width: 480px) {  
 
.videohome {
    max-width: 300px  
}


}  

.uk-dropdown {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
    color: #515456;
    font-size: 1rem;
    padding: 0px;
    vertical-align: top;
}

.uk-nav > li > a {
    padding: 5px 20px;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) inset;
    color: #202121;
    outline: medium none;
}

@media (max-width: 768px) {  
#ca_banner h2 {
    font-size: 13px;
    font-weight: bold;
}
#ca_banner p {
    font-size: 10px;
}
}

.tm-footer {
    padding: 10px;
}

.wrapped {
					/* wrap long urls */
					white-space: pre;           /* CSS 2.0 */
					white-space: pre-wrap;      /* CSS 2.1 */
					white-space: pre-line;      /* CSS 3.0 */
					white-space: -pre-wrap;     /* Opera 4-6 */
					white-space: -o-pre-wrap;   /* Opera 7 */
					white-space: -moz-pre-wrap; /* Mozilla */
					white-space: -hp-pre-wrap;  /* HP Printers */
					word-wrap: break-word;      /* IE 5+ */
				}
				
.uk-nav-side .uk-active > div[style] { height: auto !important; }


       
@media (max-width: 480px) {
.acapoanto { display: block; }
 }


