/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
@font-face {
    font-family: "yekan";
    src: url(fonts/Yekan.eot);
    src: url(fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(fonts/Yekan.woff) format("woff"), url(fonts/Yekan.ttf) format("truetype"), url(fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select,.container,h1,h2,h3,h4,h5,h6,.av-subheading p,.avia-slider-testimonials .avia-testimonial-content p{
font-family:Yekan;
}
#socket .copyright{
font-size:13px;
}
#socket .copyright a{
transition:1s;
text-shadow:0 0 3px #00E2FF;
}
#socket .copyright a:hover{
transition:0.5s;
text-shadow:0 0 10px red,0px 4px 5px rgb(255, 58, 0);
text-decoration: none;
transform:  rotate(360deg) scale(1.4);
padding-right: 25px;

}
#top .main_menu .menu li {
float: right;
font-family: Yekan;
}
p{
font-family:tahoma;
}
span.avia_iconbox_title {
font-family: Yekan;
padding-left: 30px;
padding-right: 30px;
}
#socket .social_bookmarks{
float:left;
}
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello{
font-size:18px;
}
ul.social_bookmarks li {
width: 40px !important;

}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

/* Fallback: show masonry/portfolio grid when JS init is delayed or fails */
.av-masonry-container.av-js-disabled .av-masonry-entry.av-masonry-item-with-image,
.av-masonry-entry.av-masonry-item-loaded {
visibility: visible;
opacity: 1;
}