@font-face {
font-family: 'GothamPro';
src: url('../fonts/GothamPro.eot?') format('eot'),
url('../fonts/GothamPro.otf') format('opentype'),
url('../fonts/GothamPro.woff') format('woff'),
url('../fonts/GothamPro.ttf') format('truetype'),
url('../fonts/GothamPro.svg#GothamPro') format('svg');
}
@font-face {
font-family: 'GothamPro';
src: url('../fonts/GothamPro-Light.otf?') format('opentype'),
url('../fonts/GothamPro-Light.eot?') format('eot'),
url('../fonts/GothamPro-Light.woff') format('woff'),
url('../fonts/GothamPro-Light.ttf') format('truetype');
font-weight:300;
}
var revs;
revs = $('.tp-banner1').revolution({
delay: 6000,
startheight: 910,
startwidth: 1170,
hideThumbs: true,
thumbWidth: 100,
thumbHeight: 50,
thumbAmount: 5,
navigationType: "bullet",
navigationArrows: "none",
navigationStyle: "round",
touchenabled: "on",
onHoverStop: "on",
navOffsetHorizontal: 0,
navOffsetVertical: 20,
shadow: 0,
fullWidth: "on",
fullScreen: "on"
});
.mc_item_wrap.active:after {
content: "";
width: 18px;
height: 9px;
background-image: url(../img/mc_c_ar.png);
position: absolute;
margin: 11px -11px;
}
$('form').on('submit', function(e){
var em = $("#email").val();
var ph = $("#phone").val();
if ((em == '') && (ph == '')){
alert('error');
e.preventDefault();
} else {
alert('done')
}
});
$("#markerlist").on("click","div", function(){
$('#markerlist div').hide();
$(this).show();
return false;
});
<form action="" method="post">
<input type="text" name="group[0]" placeholder="группа">
<input type="text" name="group[0]['text'][]" placeholder="текст">
<input type="text" name="group[1]['text'][]" placeholder="группа">
<input type="text" name="group[1]['text'][]" placeholder="текст">
<input type="text" name="group[1]['text'][]" placeholder="текст">
<input type="submit" value="Отправить">
</form>
@font-face{
font-family:'athelas';
src: ('fonts/athelas.ttf');
}
$('.work_area__items_drop').droppable({
drop: function() {
//alert( "dropped" );
$('.drop__here').remove();
}
});