/* Minification failed. Returning unminified contents.
(897,19): run-time error CSS1038: Expected hex color, found '#none'
 */
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin:0;
	padding:0 0 15px 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Global */

body {
	font-family: 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:21px;
	color: #7a7a7a;
	overflow-x:hidden;
}
::selection {
	background: #f4bd0c;
	color:#fff;
}
::-moz-selection {
	background: #f4bd0c; /* Firefox */
	color:#fff;
}
img {
	max-width: 100%;
}
a:link {
	color: #f4bd0c;
	text-decoration: none;
}
a:hover {
	color:#f4bd0c;
}
a:visited {
	color: #f4bd0c;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}

.field-validation-error {
    color:crimson
}

/* Navigation */
#undefined-sticky-wrapper {position:relative;height:0 !important;}
.menu {
	position:absolute;
	bottom:0;
	width:100%;
	height:76px;
	background:#f4bd0c;
	z-index:9999;
}
#logo {
	margin-bottom:0;
	margin-left:0;
}

#nav {
	text-align: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:0;
	padding:0;
}
.navigation li{
	float: left;
	text-align:left;
	padding:28px 0 25px;
	margin-left:30px;
	text-transform:uppercase;
	background:none;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	color:#fff;
}
.navigation li:first-child{margin-left:0;}
.navigation li:hover,
.navigation .active {
	cursor:pointer;
	border-bottom:3px solid black;
}



/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	padding:0;
	overflow:hidden;
}
h1 {
	margin:0;
	padding:0 0 6px 0;
	text-align:left;
	font-style:normal;
	background:none;
	font-family: 'Lustria', sans-serif;
	font-size: 50px;
	line-height: 50px;
	color:#a29060;
	font-weight: 100;
}
.h1_viva {
	margin:0;
	padding:0 0 0px;
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-size:18px;
	line-height:24px;
	font-style:italic;
	color:#acacac;
}

h4 {
	margin:0;
	padding:0 0 33px 0;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:35px;
	font-style:normal;
	line-height:40px;
	color:#343434;
}
h5 {
	margin:0;
	padding:0 0 17px 0;
	text-transform:none;
	font-family: 'Raleway', sans-serif;
	font-style:normal;
	font-weight:300;
	font-size:24px;
	line-height:20px;
	color:#3e3e3e;
}
img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:100%;
	z-index:999 !important;
}

/* ____________________________________ Slide 1 ____________________________________ */ 

.padding_slide1 {padding:241px 0 101px 0;
}



#slide1{
	background-image:url(/imgs/newyork.jpg);
	background-size: cover !important;
	width:100%;
	text-align:center;
}

.filtr_bg {text-align:center;
}

#slide1 h1 {
	float:none;
	border-right:none;
	margin:0;
	padding:0 0 25px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Anton', sans-serif;
	font-size: 93px;
	line-height: 85px;
	color:#fff;
	font-weight:400;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.21);
}
.slogan_text {
	/*display:inline-block;*/
	padding:20px 12px 156px;
	font-family: 'Lustria', sans-serif;
	font-weight:400;
	font-size:37px;
	line-height:33px;
	color:black;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.21);
}
.left_bord {
	display:inline-block;
	padding-bottom:13px;
	background:url(../images/left_bord.png) no-repeat;
	height:2px;
	width:140px;
}
.right_bord {
	display:inline-block;
	padding-bottom:13px;
	background:url(../images/right_bord.png) no-repeat;
	height:2px;
	width:140px;
}




/* ____________________________________ Slide 2 ____________________________________ */ 

#slide2 {
	width:100%;
	padding:86px 0 69px;
}

    #slide2 i {
    color:#a29060
    }

.about_heart {position:relative;
}
.heart {
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
.about_block {
	padding:33px 20px 30px 31px;
	background:#fff;
	border-radius:5px;
}
.about_block p {
	padding:33px 0 0 0;
}
.bride_foto {
	float:left;
	border-radius:50%;
	margin:0 18px 10px 0;
}

.icon_heart {
	margin-top:12px;
}

/* ___________________________________ //Slide 2 ___________________________________ */ 





/* ____________________________________ Slide 3 ____________________________________ */ 

#slide3{
	background-image:url(/imgs/mountainrange2.jpg);
	background-size: cover !important;
	width:100%;
	text-align:center;
}
.padding_slide3 {padding:185px 0 151px;
}




/* ___________________________________ //Slide 3 ___________________________________ */ 





/* ____________________________________ Slide 4 ____________________________________ */ 
#slide4 {
	width:100%;
	padding:86px 0 69px;
}

.servc_block {
	overflow:hidden;
	margin-bottom:15px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.icon_h {
	overflow:hidden;
	border-radius:50%;
	position:relative;
	float:left;
	margin:0 25px 10px 0;
	width:113px;
	height:113px;
}
.icon_h img {
	position:absolute;
	top:0;
	left:0;
}

.servc_icon {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.servc_block:hover .servc_icon {	
	opacity:0.75;
	filter: alpha(opacity=75);
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
}

.servc_block a {
	display:block;
	margin:0;
	padding:15px 0;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	color:#3e3e3e;
	font-size:16px;
	font-weight:400;
}
.servc_block:hover a {
	color:#f4bd0c;
}

/* ___________________________________ //Slide 4 ___________________________________ */



/* ____________________________________ Slide 5 ____________________________________ */

.text-center {
text-align:center
}

#slide5{
	background-image:url(/imgs/nyctop.jpg);
	background-size: cover !important;
	width:100%;
	text-align:center;
}
.padding_slide5 {padding:185px 0 151px;
}

.button_bg {
	background:url(../images/button_bg.png) repeat left top;
	width:100%;
	height:72px;
}
.button3 {
	cursor:pointer;
	display:block;
	margin:0 auto;
	width:336px;
	height:72px;
	border:none;
	text-transform:uppercase;
	background:url(../images/button_top1.png) no-repeat;
}
.button3:hover {
	background:url(../images/button_top2.png) no-repeat;
}

/* ___________________________________ //Slide 5 ___________________________________ */ 



/* ____________________________________ Slide 6 ____________________________________ */ 
#slide6 {
	background-size: cover !important;
	width:100%;
padding: 86px 0 69px;
}

#slide6 h4 {padding-bottom:18px;
}

/* _________________ PORTFOLIO ________________ */
.gallery-list {
	text-align:center;
	margin-left:-25px !important;
}
#slide6 .hover_img {
	overflow:hidden;
	position:relative;
	height:211px;
	width:235px;
	background:#fff;
}

.img_block {
	display:inline-block;
	margin:10px;
	width:235px;
	height:211px;
}

.portfolio_zoom, .portfolio_link {
	width:40px;
	height:40px;
	position:absolute;
	bottom:0;
	background-repeat:no-repeat;
	background-color:#none;
	transition: right 0.7s ease-in-out;
	-moz-transition: right 0.7s ease-in-out;
	-webkit-transition: right 0.7s ease-in-out;
	-o-transition: right 0.7s ease-in-out;
}
.portfolio_zoom {
	right:40px;
	background-image:url(../images/zoom.png);
	background-position:0 0;
	z-index:302;
}
.portfolio_link {
	right:0px;
	background-image:url(../images/link.png);
	background-position:0 0;
	z-index:303;
}
.portfolio_zoom:hover, .portfolio_link:hover {
	background-color:#2c2c2c;
	z-index:310;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
}

.item_description {
	position:absolute;
	top:-215px;
	left:0;
	right:0;
	height:177px;
	border-bottom:4px solid #2c2c2c;
	padding:15px 21px;
	background:#f4bd0c;
	text-align:left;
	color:#fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.hover_img:hover .item_description {
	top:0;
}

.item_description p {
	padding:0 0 11px 0;
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	text-transform:uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/* ________________ //PORTFOLIO _______________ */

/* ___________________________________ //Slide 6 ___________________________________ */



/* ____________________________________ Slide 7 ____________________________________ */ 

#slide7{
	background-image:url(/imgs/nycriver.jpg);
	background-size: cover !important;
	width:100%;
	text-align:center;
}
.padding_slide7 {padding:148px 0 159px;
}


/* ___________________________________ //Slide 7 ___________________________________ */ 



/* ____________________________________ Slide 8 ____________________________________ */

#slide8 {
	padding:86px 0 0;
}

#slide8 .container {margin-bottom:80px;
}


/* ______________ CONTACT_FORM ______________ */
::-webkit-input-placeholder { opacity:1 !important; color:#929292 !important;
}
:-moz-placeholder {opacity:1 !important; color:#929292 !important;
}
::-moz-placeholder { opacity:1 !important; color:#929292 !important;
}
:-ms-input-placeholder { opacity:1 !important; color:#929292 !important;
}

.contact_form input[type="text"],
.contact_form textarea {
	width:93%;
	margin:22px 0 0 0;
	padding:17px 10px 17px 21px;
	background: #fff;
	font-size:14px;
	line-height:21px;
	border:1px solid #e3e3e3;
	color:#929292;
}
.contact_form input[type="text"]:first-child {margin-top:0;
}
.contact_form textarea {
	resize: none;
	margin-top:0;
	height: auto;
    min-height: 164px;
}

.contact_btn {
	border:none;
	text-transform:uppercase;
	margin:0 4px 10px 0;
	padding:12px 25px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	text-align: center;
	vertical-align: middle;
	background:#3e3e3e;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.contact_btn:hover,
.send_btn {
	background:#f4bd0c;
}

#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#3e3e3e;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
#note .notification_error {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ */


#map_block {
	margin:0;
}

/* ____________________________________ //Slide 8 ____________________________________ */

/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#f4bd0c;
	padding:27px 0 23px;
    color:black
}
.copyright {
	float:left;
	font-weight:300;
	color:black;
}
.copyright a {
	color:black;
}
#footer a {
    	color:black;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	margin:0;
	width:30px;
	height:20px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#fff;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */








/* Computer */
.grid_1 { width: 6.5%; } 
.grid_2 { width: 15%; } 
.grid_3 { width: 23.5%; } 
.grid_4 { width: 32%; } 
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; } 
.grid_7 { width: 57.5%; } 
.grid_8 { width: 66%; } 
.grid_9 { width: 74.5%; } 
.grid_10 { width: 83%; } 
.grid_11 { width: 91.5%; } 
.grid_12 { width: 100%; } 

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0 20px 20px 0;
	float: left;
	display: block;
}

.alpha			{margin-left:0;}
.omega			{margin-right:0;}
.gallery-list 	{margin:0;padding:0;}
.little_respond {display:none;}

.container{
	width: 1000px;
	max-width: 1000px;
	margin: auto;
	
}



.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{position:relative;z-index:99;clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

@media only screen and (max-width: 1024px) {
	.slide{background-attachment: scroll;background-position:0 0 !important;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {	
	.gallery-list .omega {margin-right:10px;}
	
	#slide1 h1 {font-size:63px;line-height:70px;}
	.slogan_text {font-size:30px;}
	.left_bord, .right_bord {width:80px;}
	

	.padding_slide1 {padding:150px 0 30px;}

/* ___________ SERV_BLOCK __________ */
	
	
/* __________ //SERV_BLOCK _________ */

/* _____________ menu ______________ */
	.navigation li {margin-left:20px;}
/* ____________ //menu _____________ */
	
	.container { width: 724px; }
	.container .alpha        { margin-left: 0; margin-right: 5px; }
	.container .omega        { margin-right: 0; }
	.gallery-list .omega {margin-right:10px;}
	.container .respond_pad {padding-right:20px;}
	
	.grid_3			{ width: 166px; }
	.grid_4			{ width: 228px; }
	.grid_5      		{ width: 290px; }
	.grid_6      		{ width: 352px; }
	.grid_7   		{ width: 414px; }
	.grid_8   		{ width: 475px; }
	.grid_9			{ width: 538px; }
	.grid_12		{ width: 724px; }
}

@media only screen and (max-width: 766px) {
	.menu {height:116px !important;position:fixed;top:0;margin-top:0 !important;padding-bottom:0 !important;}
	#undefined-sticky-wrapper {height:0 !important;}

	.navigation li span {display:none;}
	
	.gallery-list .omega {margin-right:10px;}

}

@media only screen and (min-width: 480px) and (max-width: 766px) {
	h1 {font-size:46px;line-height:115px;padding-bottom:0;}
	
	#logo {text-align:center;}
	
	.padding_slide1 {padding:188px 0 100px;}

	#slide1 h1 {margin-top:120px;padding-bottom:5px;font-size:40px;line-height:50px;}
	.slogan_text {font-size:24px;padding-bottom:70px;}
	.left_bord, .right_bord {display:none;}


/* _____________ menu ______________ */	
	#nav {margin:0;}
	.navigation li {padding:7px 0 5px;margin-left:25px;}
	ul.navigation {float:none;margin:0;}
/* ____________ //menu _____________ */	

	.container { width: 420px; }
	
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {width:420px;}
	
	.fright{float:none;}
	.fleft{float:none;}
	
}

@media screen and (max-width : 479px) {	
	h1 {font-size:46px;line-height:115px;padding-bottom:0;}
	
	
	#logo {text-align:center;}
	#logo img {width:200px;}
	
	
	.padding_slide1 {padding:188px 0 100px;}

	#slide1 h1 {margin-top:120px;padding-bottom:5px;font-size:40px;line-height:50px;}
	.slogan_text {font-size:24px;padding-bottom:70px;}
	.left_bord, .right_bord {display:none;}
	
	
	.servc_block a {padding:5px 0 10px;font-size:14px;}
		

/* ___________ SERV_BLOCK __________ */
		
/* __________ //SERV_BLOCK _________ */
/* _____________ menu ______________ */
	.menu {height:130px;position:fixed;}
	
	#nav {margin:0;}
	.navigation li {padding:20px 0 4px;font-size:11px;margin-left:8px;}
/* ____________ //menu _____________ */	
	.container { width: 300px; }

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		width:300px;
	}
	
	.fright{float:none;}
	.fleft{float:none;}

}

@media screen and (max-width : 399px) {
	.navigation li {margin-left:8px;}
	
	
	.gallery-list {width:270px;margin-left:15px !important;}
	
	
	#map_block iframe {height:300px !important;}
	
	
	.contact_form input[type="text"], .contact_form textarea {width:88%;}
	
	
	.container { width: 295px; }

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		width:295px;
	}
	
}














