
.demo {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    background-color: #f0f0f0;
}
.myf strong,
b {
    font-weight: 700;
}
input,
button,
select,
textarea,
label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.myf hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}
/* Hyperlink begin */

.myf a {
    color: #333;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.myf a:hover,
.myf a:focus {
    color: #32c5d2;
    text-decoration: none;
}
/*margins*/

.myf .margin30 {
    margin-bottom: 30px;
}
/**social icons default size**/

.myf .social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border: 1px solid #AAA;
}
.myf .social-icon:hover {
    border-color: transparent;
}
.myf .social-icon i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    position: relative;
}
.myf .social-icon i:last-child {
    color: #f0f0f0 !important;
}
.myf .social-icon:hover i:first-child {
    margin-top: -40px;
}
/***social icons lg (big)***/

.myf .social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border: 1px solid #AAA;
}
.myf .social-icon-lg:hover {
    border-color: transparent;
}
.myf .social-icon-lg i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
    position: relative;
}
.myf .social-icon-lg i:last-child {
    color: #f0f0f0 !important;
}
.myf .social-icon-lg:hover i:first-child {
    margin-top: -60px;
}
/***social icons small***/

.myf .social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border: 1px solid #AAA;
}
.myf .social-icon-sm:hover {
    border-color: transparent;
}
.myf .social-icon-sm i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 30px;
    position: relative;
}
.myf .social-icon-sm i:last-child {
    color: #f0f0f0 !important;
}
.myf .social-icon-sm:hover i:first-child {
    margin-top: -30px;
}
.myf .si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.myf .si-dark {
    background-color: #333;
    border: 0px !important;
    color: #f0f0f0 !important;
}
/**icons hover colored**/

.myf .si-colored-facebook,
.myf .si-facebook:hover {
    background-color: #3B5998 !important;
}
.myf .si-colored-twitter,
.myf .si-twitter:hover {
    background-color: #00ACEE !important;
}
.myf .si-colored-google-plus,
.myf .si-g-plus:hover {
    background-color: #DD4B39 !important;
}
.myf .si-linkedin:hover,
.myf .si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.myf .si-colored-android,
.myf .si-android:hover {
    background-color: #23af2e !important;
}
/** BUTOONS STYLE **/

.myf .btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 0px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    text-transform: capitalize;
}
.myf .btn i {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.myf .btn-theme-bg {
    background-color: #32c5d2;
    color: #f0f0f0;
}
.myf .btn-theme-bg:hover,
.myf .btn-theme-bg:focus {
    color: #f0f0f0;
    background-color: #333;
}
.myf .btn-lg {
    padding: 12px 24px;
    font-size: 15px;
}
/** Footer **/
/*== Footer flat color ==*/

.myf .bg-color {
    background: #2e8b57;
    bottom: 0;
}
/*  Footer texture color */

.myf .bg-texture {
	background: url('../img/content/fundo.jpg') repeat center center fixed;
    /*background: url('../../images/texture-3.png') repeat center center fixed;*/
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
/*== Footer background color ==*/

.myf .bg-background {
	background: url('../img/content/fundo.jpg') repeat center center fixed;
    /*background: url('../../images/bg-3.jpg') repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
/*  Footer gradient color */

.myf .bg-gradient {
    /* Permalink - use to edit and share this gradient: */
    
    background: #959595;
    /* Old browsers */
    
    background: -moz-linear-gradient(45deg, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(45deg, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(45deg, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.myf .footer {
	background: url('../img/content/fundo.jpg') repeat center center fixed;
    padding-top: 30px;
    padding-bottom: 0px;
    outline: 1px dashed #CCCCCC;
    outline-offset: -5px;
    display: block;
}
.myf .footer h3 {
    font-weight: 300;
    color: #f0f0f0;
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: capitalize;
}
.myf .footer p {
    color: #f0f0f0;
    font-size: 13px;
}
.myf .footer ul.contact-details li {
    padding-bottom: 10px;
}
.myf .footer ul.contact-details li i {
    float: left;
    color: #f0f0f0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    vertical-align: middle;
    margin-top: -3px;
}
.myf .footer ul.contact-details li p {
    overflow: hidden;
    margin: 0px;
}
.myf .footer .quick-links li {
    padding-bottom: 6px;
}
.myf .bg-background .footer .quick-links li a {
    color: #f0f0f0;
}
.myf .footer .quick-links li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #f0f0f0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.myf .footer .quick-links li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 5px;
}
.myf .footer .quick-links li a:hover {
    padding-left: 4px;
    color: #f0f0f0;
}
.myf .footer .latest-news li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.myf .footer .latest-news li:last-child {
    border-bottom: 0px;
}
.myf .bg-background .footer .latest-news li a {
    color: #ccc;
}
.myf .footer .latest-news li a {
    font-size: 13px;
    color: #ccc;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
}
.myf .footer .latest-news li a:hover {
    color: #f0f0f0;
}
.myf .footer .latest-news li em {
    display: block;
    font-size: 11px;
    color: #f0f0f0;
}
.myf .bg-background .footer form .form-control {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.myf .footer form .form-control {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    color: #ccc;
}
.myf .footer form .form-control:focus {
    border-color: rgba(255, 255, 255, 0.4);
}
.myf .footer form button {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.myf .footer form button:focus {
    color: #f0f0f0;
}
.myf .bg-background .footer-copyright {
    border-top: 5px solid #753232;
}
.myf .footer-copyright {
	/*background: url('../img/content/fundo.jpg') repeat center center fixed;*/
	background-color : #3F2B51;
    font-size: 13px;
    padding: 25px 0 13px 0px;
    border-top: 5px solid #000000;
    color: #f0f0f0;
    
    line-height: 22px;
}
.myf .bg-gradient .footer-copyright,
.myf .bg-texture .footer-copyright {
    border-top: 5px solid #0E0E0E;
}
.myf .footer-copyright ul li a {
    font-size: 13px;
    padding: 25px 0;
    color: #f0f0f0;
}
.myf .footer-copyright ul li a:hover {
    color: #f0f0f0;
}
.myf i.fa.fa-circle.bsize {
    font-size: 9px;
    padding-right: 5px;
}
/**cta***/

.myf .cta {
    background-color: #32c5d2;
    padding: 50px 0;
}
.myf .cta h3 {
    color: #f0f0f0;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
}
.myf .cta .btn-white-border {
    color: #f0f0f0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 2px solid #f0f0f0;
    margin-top: 10px;
}
.myf .cta .btn-white-border:hover {
    color: #333;
    background-color: #f0f0f0;
}