@charset "utf-8";

@import url(content.css);
@import url(ddsmoothmenu.css);
@import url(widget.css);

@font-face{font-family:"RobotoBold"; src:url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg"); font-weight:normal; font-style:normal}
@font-face{font-family:"RobotoBoldItalic"; src:url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg"); font-weight:normal; font-style:normal}
@font-face{font-family:"RobotoItalic"; src:url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#Roboto-Italic") format("svg"); font-weight:normal; font-style:normal}
@font-face{font-family:"RobotoLight"; src:url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg"); font-weight:normal; font-style:normal}
@font-face{font-family:"RobotoRegular"; src:url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg"); font-weight:normal; font-style:normal}

*{outline:none !important; box-sizing:border-box}
body{width:100%; background-color:#333; background-image:url(../images/others/body_bg.png); background-position:center; background-repeat:repeat; color:#333; font-family:RobotoLight, Arial, Helvetica, sans-serif; margin:0px; float:left}
iframe{left:0px}
img{border:none}
a{cursor:pointer; display:inline-block}

#button_fixed{position:fixed; right:10px; bottom:60px; padding:0px; margin:0px; display:block!important; z-index:9999}
#button_fixed .back_top{width:30px; height:30px; background:#FDC113; border-radius:3px; float:right; clear:both}
#button_fixed .back_top:hover{background:#FAE707}
#button_fixed .back_top span{width:30px; height:30px; background:url(../images/others/icon_backtop.png) center no-repeat; background-size:20px; display:block}
#button_fixed .send_mail{width:60px; height:60px; background:#FDC113; border-radius:3px; margin:0px 0px 10px; float:right; clear:both}
#button_fixed .send_mail:hover{background:#FAE707}
#button_fixed .send_mail img{width:40px; height:40px; margin:10px}
#wrapper{max-width:1366px; margin:0px auto}

.block{display:block !important}
.clear{width:100%; height:0px; clear:both}
.upcase{text-transform:uppercase}

@media (max-width:550px){
    #button_fixed{bottom:80px}
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){
    
}
