/*========= This is Footer 2 style =========*/
/*== Body demo class ==*/

.demo {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
}
/* Paragraph CSS */

.myf p {
    margin-bottom: 20px;
}
.myf a {
    color: #f0f0f0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.myf a:hover {
    color: #ccc;
}
.myf a:focus,
.myf a:active {
    outline: none;
    color: #ccc;
}
.myf img {
    display: block;
    max-width: 100%;
    height: auto;
}
.myf hr.dark,
.myf .footer hr {
    border-color: #333333;
}
/* Lists
---------------------------------- */

ul {
    list-style: square;
}
.list-icons,
.list {
    list-style: none;
    padding: 0;
    color: #f0f0f0;
}
.list-icons li,
.list li {
    padding: 5px 0;
}
.list-icons li i {
    width: 25px;
    text-align: center;
}
.list li .vertical-divider {
    padding-right: 15px;
    position: relative;
}
.list li .vertical-divider:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 1px;
    background-color: #CECECE;
    right: 9px;
    top: 5px;
}
.list-inline {
    margin-top: 9px;
    margin-bottom: 8px;
}
/*== Footer flat color ==*/

.myf .bg-color {
    background: #000080;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}
/*== Footer texture color ==*/

.myf .bg-texture {
    background: url('../../images/texture-4.png') repeat center center fixed;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}
/*  Footer background color */

.myf .bg-background {
    background: url('../../images/bg-5.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: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
/*== Footer gradient color ==*/

.myf .bg-gradient {
    /* background: -moz-radial-gradient(center, ellipse cover, #008000 0%, #000000 100%); */
    /* ff3.6+ */
    
    /* background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #008000), color-stop(100%, #000000)); */
    /* safari4+,chrome */
    
    /* background: -webkit-radial-gradient(center, ellipse cover, #008000 0%, #000000 100%); */
    /* safari5.1+,chrome10+ */
    
    /* background: -o-radial-gradient(center, ellipse cover, #008000 0%, #000000 100%); */
    /* opera 11.10+ */
    
    /* background: -ms-radial-gradient(center, ellipse cover, #008000 0%, #000000 100%); */
    /* ie10+ */
    
    /* background: radial-gradient(ellipse at center, #008000 0%, #000000 100%); */
    /* w3c */
    
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#000000', GradientType=1); */
    /* ie6-9 */
    
    /* position: relative; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* display: block; */
	background: -moz-radial-gradient(center, ellipse cover, #008000 0%, #000000 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #008000), color-stop(100%, #000000));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, #008000 0%, #000000 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, #008000 0%, #000000 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, #008000 0%, #000000 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, #3e2723 0%, #000000 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#000000', GradientType=1);
    /* ie6-9 */
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.myf .navbar-default .navbar-nav>li>a {
    color: #f0f0f0;
}
.myf .footer {
    padding: 30px 0;
    border-top: 5px solid #0303f9;
    border-bottom: 5px solid #0303f9;
}
.myf .bg-texture .footer {
    padding: 30px 0;
    border-top: 5px solid #444;
    border-bottom: 5px solid #444;
}
.myf .bg-gradient .footer {
    /* border-top: 5px solid #0F9A0F; */
    /* border-bottom: 5px solid #0F9A0F; */
	border-top: 5px solid #8d6e63;
    border-bottom: 5px solid #8d6e63;
}
.myf .bg-background .footer {
    border-top: 5px solid #0043C7;
    border-bottom: 5px solid #0043C7;
}
.myf .subfooter {
    padding: 25px 0 25px 0px;
    background-color: rgba(12, 12, 12, 0.2);
    line-height: 15px;
}
/*-- Footer -- */

.myf .bg-background .footer {
    font-size: 14px;
    color: #f0f0f0;
}
.myf .footer {
    font-size: 14px;
    color: #f0f0f0;
}
.myf .bg-color .footer {
    background: url("../../images/corner-bottom.png") no-repeat left bottom, url("../../images/corner-upper.png") no-repeat right top;
}
.myf .bg-gradient .footer {
    color: #f0f0f0;
}
.myf .bg-background .footer h1,
.myf .bg-gradient .footer h1,
.myf .bg-background .footer h2,
.myf .bg-gradient .footer h2,
.myf .bg-background .footer h3,
.myf .bg-gradient .footer h3,
.myf .bg-background .footer h4,
.myf .bg-gradient .footer h4,
.myf .bg-background .footer h5,
.myf .bg-gradient .footer h5,
.myf .bg-background .footer h6,
.myf .bg-gradient .footer h6 {
    color: #f0f0f0;
}
.myf .footer h1,
.myf .footer h2,
.footer h3,
.myf .footer h4,
.footer h5,
.myf .footer h6 {
    color: #f0f0f0;
}
.myf .footer h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
/*-- Subfooter -- */

.myf .subfooter {
    font-size: 14px;
}
.myf .subfooter p {
    margin: 0;
    color: #f0f0f0;
}
.myf .bg-background .subfooter p,
.myf .bg-gradient .subfooter p {
    color: #f0f0f0;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    /* subfooter */
    
    .myf .subfooter {
        text-align: center;
    }
}
.myf .footer .btn-white,
.myf .subfooter .btn-white {
    color: inherit;
}
.myf .footer .btn-white:hover,
.myf .subfooter .btn-white:hover {
    color: #f0f0f0;
}
.myf .footer-content .btn-white {
    color: #999;
    background-color: transparent;
    border-color: #555;
}
/*-- Nav pills -- */

.myf .nav-pills > li > a {
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid transparent;
    color: #666666;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.myf .nav-pills.nav-stacked > li + li {
    margin-left: 0;
}
.myf .nav-pills > li.active > a,
.myf .nav-pills > li.active > a:hover,
.myf .nav-pills > li.active > a:focus,
.myf .nav-pills > li > a:hover,
.myf .nav-pills > li > a:focus {
    border: 1px solid #f3f3f3;
    color: #f0f0f0;
    background-color: #fafafa;
}
.myf .nav-pills.nav-stacked > li > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 9px;
    color: #d1d1d1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.myf .nav-pills > li.active > a:after {
    color: #f0f0f0;
}
.myf .nav-pills > li.active > a:hover:after,
.myf .nav-pills > li.active > a:focus:after,
.myf .nav-pills > li > a:hover:after,
.myf .nav-pills > li > a:focus:after {
    color: #f0f0f0;
    right: 10px;
}
.myf .bg-background .footer-content .nav-pills > li > a {
    color: #f0f0f0;
}
.myf .bg-background .navbar-default .navbar-nav>li>a,
.myf .bg-gradient .navbar-default .navbar-nav>li>a,
.myf .bg-gradient .footer-content .nav-pills > li > a {
    color: #f0f0f0;
}
.myf .footer-content .nav-pills > li > a {
    padding: 4px 0px;
    border-color: transparent;
    color: #f0f0f0;
    font-weight: 400;
}
.myf .footer-content .nav-pills > li:last-child > a {
    border-bottom: none;
}
.myf .footer-content .nav-pills > li.active > a,
.myf .footer-content .nav-pills > li.active > a:focus,
.myf .footer-content .nav-pills > li > a:focus {
    color: #999;
    background-color: transparent;
    border-color: transparent;
}
.myf .footer-content .nav-pills > li.active > a:hover,
.myf .footer-content .nav-pills > li > a:hover {
    color: #f0f0f0;
    background-color: transparent;
    border-color: transparent;
}
.myf .footer-content .nav-pills.nav-stacked > li > a:after {
    top: 3px;
}
.myf .footer-content .nav-pills.nav-stacked > li > a:after,
.myf .footer-content .nav-pills > li.active > a:after,
.myf .footer-content .nav-pills > li.active > a:hover:after,
.myf .footer-content .nav-pills > li.active > a:focus:after,
.myf .footer-content .nav-pills > li > a:hover:after,
.myf .footer-content .nav-pills > li > a:focus:after {
    color: #f0f0f0;
}
/* Images and Images overlay
---------------------------------- */

.myf .overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
.myf .overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.myf .overlay a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 26px;
    color: #f0f0f0;
    background-color: #f0f0f0fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.myf .overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #000000;
    font-style: italic;
}
.myf .overlay-links {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -50px;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.25s linear 0.05s;
    -moz-transition: all 0.25s linear 0.05s;
    -ms-transition: all 0.25s linear 0.05s;
    -o-transition: all 0.25s linear 0.05s;
    transition: all 0.25s linear 0.05s;
}
.myf .overlay-links a {
    position: static;
    margin-top: 0;
    margin-left: 0;
}
.myf .overlay-links a + a {
    left: 50px;
    color: #f0f0f0fff;
    background-color: #f0f0f0;
}
.myf .overlay a:hover {
    color: #f0f0f0fff;
    background-color: #333333;
    text-decoration: none;
}
.myf .overlay i {
    line-height: 50px;
}
.myf .box-style-1 .overlay i {
    font-size: 26px;
    margin: 0;
}
.myf a.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
.myf a.overlay:hover {
    text-decoration: none;
}
.myf a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    color: red;
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
}
.myf a.overlay.small i {
    font-size: 18px;
    line-height: 1;
    margin-top: -8px;
    margin-left: -8px;
}
.myf .overlay .social-links {
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.myf .overlay .social-links li {
    margin: 0 auto;
}
.myf .overlay .social-links li a {
    margin: 2px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    position: static;
}
.myf .overlay .social-links li a:hover {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    text-decoration: none;
}
.myf .overlay .social-links li a i {
    line-height: 38px;
    font-size: 24px;
    margin: 0;
}
.myf .overlay-container:hover .overlay,
.myf .overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Subfooter navigation
---------------------------------- */

.myf .subfooter .navbar {
    margin: 0;
    min-height: 0;
    background: transparent;
    border-color: transparent;
}
.myf .subfooter .navbar-default .nav > li > a {
    padding: 10px 10px;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}
.myf .subfooter .navbar-default .nav li:last-child a {
    border: none;
}
.myf .subfooter .navbar-default .nav > li > a:hover,
.myf .subfooter .navbar-default .nav > .active > a:hover,
.myf .subfooter .navbar-default .nav > .active > a:focus {
    background-color: transparent;
    text-decoration: underline;
    color: #f0f0f0;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .myf .subfooter .navbar-nav {
        float: none;
        margin: 15px 0;
        text-align: center;
    }
    .myf .subfooter .navbar-nav > li {
        float: none;
        padding: 5px 0;
    }
    .myf .subfooter .navbar-default .nav > li > a {
        padding: 0px 10px;
    }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .myf .subfooter {
        text-align: left;
        padding: 25px 0;
        line-height: 21px;
    }
    .myf .subfooter .navbar-nav {
        float: right;
        margin: 0;
        text-align: left;
    }
    .myf .subfooter .navbar-nav > li {
        float: left;
        padding: 0;
        margin-top: 4px;
    }
    .myf .subfooter .navbar-default .nav > li > a {
        border-right: 1px solid #f0f0f0;
    }
    .myf .bg-background .subfooter .navbar-default .nav > li > a {
        border-right: 1px solid #ccc;
    }
}
/* Small devices (tablets, phones less than 767px) */

@media (max-width: 767px) {
    /* subfooter nav */
    
    .myf .subfooter .navbar-default .navbar-toggle:hover,
    .myf .subfooter .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border-color: #888;
    }
    .myf .subfooter .navbar-default .navbar-collapse {
        border-color: #000000;
    }
	
}

@media (max-width: 767px) and (orientation: landscape) {
    
	.img_width{
    width: 5%;	
	}
}
@media (max-width: 768px) and (orientation: portrait) {
    
	.img_width{
    width: 7%;	
	}
}

.myf .logo-footer {
    margin: 25px 0 20px;
}
/* Medium devices (desktops, tablets less than 991px) */

@media (max-width: 991px) {
    .myf .logo img,
    .header-small .logo img {
        margin: 0 auto;
    }
    .site-slogan {
        text-align: center;
    }
}
/*  Social icons block */

.myf .social-links {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 40px 0 20px 0;
}
.myf .social-links li {
    display: inline-block;
    margin: 0 2px 2px 0;
}
.myf .social-links li a {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    font-size: 20px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #f0f0f0;
}
.myf .social-links.large li a {
    width: 60px;
    height: 60px;
    font-size: 24px;
}
.myf .social-links.light li a {
    background: #fafafa;
    border: 1px solid #f3f3f3;
    color: inherit;
}
.myf .social-links.dark li a {
    background: #454545;
    border: 1px solid #333333;
    color: #acacac;
}
.myf .social-links.radius-5px li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.myf .social-links.circle li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.myf .social-links li a:hover {
    background-color: transparent;
    border-color: #ccc;
    color: #ccc;
}
.myf .social-links.dark li a:hover {
    background: #fafafa;
    border: 1px solid #acacac;
    color: inherit;
}
.myf .social-links.light li a:hover {
    border: 1px solid #d2d2d2;
    color: #333333;
}
.myf .social-links li a i {
    line-height: 44px;
}
.myf .social-links.large li a i {
    line-height: 60px;
}
.myf .footer-content .social-links {
    margin: 20px 0;
}
.myf .footer-content .social-links li {
    margin: 0 5px 5px 0;
}
.myf .bg-background .footer-content .social-links li a {
    color: #f0f0f0;
    background-color: transparent;
    border-color: #f0f0f0;
}
.myf .footer-content .social-links li a {
    color: #f0f0f0;
    background-color: transparent;
    border-color: #f0f0f0;
}
.myf .bg-gradient .footer-content .social-links li a {
    color: #f0f0f0;
    background-color: transparent;
    border-color: #f0f0f0;
}
.myf .footer-content .social-links li a:hover {
    color: #f0f0f0;
    background-color: #666;
    border-color: #666;
}
.myf .social-links li.twitter a:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #f0f0f0;
}
.myf .social-links li.skype a:hover {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #f0f0f0;
}
.myf .social-links li.linkedin a:hover {
    background-color: #0976b4;
    border-color: #0976b4;
    color: #f0f0f0;
}
.myf .social-links li.googleplus a:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #f0f0f0;
}
.myf .social-links li.facebook a:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #f0f0f0;
}
.myf .social-links .dropdown>button {
    padding: 6px 15px 5px;
    font-size: 16px;
    color: #999;
    text-align: center;
    min-width: 0;
    margin: 0;
    background-color: transparent;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.myf .social-links .dropdown>button i {
    width: 15px;
}
.myf .social-links .dropdown.open>button>i:before {
    content: "\f00d";
    color: #f0f0f0;
}
.myf .social-links .dropdown-menu {
    z-index: 103;
    padding: 0px;
    min-width: 290px;
    margin-top: 1px;
    font-size: 0;
    box-shadow: none;
    background-color: #fafafa;
}
.myf .social-links .dropdown-menu li a,
.myf .social-links .dropdown-menu li a i {
    padding: 0;
}
/* Sidebar/footer gallery block
---------------------------------- */

.myf .gallery.row {
    margin-left: -5px;
    margin-right: -5px;
}
.myf .gallery-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .myf .nav>li {
        position: relative;
        display: inline-block;
    }
    .myf .space-10 {
        padding-bottom: 10px;
    }
}
.myf .copy-margin {
    margin: 0px;
}
.myf .row {
    margin-bottom: 0px;
}
.myf .row.bor-top {
    border-top: 1px solid #f0f0f0;
	padding-top: 2%;
}
.myf .list-inline {
    display: block;
}
.myf .list-inline li {
    display: inline-block;
}
.myf .list-inline li:after {
    margin: 0 10px;
}
/* label color */

.myf .input-field label {
    color: #fff;
}
/* label focus color */

.myf .input-field input[type=text]:focus + label {
    color: #fff;
}
/* label underline focus color */

.myf .input-field input[type=text]:focus {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}
/* valid color */

.myf .input-field input[type=text].valid {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}
/* invalid color */

.myf .input-field input[type=text].invalid {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}
/* icon prefix focus color */

.myf .input-field .prefix.active {
    color: #fff;
}
.myf input:not([type]):focus:not([readonly]),
.myf input[type=text]:focus:not([readonly]),
.myf input[type=password]:focus:not([readonly]),
.myf input[type=email]:focus:not([readonly]),
.myf input[type=url]:focus:not([readonly]),
.myf input[type=time]:focus:not([readonly]),
.myf input[type=date]:focus:not([readonly]),
.myf input[type=datetime]:focus:not([readonly]),
.myf input[type=datetime-local]:focus:not([readonly]),
.myf input[type=tel]:focus:not([readonly]),
.myf input[type=number]:focus:not([readonly]),
.myf input[type=search]:focus:not([readonly]),
.myf textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}
.myf input:not([type]):focus:not([readonly]) + label,
.myf input[type=text]:focus:not([readonly]) + label,
.myf input[type=password]:focus:not([readonly]) + label,
.myf input[type=email]:focus:not([readonly]) + label,
.myf input[type=url]:focus:not([readonly]) + label,
.myf input[type=time]:focus:not([readonly]) + label,
.myf input[type=date]:focus:not([readonly]) + label,
.myf input[type=datetime]:focus:not([readonly]) + label,
.myf input[type=datetime-local]:focus:not([readonly]) + label,
.myf input[type=tel]:focus:not([readonly]) + label,
.myf input[type=number]:focus:not([readonly]) + label,
.myf input[type=search]:focus:not([readonly]) + label,
.myf textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #fff;
}

/* Top Navigation color */

/**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-instagram:hover,
.myf .si-colored-instagram {
    background-color: #d6249f  !important;
}
.myf .si-flickr:hover,
.myf .si-colored-flickr {
    background-color: #ff0084 !important;
}