@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,600,700&subset=latin,latin-ext);
html{
	margin:0;
	padding:0;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-size:100%;
	font-weight:inherit;
	font-style:inherit;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}
textarea{
	font-size:100%;
	font-weight:inherit;
	font-style:inherit;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	background:transparent;
}
body {
	background:#fff;
	color:#424242;
	font:normal 15px "Open Sans", arial, sans-serif;
	font-weight:300;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
:focus {
	outline:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle
}
@-o-viewport {
	width:device-width
}
@-ms-viewport {
	width:device-width
}
@viewport {
	width:device-width
}
img, audio, video, canvas {
	max-width:100%
}
.container {
	max-width:1200px;
	width:92%;
	margin:0 auto;
	position:relative;
	zoom:1
}
.container .container{
	width:auto;	
}
.container-photo {
	width:100%;
	margin:0 auto;
	position:relative;
	zoom:1
}
.container:before, .container:after {
	content:"";
	display:table
}
.container:after {
	clear:both
}
.clearfix:before, .clearfix:after {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
section {
	overflow:hidden
}
::selection {
	background:#837b66;
	color:#fff
}
::-moz-selection {
	background:#fcd74a;
	color:#fff
}
#loading, #google_coordinate, #google_latitude, #google_longtitude {
	display:none
}
h1, h2, h3, h4, h5, h6 {
	color:#060606;
	font-style:normal;
	font-weight:300;
	line-height:1.17em;
	margin:0 0 15px;
}
h1 {
	font-size:3.46666666667em;
	text-transform:uppercase;
	letter-spacing:.20em;
}
h2 {
	font-size:2.4em;
	text-transform:uppercase;
	letter-spacing:.10em;
}
h3 {
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:.20em;
	font-weight:400;
}
h4 {
	font-size:1em;
	text-transform:uppercase;
	font-weight:400
}
h5 {
	font-size:1em;
	font-weight:400
}
h6 {
	font-size:.8em;
	text-transform:uppercase;
	font-weight:400
}
p {
	color:#424242;
	line-height:1.6em;
	margin:0 0 20px;
}
em {
	font-style:italic;
}
strong {
	font-weight:700;
}
small {
	font-size:.8em;
}
.post-body ul, .unordered-list {
	margin-bottom:20px;
}
.post-body ul li, .unordered-list li {
	margin-bottom:5px;
}
.post-body ul li:before, .unordered-list li:before {
	content:"";
	margin-right:5px;
}
blockquote {
	background:#f9f9f9;
	padding:15px 0 15px 30px;
	border-left:2px solid #e9e9e9;
	font-style:italic;
	margin-bottom:20px;
}
a, a:visited {
	font-weight:400;
	text-decoration:none
}
.home-first-section {
	height: 1000px;
}
.button {
	display:inline-block;
	padding:20px 55px;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:.20em;
	font-weight:400;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px
}
.dark .button {
	border:1px solid #fff!important
}
.dark .button:hover {
	background:rgba(255,255,255,.1);
	filter:alpha(opacity=50)
}
.button.no-border {
	border:none!important;
	padding:20px 0
}
.button.no-border:hover {
	border:none!important;
	background:transparent;
	opacity:.7;
	filter:alpha(opacity=70)
}
.button .icon {
	display:inline-block;
	margin-left:17px;
	margin-bottom:-6px;
	width:26px;
	height:26px;
	cursor:pointer;
	background:url(../Images/icons/right.png) no-repeat center center
}
/* responsive grid */
.row_box{
	max-width:1200px;
	padding:0 20px;	
}
.grid_3{
	width:25%;
	float:left;	
}
.grid_4{
	width:33.3333%;
	float:left;	
}
.grid_5{
	width:41.6667%;
	float:left;
}
.grid_6{
	width:50%;
	float:left;
}
.grid_7{
	width:58.3333%;
	float:left;
}
.grid_8{
	width:66.6667%;
	float:left;
}
.grid_9{
	width:75%;
	float:left;
}
.content {
	padding-top:60px;
	text-align:center
}
.content.padded {
	padding-bottom:50px;
	margin:0 auto;
}
.parallax {
	width:100%;
	background-attachment:fixed;
	background-position:50% 0
}
.parallax.no-parallax {
	background-size:cover!important;
	background-attachment:scroll!important;
	background-position:center!important
}
.parallax-bg1 {
	background-image:url(../Images/hero.jpg)
}
.parallax-bg2 {
	background-image:url(../Images/services.jpg)
}
.parallax-bg3 {
	background-image:url(../Images/clients.jpg)
}
.title {
	text-align:center
}
.sub-heading {
	margin:50px auto;
	max-width:1200px
}
.border {
	display:block;
	width:100px;
	height:2px;
	background:#837b66;
	margin:0 auto
}
.dark .border {
	background:#fff
}
.menu_box {
	position:fixed;
	top:0;
	width:100%;
	background:#fff;
	border-bottom:2px solid #cbc6b8;
	padding:15px 0;
	z-index:101;
	font-size:20px;
}
.fixed_box{
	width:100%;
	height:108px;	
}
.menu_box .logo img{
	width:500px;	
}
.menu_box.resize_height img{
	width:300px;
}
.menu_box.resize_height .desktop.navigation{
	margin-top: 14px;
}
/*.menu_box, .menu_box a, .menu_box img, .menu_box div{
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 
	-webkit-transition: all 1s; /* Safari and Chrome 
	-o-transition: all 1s; Opera 
}*/
.logo {
	width:20%;
	margin-left:5%;
	float:left
}
.navigation {
	display:none
}
.desktop.navigation {
	display:block!important;
	width:70%;
	margin:30px 5% 0 0;
	float:left
}
.desktop.navigation .nav-content {
	float:right
}
.desktop.navigation .nav-content li {
	float:left;
	margin-right:25px;
	line-height:30px
}
.desktop.navigation .nav-content a {
	color:#424242;
	text-transform:uppercase;
	font-size:.8em;
}
.desktop.navigation .nav-content .current-menu-item a{
	color: #837b66;
}
.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active {
	opacity:1;
	filter:alpha(opacity=100)
}
.desktop.navigation .nav-content li:last-of-type {
	margin-right:0
}
.mobile.navigation {
	display:none;
	width:90%;
	margin:0 5%;
	float:left
}
.mobile.navigation .nav-content {
	float:left;
	width:100%
}
.mobile.navigation .nav-content li {
	display:block;
	width:100%;
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #f0f0f0
}
.mobile.navigation .nav-content li:first-of-type {
	border-top:0
}
.mobile.navigation .nav-content a {
	display:block;
	color:#060606;
	text-transform:uppercase;
	font-size:.8em
}
.nav-button {
	display:none;
	width:26px;
	height:30px;
	background:transparent;
	padding:0;
	margin:30px 5% 0 0;
	float:right;
	border:0;
	cursor:pointer
}
.icon-bar {
	display:block;
	float:left;
	width:100%;
	height:3px;
	margin-top:3px;
	background:#060606
}
.hero {
	text-align:center;
	background-size:cover;
	margin-top:-162px;
}
.hero .content {
	padding-top:0
}
.ticker {
	/*overflow:hidden;*/
	height:90px;
	vertical-align:baseline
}
.ticker h1 {
	color:#fff;
	margin-bottom:0;
	height:90px;
	-webkit-transition:margin-top .5s ease-in-out;
	-moz-transition:margin-top .5s ease-in-out;
	-o-transition:margin-top .5s ease-in-out;
	transition:margin-top .5s ease-in-out
}
.icons .overview {
	position:relative;
	float:left;
	width:16.6666666667%;
	text-align:center;
	overflow:visible
}
.icon {
	display:inline-block;
	width:64px;
	height:64px;
	cursor:help;
	margin-bottom:20px
}
.icon.ux {
	background:url(../Images/ux.png) no-repeat top;
	background-size:64px 128px
}
.icon.design {
	background:url(../Images/design.png) no-repeat top;
	background-size:64px 128px
}
.icon.seo {
	background:url(../Images/seo.png) no-repeat top;
	background-size:64px 128px
}
.icon.social {
	background:url(../Images/social.png) no-repeat top;
	background-size:64px 128px
}
.icon.tech {
	background:url(../Images/tech.png) no-repeat top;
	background-size:64px 128px
}
.icon.commerce {
	background:url(../Images/commerce.png) no-repeat top;
	background-size:64px 128px
}
.icon.config {
	background:url(../Images/config.png) no-repeat top;
	background-size:64px 128px
}
.icon.heart {
	background:url(../Images/heart.png) no-repeat top;
	background-size:64px 128px
}
.icon.coffee {
	background:url(../Images/coffee.png) no-repeat top;
	background-size:64px 128px
}
.icon.plane {
	background:url(../Images/plane.png) no-repeat top;
	background-size:64px 128px
}
.icon.calculator {
	background:url(../Images/calculator.png) no-repeat top;
	background-size:64px 128px
}
.icon.portfolio {
	background:url(../Images/portfolio.png) no-repeat top;
	background-size:64px 128px
}
.icon:hover {
	background-position:bottom
}
.portfolio {
	width:100%
}
.project_list {
	margin:0;
	padding: 14px 0;
    list-style: none;
    margin: -2% 0 30px -2%;
}
.project_list li {
	float: left;
    margin: 1% 0 0 1%;
    padding: 0;
    width: 32.3333%;
	position:relative;
}
.framep_box{
    border: 1px solid #000000;
	/*padding: 16px;*/
}
.project_list li:nth-child(4n+1) .framep_box{
	background:#f5f4ed;
}
.project_list li:nth-child(4n+2) .framep_box{
	background:#bdb6a6;
}
.project_list li:nth-child(4n+3) .framep_box{
	background:#efede0;
}
.project_list li:nth-child(4n+4) .framep_box{
	background:#aea893;
}
.project_list a {
	display:block;
	padding-bottom:0px;
	position:relative;
}
.project_list a:hover {
	cursor:default;
}
.project_list a img {
	width:100%;
	padding: 16px;
}
.projectinfo {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	z-index:100;
}
.project_title{
	padding:15px 0;
	text-align:center;
}
.meta {
	position:absolute;
	margin-top:-13px;
	top:50%;
	width:100%;
	text-align:center;
	display:none;
}
.meta h4, .project-title h4 {
	margin-bottom:6px;
	font-size:1.2em;
	
}
.meta h6, .project-title h6 {
	margin-bottom:0;
	font-size:1em;
	
}
.meta em, .project-title em {
	font-style:italic;
	text-transform:lowercase;
	color:#424242
}
.project_list a:hover .meta h4, .project_list a:hover .meta em {
		display:block;
		color:#fff!important
}
.filtering_project {
	margin:50px 0 0 0;
	line-height:21px;
}
/*.filtering_project li {
	margin-right:10px;
}*/
.filtering_project li:hover{
	color:#837b66;
}

/*.filtering_project li:after {
	content:"/";
	color:#837b66;
	padding-left:15px
}*/
.filtering_project li:last-of-type:after {
	content:""
}
.project_filter, .tabs li {
	text-transform:capitalize;
	color:#424242;
	cursor:pointer;
	text-align:left;
	margin-bottom:15px;
	float:none;
	padding-right:10px;
}
.projectlist .mix {
	opacity: 0;
	display: none;
}
.filter.active, .filter:hover{
	color:#837b66;
}
.ajax-section {
	position:relative
}
.loader {
	display:none;
	background:#fff url(../Images/loading.gif) no-repeat center 250px;
	width:100%;
	height:100%;
	position:absolute;
	z-index:200
}
.project-hero {
	position:relative
}
.closeProject {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
	z-index:200
}
.nextProject {
	position:absolute;
	top:67%;
	right:-100px;
	z-index:200
}
.prevProject {
	position:absolute;
	top:67%;
	left:-100px;
	z-index:200
}
#ajaxpage {
	padding-top:50px;
	padding-bottom:50px
}
.nextProject a, .prevProject a {
	display:block;
	width:20px;
	height:48px;
	opacity:.4;
	filter:alpha(opacity=40)
}
.nextProject a:hover, .prevProject a:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
.nextProject a {
	background:url(../Images/project-next.png) no-repeat center center
}
.prevProject a {
	background:url(../Images/project-prev.png) no-repeat center center
}
.nextProject a.disabled, .prevProject a.disabled {
	display:none
}
.slider img {
	width:100%
}
.slider-pager {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px
}
.small-border {
	display:block;
	width:150px;
	margin:0 auto;
	height:1px;
	background:#e9e9e9
}
i.icon-remove {
	display:block;
	width:26px;
	height:26px;
	background:url(../Images/close.png) no-repeat;
	background-size:26px 26px;
	filter:alpha(opacity=50);
	opacity:.5
}
i.icon-remove:hover {
	filter:alpha(opacity=100);
	opacity:1
}
.project-gallery-next .bx-next, .project-gallery-prev .bx-prev {
	position:absolute;
	top:45%;
	opacity:.5;
	filter:alpha(opacity=50);
	right:auto;
	left:auto;
	text-indent:-999em;
	width:34px;
	height:36px;
	margin-top:-18px
}
.project-gallery-next .bx-next {
	background:#fff url('../Images/project-gallery-next.png') no-repeat center center;
	background-size:22px 22px;
	right:0;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.project-gallery-prev .bx-prev {
	background:#fff url('../Images/project-gallery-prev.png') no-repeat center center;
	background-size:22px 22px;
	left:0;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
.subscribe {
	padding-top:30px
}
footer {
	width:100%;
	background:#fff;
}
.contact {
	text-align:center;
}
.contact ::selection {
	background:#fff;
	color:#060606
}
.contact ::-moz-selection {
	background:#fff;
	color:#060606
}
.contact li img {
	margin-bottom:15px;
}
.contact a {
	font-weight:300;
}
/*.contact a {
	display:block;
	font-size:.9333333333333em;
	font-weight:300;
	margin-bottom:20px;
	opacity:.5;
	filter:alpha(opacity=50)
}
.contact a:hover {
	opacity:1;
	filter:alpha(opacity=100)
}*/
.contact-heading {
	margin-top:15px
}
#contact-form {
	position:relative;
	text-align:center;
	width:100%;
	padding:20px 0 50px 0;
	margin-top:20px
}
.form-field label {
	display:block;
	text-align:center;
	margin-top:30px;
	margin-bottom:15px;
	font-size:15px;
	text-transform:uppercase;
}
.form-field span input, .form-field span textarea {
	padding:10px 2%;
	width:100%;
	border:1px solid #ccc;
	height:35px;
	-webkit-appearance:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#949494;
	-webkit-font-smoothing:antialiased;
	font-size:1em;
	-webkit-transition:background .33s linear;
	-moz-transition:background .33s linear;
	-o-transition:background .33s linear;
	transition:background .33s linear
}
.form-field span input:focus, .form-field span textarea:focus {
	background:#fff;
	-webkit-transition:background .33s linear;
	-moz-transition:background .33s linear;
	-o-transition:background .33s linear;
	transition:background .33s linear
}
.form-field span textarea {
	overflow:auto;
	height:180px;
	resize:vertical;
}
.form-click input {
	margin-top:30px;
	border:0;
	display:block;
	width:120px;
	outline:0;
	cursor:pointer;
	text-align:center;
	float:right;
	-webkit-font-smoothing:antialiased;
	text-decoration:none;
	-webkit-appearance:none;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	color:#fff !important;
	background:#424242;
	line-height:100%;
	padding:12px 20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.form-click input:hover {
	text-decoration:none;
	background:#837b66;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-field span input.error, .form-field span textarea.error{
	border:1px solid #f00;
}
.contactForm .form_name{
	margin-left:0;
	width:48.486%;
}
.contactForm .form_email{
	margin-right:0;
	width:48.486%;
}
.loader {
	margin-top:15px
}
.bg_map{
	position:absolute;
	width:100%;
	height: 480px;
}
#alert {
	display:none;
	margin-top:30px
}
.grid-full.social-links {
	text-align:center;
	margin-top:50px
}
.social-links li {
	display:inline-block;
	margin-right:15px
}
.social-links li:last-of-type {
	margin-right:0
}
.social-links a {
	display:block
}
.social-links a:hover {
	opacity:.5;
	filter:alpha(opacity=50)
}
.grid-full.copyright {
	margin:20px 0;
	text-align:center
}
.copyright h6 {
	color:#77777a;
	margin:0;
}
.post {
	position:relative;
	text-align:left;
	margin-top:30px;
	margin-right:30px;
	padding:0 0 30px 70px;
	border-bottom:1px solid #e9e9e9
}
.post-media {
	position:relative;
	text-align:center;
}
.post-media img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.post .date {
	position:absolute;
	text-align:center;
	width:40px;
	padding-bottom:10px;
	top:0;
	left:0;
	text-transform:uppercase;
	font-size:1.6em;
	letter-spacing:.2em;
	line-height:.8em;
	border-bottom:1px solid #e9e9e9
}
.post .date small {
	font-size:.5833333333333333em
}
.post-title h2 {
	padding-top:20px;
	text-transform:none;
	letter-spacing:normal
}
.post.quote .post-title h2, .post.link .post-title h2 {
	font-size:1em!important;
	text-transform:uppercase;
	letter-spacing:.20em;
	padding:0
}
.post-title a {
	color:#060606!important
}
.post-meta h6, .post-meta a {
	color:#a4a4a3!important
}
.sidebar .sidebar_title{
	margin-top:30px;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}
.gallery-next, .gallery-prev {
	position:absolute;
	z-index:100;
	display:block;
	bottom:10px
}
.gallery-next {
	right:10px
}
.gallery-prev {
	right:37px
}
.gallery-next .bx-next, .gallery-prev .bx-prev {
	position:static;
	width:auto;
	height:auto;
	top:auto;
	opacity:1;
	filter:alpha(opacity=100);
	right:auto;
	left:auto;
	text-indent:-999em;
	width:22px;
	height:22px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.gallery-next .bx-next {
	background:#060606 url('../Images/nexts.png') no-repeat;
	background-size:22px 22px
}
.gallery-prev .bx-prev {
	background:#060606 url('../Images/prevs.png') no-repeat;
	background-size:22px 22px
}
.widget {
	text-align:left;
	margin-top:20px
}
.widget h3{
	margin-bottom:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.search {
	border:0;
	float:left;
	outline:0;
	padding:0 0 0 10px;
	width:80%;
	height:40px;
	background:#fff;
	color:#aaa;
	border-bottom:2px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	border-top:1px solid #e9e9e9;
	-webkit-appearance:none;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.search-submit {
	margin:0;
	padding:0;
	border:0;
	float:left;
	outline:0;
	cursor:pointer;
	width:15%;
	height:43px;
	text-indent:-999em;
	background:#fff url(../Images/search.png) no-repeat center center;
	background-size:16px 16px;
	text-decoration:none;
	-webkit-appearance:none;
	border:1px solid #e9e9e9;
	border-bottom:2px solid #e9e9e9;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
.textwidget {
	font-size:11px;;
	line-height:1.6em
}
.control-group label, .control-group .controls {
	display:inline-block
}
.control-group label {
	font-weight:400
}
.control-group .controls input {
	margin-top:15px;
	border:0;
	outline:0;
	height:35px;
	background:#fff;
	padding-left:15px;
	color:#a4a4a3;
	text-decoration:none;
	border:1px solid #e9e9e9;
	border-bottom:2px solid #e9e9e9;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.control-group .controls textarea {
	margin-top:15px;
	border:0;
	outline:0;
	height:180px;
	background:#fff;
	padding-left:15px;
	padding-top:15px;
	color:#a4a4a3;
	text-decoration:none;
	border:1px solid #e9e9e9;
	border-bottom:2px solid #e9e9e9;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.slider-cover {
	width:100%;
	background:#fff
}
#vegas-next, #vegas-prev {
	position:absolute;
	display:block;
	text-indent:-999em;
	width:20px;
	height:48px;
	cursor:pointer;
	top:50%;
	margin-top:-24px
}
#vegas-next:hover, #vegas-prev:hover {
	opacity:.5;
	filter:alpha(opacity=50)
}
#vegas-next {
	right:-150px;
	background:url(../Images/next.png) no-repeat center center
}
#vegas-prev {
	left:-150px;
	background:url(../Images/prev.png) no-repeat center center
}
.vegas-loading {
	display:none
}
.vegas-overlay {
	background:transparent url(../Images/01.png);
	opacity:.5;
	z-index:-1
}
.vegas-background {
	-ms-interpolation-mode:bicubic;
	image-rendering:optimizeQuality;
	max-width:none!important;
	z-index:-2
}
.vegas-overlay, .vegas-background {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.transparent {
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0
}
.vjs-big-play-button {
	display:none!important
}
.heading {
	border-bottom:1px solid #e9e9e9;
	padding-bottom:15px;
	margin-bottom:20px
}
.alert {
	display:block;
	text-align:left;
	padding:10px 20px;
	font-size:.875em;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.alert.error {
	color:#b3696c;
	background:#f9e5e6;
	border:1px solid #f7c7c9
}
.alert.success {
	color:#8fa442;
	background:#e3ebc6;
	border:1px solid #c2d288
}
.alert.info {
	color:#528da9;
	background:#d8ecf5;
	border:1px solid #9ac9df
}
.alert.notice {
	color:#c4a21b;
	background:#fcf7d9;
	border:1px solid #f5dc7d
}
a, a:visited {
	color:#837b66;
	font-weight:400;
	text-decoration:none
}
a:hover {
	color:#837b66;
	text-decoration:underline;
}
.button {
	border:1px solid #fcd74a
}
.button:hover {
	border:1px solid #ffa593
}
.post-title a {
	color:#060606
}
.post-title a:hover {
	color:#fcd74a
}
.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active, .post-title a:hover, .cat-item a:hover, .widget-archive a:hover, .recentcomments a:hover, .widget-recent-entries a:hover, .comment-meta a:hover, .required {
	color:#837b66!important
}
.ae-animation-slide {
	-webkit-animation-name:ae-animation-slide;
	-moz-animation-name:ae-animation-slide;
	-o-animation-name:ae-animation-slide;
	animation-name:ae-animation-slide;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	opacity:1!important
}
.slide {
	opacity:0
}
html.ie9 .slide {
	opacity:1!important
}
.project_list a:hover .projectinfo {
	background:#000;
	-webkit-transition:background .33s linear;
	-moz-transition:background .15s linear;
	-o-transition:background .15s linear;
	transition:background .15s linear;
	opacity:0.2;
	filter:alpha(opacity=80);
	cursor: pointer;

}
.project_list a:hover .meta{
	display:block;
}
.fade {
	opacity:0
}
html.ie9 .fade {
	opacity:1!important
}
.ae-animation-hatch {
	-webkit-animation-name:ae-animation-hatch;
	-moz-animation-name:ae-animation-hatch;
	-o-animation-name:ae-animation-hatch;
	animation-name:ae-animation-hatch;
	-webkit-animation-duration:1.6s;
	-moz-animation-duration:1.6s;
	-ms-animation-duration:1.6s;
	-o-animation-duration:1.6s;
	animation-duration:1.6s;
	opacity:1!important
}
.hatch {
	opacity:0
}
html.ie9 .hatch {
	opacity:1!important
}
.ae-animation-entrance {
	-webkit-animation-name:ae-animation-entrance;
	-moz-animation-name:ae-animation-entrance;
	-o-animation-name:ae-animation-entrance;
	animation-name:ae-animation-entrance;
	-webkit-animation-duration:1.6s;
	-moz-animation-duration:1.6s;
	-ms-animation-duration:1.6s;
	-o-animation-duration:1.6s;
	animation-duration:1.6s;
	opacity:1!important
}
.entrance {
	opacity:0
}
html.ie9 .entrance {
	opacity:1!important
}
.ie8 .grid-1, .ie8 .grid-2, .ie8 .grid-3, .ie8 .grid-4, .ie8 .grid-5, .ie8 .grid-6, .ie8 .grid-half, .ie8 .grid-full {
	float:left;
	margin:0 1.515151515152%
}
.ie8 .grid-1 {
	width:13.636363636364%
}
.ie8 .grid-2 {
	width:30.30303030303%
}
.ie8 .grid-3, .ie8 .grid-half {
	width:46.969696969697%
}
.ie8 .grid-4 {
	width:63.636363636364%;
}
.ie8 .grid-5 {
	width:80.30303030303%
}
.ie8 .grid-6, .ie8 .grid-full {
	width:100%;
}
.ie8 .parallax[style] {
	background-size:cover!important;
	background-attachment:scroll!important;
	background-position:top center!important
}
.ie8 .social-links {
	margin-top:100px!important
}
.ie8 .copyright {
	margin-top:30px!important
}
.ie8 #bx-pager a {
	-ms-filter:"alpha(opacity=40)"!important
}
.form-click button {
	margin-top:50px;
	border:0;
	display:block;
	width:100%;
	outline:0;
	cursor:pointer;
	text-align:center;
	-webkit-font-smoothing:antialiased;
	text-decoration:none;
	-webkit-appearance:none;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	color:#060606!important;
	background:#949494;
	line-height:100%;
	padding:12px 20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.form-click button:hover {
	text-decoration:none;
	color:#060606!important;
	background:#fff
}
.alert {
	margin-top:50px
}
.nopostmedia h2 {
	padding-top:0
}
.comment-body {
	padding-bottom:10px
}
.news {
	margin-top:30px
}
.pe-wp-default ul {
	list-style:none!important
}
big {
	font-size:150%
}
.sticky .post-title a {
	color:#fcd74a
}
.sticky .post-title a:hover {
	color:#ffa593
}
.pager li {
	float:left;
	font-size:120%;
	width:50%;
	margin:30px 0 0
}
.pager li.next {
	text-align:right
}
.pagination {
	margin:20px 0
}
.pagination li {
	display:inline-block;
	font-size:110%;
	padding:5px
}
.pagination li.disabled a {
	color:#333
}
.pagination li.active a {
	color:#333
}
.inner-spacer-right-lrg img {
	height:auto;
	max-width:100%;
	width:300px;
	margin:0 auto;
}
.large .icon-gmail:before {
	margin-left:-2.5px
}
.contact i:before {
	font-size:150%
}
.hiddenslide, .hidden_overlay {
	display:none
}
img {
	height:auto
}
.post .tags {
	clear:both
}
.post .tags a {
	-webkit-border-radius:3px;
	border:1px solid #ccc;
	padding:3px 6px;
	margin:0 3px 3px 0;
	line-height:36px;
	white-space:nowrap;
	color:#ccc;
	font-size:12px
}
.post .tags a:hover {
	border-color:#999;
	color:#999
}
.formSent, .formError {
	display:none
}
.formError {
	color:#b3696c;
	background:#f9e5e6;
	border:1px solid #f7c7c9
}
.form-click .formSent {
	color:#36b53c;
	width:165px;
	float:right;
	margin-top:34px;
}
.icon-circle {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	border:1px solid #fff;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	color:#fff!important
}
.icon-circle.large {
	border:2px solid #fff;
	font-size:1.3em
}
.icon-circle.dark {
	border:1px solid #060606;
	color:#060606!important
}
.row-fluid:before, .row-fluid:after {
	content:"";
	display:table
}
.row-fluid:after {
	clear:both
}
.row-fluid {
	zoom:1
}
label.error{
	display:none !important;	
}
.news_click, .news_click:visited, .project_click, .project_click:visited{
	color:#060606;
}
.news_click.news_active, .project_click.project_active{
	color:#837b66;
}
/* tabs */
.tabs li {
	list-style: none;
}
.tabs ul li a {
	display:block;
	width:100%;
	height:100%;
	font-weight:300;
	text-transform: capitalize;
	color: #424242;
}
.tabs ul li.active a {
	color:#837b66;
}
.tabs .tabl-content{
	text-align:left;	
}
.tabs .tabl-content img{
	float:left;
	margin-bottom:15px;
	margin-right:15px;
	max-width:260px;
	width:100%;
}
/* end tabs */
#myMap {
	width: 100%;
	height: 480px;
	margin-bottom:10px;
	float: left;
	position: relative;
	z-index: 1;
}
.map_link{
	float:right;	
}
.map_link span{
	margin:0 10px;	
}
.map_link a, .map_link span{
	color:#424242;	
}
.map_link a:hover{
	color:#837b66;
	text-decoration:underline;
}
/* page loading */
.mask {
	background:#fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	display:none;
}
#loader {
	background: url('../Images/home_loading.gif') center center no-repeat;
	background-size:100px 100px;
	height: 100px;
	width: 100px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -50px 0 0 -50px;
}
#scrollUp {
	position: fixed;
	cursor: pointer;
	display: none;
	bottom: -5px;
	right: 30px;
	width: 45px;
	height: 45px;
	padding: 12px 0;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFF;
	color: #828282;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: bottom 150ms linear;
	-moz-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
}
/* AJAX CALING */
#ajax_call{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:0;
	padding:0;
	background: #626262;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	overflow-y: scroll;
	display:none;
}
#ajax_call .row > .twelve{
	margin-bottom:0;	
}
#ajax_call .product_box > .row{
	background:#fff;
	margin:90px auto;
	padding: 20px;
	border:1px solid #e1e1e1;
	top:50px;
	width:960px;
	z-index:1000;
	position:absolute;
	left:50%;
	margin-left:-480px;
}
#ajax_call .product_image > img{
	width:100%;
}
#ajax_call .product_content > h2{
	padding:10px 0;	
}
#ajax_call .product_content > .product_description{
	font-size:13px;
	line-height:1.6;
}
.ajax_control{
	height: 51px;
	width: 100%;
	/*border-bottom-style: solid;
	border-bottom-width: 1px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	background: #fff*/;
	position:absolute;
	top:0;
	z-index:1001;
}
.ajax_control a.ajax_close, .product_close a.ajax_close{
	background:url('../Images/close.png') center center no-repeat;
	background-size: 34px 34px;
    margin: 60px 100px;
}
.ajax_control a.ajax_previous {
	display:none;
	background:url('../Images/prev_arrow.jpg') center center no-repeat;
}
.ajax_control a.ajax_next {
	display:none;
	background:url('../Images/next_arrow.jpg') center center no-repeat;
}
/*.ajax_control a.ajax_close:hover, .product_close a.ajax_close:hover{
	background:url('../Images/close_hover.jpg') center center no-repeat;
}*/
.ajax_control a.ajax_previous:hover  {
	background:url('../Images/prev_arrow_hover.jpg') center center no-repeat;
}
.ajax_control a.ajax_next:hover {
	background:url('../Images/next_arrow_hover.jpg') center center no-repeat;
}
.ajax_control a{
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	/*border-left:1px solid #ccc;;*/
	z-index: 1;
	float:right;
	position: relative;
	/*-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/	
}
.product_background{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1000;	
}
.product_close{
	position:absolute;
	top:0;
	right:0;	
}
.product_close a{
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	position: relative;
}
.ajax_loading{
	background: #fff url("../Images/loading.gif") no-repeat center center;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	display: none;
	z-index: 10000;
	float:left;
	margin-top:-1px;
}
#ajax_call .row>*{
	padding:0;
}
.contact{
	margin: 0;
    padding: 14px 0;
    list-style: none;
    margin: -2% 0 30px -2%;
}
.contact li{
	float: left;
    margin: 2% 0 0 2%;
    padding: 0;
    width: 22.3333%;
}
/* accordion */
.accordion{
	text-align:justify;
}	
.accordion-title {
	display: block;
	position: relative;
	background: #fff;
	border: 1px dotted #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.accordion-title a {
	display: block;
	color:#424242;
	padding: 15px 0 15px 20px;
}
.accordion .accordion-title span {
	position: absolute;
	width: 26px;
	height: 26px;
	background: url('../Images/plus-minus.png') 0 0 no-repeat;
	right: 20px;
	top: 10px;
	cursor:pointer;
}
.accordion .accordion-title.active span {
	background: url('../Images/plus-minus.png') 0 -26px no-repeat;
	cursor:hand;
}
.accordion .accordion-inner {
	display: none;
	padding: 10px;
	font-size: .9em;
	line-height: 1.7em;
	color:#424242;
	overflow:hidden;
}
.accordion .accordion-inner img {
	float:left;
	margin:0 30px 10px 0;
	clear:both;
}
.accordion-title h5 {
	margin: 0;
}
.accordion .accordion-inner p{
	color:#424242;
	line-height: 1.7em;
}
.accordion .accordion-inner .achievement_image img{
	clear: inherit;
	width: 31.3%;
	margin: 10px 1%;
}
/* end accordion */
/* property */
.section_property .container{
	margin-bottom:30px;
}
.property_border{
	padding-bottom:30px;
	/*border-bottom:1px dashed #ccc;*/
}
.section_property .container:last-child{
	margin-bottom:0;
	display: none;
}
.property_box{
	margin-top:30px;	
	text-align:left;
}
.property_box .filtering_project{
	margin:0;	
}
.property_box .filtering_project li a{
	display:block;
	padding:5px;	
	color:inherit;
}
.property_box .filtering_project li a:hover, .property_box .filtering_project li.active a{
	color:#837b66;
}
.property_box .project_list{
	margin:-1% 0 0 -1%;
}
.property_desciption{
	padding:0 10px;
	text-align:justify;	
}
.property_bottom h3{
	font-size:26px;	
}
.property_bottom table{
	width:100%;	
}
.property_bottom td{
	padding:5px 10px;
	line-height:1.5;
	width:50%;
	text-align:left;
}
.property_bottom tr td:first-child{
	border-right:1px solid #ccc;
}
.property_bottom .color{
	background:#efefef;
}	
.gallery_image{
	width:100%;	
}
/* property gallery */
.property_gallery{
	margin:0 0 0 -13px;
	padding:0;
}
.property_gallery li{
	float:left;
	margin:10px 0 0 13px;
	position:relative;
}
.property_gallery li a{
	display:block;
	border:1px solid #f1f1f1;
	width:99px;
	height:60px;
	padding:5px;
	overflow:hidden;
}
.property_gallery li img{
	width:100%;
}
/* end property */
.headline  {
	display: inline-block;
	padding: 0 0px 5px 0;
	color:#837b66;
	letter-spacing: 0;
	text-transform:capitalize;
	font-size:1.5em;
	margin-bottom:10px;
	border-bottom:3px solid #837b66;
}
.redline {
	max-width: 100px;
	margin: 5px 0;
	display:none;
	border-bottom: 2px solid #837b66;
}
.loading_image{
	position: absolute;
	left: 50%;
	margin-left: -10px;
	margin-top: -35px;
	display:none;	
}
.language{
	position:absolute;
	right:5%;
}
.language li{
	float:left;
	margin-left:5px;
	font-size:12px;	
}
.language li a{
	color:#060606;
}
.language li.language_selected a{
	color:#837b66;
}
/* Photo Gallery */
/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/
.carousel {
	overflow: hidden;
	position:relative;
	margin: 2em auto;
}
.carousel .forward,  .carousel .backward {
	position: absolute;
	top: 0;
	width: 6em;
	height: 100%;
	margin-top: 0;
	cursor: pointer;
}
.carousel .forward {
	right: 0;
}
.carousel .backward {
	left: 0;
}
.carousel .forward:before,  .carousel .backward:before {
	content: '';
	display: block;
	width: 6em;
	height: 100%;
	border-radius: 0;
	background-color: rgba(239,131,118, 0.75);
	position: absolute;
	top: 0;
	margin-top: 0;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.carousel .forward:after,  .carousel .backward:after {
	content: '';
	width: 3em;
	height: 3em;
	position: absolute;
	top: 50%;
	margin: -1.5em 0 0 0;
	background: url('../Images/arrow.svg') no-repeat center center;
}
.carousel .forward:after {
	right: -0.25em;
}
.carousel .backward:after {
	left: -0.25em;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}
.carousel .forward:before {
	right: -3em;
}
.carousel .backward:before {
	left: -3em;
}
.carousel .forward:hover:before,  .carousel .backward:hover:before {
	background-color: rgba(255,255,255, 0.50);
}
.carousel .reel {
	white-space: nowrap;
	position: relative;
	-webkit-overflow-scrolling: touch;
	padding: 0 2em 0 2em;
}
.carousel article {
	display: inline-block;
	white-space: normal;
	opacity: 1.0;
	-moz-transition: opacity 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out;
	-o-transition: opacity 0.75s ease-in-out;
	-ms-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
}
.carousel article.loading {
	opacity: 0;
}
.carousel article .image {
	position: relative;
	left: -1em;
	top: 0;
	width: auto;
	margin-bottom: 3em;
	cursor: -webkit-zoom-in;
}
.carousel article .image img{
	width:348px;
}
.carousel article p {
	text-align: center;
	margin-top:10px;
}
.carousel article h3 {
	text-align: center;
	max-width:300px;
	letter-spacing:0px;
	text-transform:capitalize;
	padding:10px;
	line-height:18px;
	height: 50px;
	overflow: hidden;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 10000;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../Images/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 999999;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../Images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index:999999;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../Images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index:999999;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index:999999;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background: url('../Images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	z-index:999999;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.postion_relative{
	position:relative;	
}
.watermark{
	position:absolute;
	top:50%;
	margin:0;
	margin-top:-40px;
	left:50%;
	margin-left:-140px;
	padding:0;
}	
/*!
 *  Font Awesome 4.0.3 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../Fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../Fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../Fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../Fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../Fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
 
/* start responsive here */
@media screen and (min-width:480px) {
	.container {
		width:98%
	}
	.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-half, .grid-full {
		float:left;
		width:100%;
	}
	.grid-2 p{
		line-height:18px;
	}
	
	.grid-half {
		width:46.969696969697%;
		margin:0 1.515151515152%
	}
}
@media screen and (min-width:640px) {
	.grid-1 {
		width:13.636363636364%
	}
	.grid-2 {
		width:30.30303030303%
	}
	.grid-3, .grid-half {
		width:46.969696969697%
	}
	.grid-4 {
		width:63.636363636364%
	}
	.grid-5 {
		width:80.30303030303%
	}
	.grid-6, .grid-full {
		width:100%;
		z-index: 2;
	}
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
	.parallax {
		background-size:cover;
		background-attachment:scroll;
		background-position:top center!important
	}
	.fade, .slide, .entrance, .hatch {
		opacity:1!important
	}
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch {
		-webkit-animation-name:none;
		-moz-animation-name:none;
		-o-animation-name:none;
		animation-name:none
	}
	#nextProject, #prevProject {
		display:none!important
	}
	.project_list a:hover .projectinfo {
		background:transparent
	}
}
@media (min-width: 976px) and (max-width: 1200px) {
	.ticker h1{
		font-size:35px !important;	
	}
	.logo{
		width:23%;	
	}
	.desktop.navigation{
		width:67%;	
	}
	.desktop.navigation .nav-content li {
		margin-right: 20px;
		font-size: 18px;
	}
	.sub-heading, #contactForm{
		padding: 0 1%;	
	}
	#myMap{
		margin:0 1%;
		width:98%	
	}
	.meta{
		top:50%;
		margin-top:-20px;	
	}
	.map_link{
		margin-right:1%;
		margin-top:10px;	
	}
}
@media only screen and (max-width:975px) {
	.ticker h1{
		font-size:30px !important;	
	}
	.logo{
		width:35%;	
	}
	.sub-heading, #contactForm{
		padding:0 1%;	
	}
	#myMap{
		width:98%;
		margin:0 1%;	
	}
	.nav-button {
		display:block
	}
	.navigation {
		display:none
	}
	.parallax {
		background-size:cover;
		background-attachment:scroll;
		background-position:top center!important
	}
	.content {
		padding-top:50px
	}
	.icons .overview {
		width:33.3333333333%;
		margin-bottom:30px
	}
	.icon {
		cursor:pointer
	}
	/*.project_list li {
		width:50%
	}*/
	.fade, .slide, .entrance, .hatch {
		opacity:1!important
	}
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch {
		-webkit-animation-name:none;
		-moz-animation-name:none;
		-o-animation-name:none;
		animation-name:none
	}
	#nextProject, #prevProject {
		display:none!important
	}
	#vegas-prev, #vegas-next {
		display:none
	}
	.grid-full.copyright{
		font-size:13px;	
	}
	.meta{
		top:50%;	
		margin-top:-25px;
	}
	#ajax_call .product_box > .row{
		width:740px;
		margin-left:-370px;	
	}
	.map_link{
		margin-right:1%;
		margin-top:10px;	
	}
	
}
@media only screen and (max-width:767px) {
	.logo {
		width: 45%;
	}
	.icons .overview {
		width:50%
	}
	.filtering_project{
		padding: 0 1%;	
	}
	.filtering_project li, .tabs li {
		margin:0;
		padding: 10px 0;
		width:100%;
		text-align:center;
		border-bottom:1px solid #ccc;
	}
	.filtering_project li a{
		width:100%;
		padding:10px 0;	
		display:inline-block;
	}
	.filtering_project li:after{
		content:'';	
		padding:0;
	}
	.meta{
		font-size:13px;
		margin-top:-20px;	
	}
	.post{
		padding-left:0;
		margin-right:0;	
	}
	.post .date{
		position:relative;
		border:none;
		margin-bottom:0;
		display:block;
	}	
	.post-title h2{
		font-size:25px;	
	}
	.grid-full.copyright{
		padding:0 10px;	
	}
	#ajax_call .product_box > .row{
		left:0;
		width:98%;
		margin-left:1%;
		margin-right:1%;
	}
	#ajax_call .product_content > h2{
		font-size:	20px;
		margin:0;
	}
	.menu_box{
		padding:10px 0;
	}
	/*.menu_box .logo img{
		width:80px;
	}*/
	.nav-button{
		margin:11.5px 5% 11.5px 0;	
	}
	.menu_box.resize_height img{
		width:250px;
	}
	.menu_box.resize_height .nav-button{
		margin: 4.5px 5% 4.5px 0;	
	}
	.map_link{
		margin-right:1%;
		margin-top:10px;	
		position: relative;
		z-index: 99999999;
	}
	.grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9{
		width:100%;
	}
	.margin50{
		margin-top:50px;	
	}
	.bg_map{
		z-index:99;
	}
	.watermark {
		top: 25%;
		margin: 0;
		margin-top: 0;
		left: 0;
		margin-left: 0;
		padding: 0;
	}
}
@media only screen and (max-width:479px) {
	.logo {
		width: 60%;
	}
	.property_box .project_list {
		margin: 0;
	}
	.project_list, .project_list li {
		margin-left: 0;
	}
	.project_list li {
		width:100%
	}
	.project-info {
		border-bottom:0
	}
	#ajax_call .product_box > .row {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.ajax_control a.ajax_close, .product_close a.ajax_close {
		background-size: 28px 28px;
		margin: 60px 20px;
	}
	.ticker{
		display:none;	
	}
	.contact, .contact li {
		margin-left: 0;
	}
	.contact li {
		width:100%
	}
	.contactForm .form_name, .contactForm .form_email{
		width:100%;
	}
	.control-group label{
		margin:0;	
	}
	.form-field label{
		margin-top:35px;
		margin-bottom:10px;	
	}
	.form-click input{
		margin-top:35px;
	}		
	.accordion .accordion-inner .achievement_image img{
		margin:15px 0 0 0;
		width:100%;	
	}
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../Images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url('../Images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* animation */
@-webkit-keyframes ae-animation-fade {
	0% {
		opacity:0;
		-webkit-transform:scaleY(0) scaleX(0)
	}
	100% {
		opacity:1;
		-webkit-transform:scaleY(1) scaleX(1)
	}
}
@-moz-keyframes ae-animation-fade {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-o-keyframes ae-animation-fade {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@keyframes ae-animation-fade {
	0% {
		opacity:0;
		transform:scaleY(0) scaleX(0)
	}
	100% {
		opacity:1;
		transform:scaleY(1) scaleX(1)
	}
}
@-webkit-keyframes ae-animation-slide {
	0% {
		-webkit-transform:translateY(100%)
	}
	100% {
		-webkit-transform:translateY(0%)
	}
}
@-moz-keyframes ae-animation-slide {
	0% {
		-moz-transform:translateY(100%)
	}
	100% {
		-moz-transform:translateY(0%)
	}
}
@-o-keyframes ae-animation-slide {
	0% {
		-o-transform:translateY(100%)
	}
	100% {
		-o-transform:translateY(0%)
	}
}
@keyframes ae-animation-slide {
	0% {
		transform:translateY(100%)
	}
	100% {
		transform:translateY(0%)
	}
}
@-webkit-keyframes ae-animation-hatch {
	0% {
		-webkit-transform:rotate(0deg) scaleY(0)
	}
	20% {
		-webkit-transform:rotate(-2deg) scaleY(1.05)
	}
	35% {
		-webkit-transform:rotate(2deg) scaleY(1)
	}
	50% {
		-webkit-transform:rotate(-2deg)
	}
	65% {
		-webkit-transform:rotate(1deg)
	}
	80% {
		-webkit-transform:rotate(-1deg)
	}
	100% {
		-webkit-transform:rotate(0deg)
	}
}
@-moz-keyframes ae-animation-hatch {
	0% {
		-moz-transform:rotate(0deg) scaleY(0)
	}
	20% {
		-moz-transform:rotate(-2deg) scaleY(1.05)
	}
	35% {
		-moz-transform:rotate(2deg) scaleY(1)
	}
	50% {
		-moz-transform:rotate(-2deg)
	}
	65% {
		-moz-transform:rotate(1deg)
	}
	80% {
		-moz-transform:rotate(-1deg)
	}
	100% {
		-moz-transform:rotate(0deg)
	}
}
@-o-keyframes ae-animation-hatch {
	0% {
		-o-transform:rotate(0deg) scaleY(0)
	}
	20% {
		-o-transform:rotate(-2deg) scaleY(1.05)
	}
	35% {
		-o-transform:rotate(2deg) scaleY(1)
	}
	50% {
		-o-transform:rotate(-2deg)
	}
	65% {
		-o-transform:rotate(1deg)
	}
	80% {
		-o-transform:rotate(-1deg)
	}
	100% {
		-o-transform:rotate(0deg)
	}
}
@keyframes ae-animation-hatch {
	0% {
		transform:rotate(0deg) scaleY(0)
	}
	20% {
		transform:rotate(-2deg) scaleY(1.05)
	}
	35% {
		transform:rotate(2deg) scaleY(1)
	}
	50% {
		transform:rotate(-2deg)
	}
	65% {
		transform:rotate(1deg)
	}
	80% {
		transform:rotate(-1deg)
	}
	100% {
		transform:rotate(0deg)
	}
}
@-webkit-keyframes ae-animation-entrance {
	0% {
		-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity:.2
	}
	30% {
		-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity:1
	}
	45% {
		-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	60% {
		-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	75% {
		-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	90% {
		-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity:1
	}
	100% {
		-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity:1
	}

}
@-moz-keyframes ae-animation-entrance {
	0% {
		-moz-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity:.2
	}
	30% {
		-moz-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity:1
	}
	45% {
		-moz-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	60% {
		-moz-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	75% {
		-moz-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	90% {
		-moz-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity:1
	}
	100% {
		-moz-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity:1
	}
}
@-o-keyframes ae-animation-entrance {
	0% {
		-o-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity:.2
	}
	30% {
		-o-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity:1
	}
	45% {
		-o-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	60% {
		-o-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	75% {
		-o-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	90% {
		-o-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity:1
	}
	100% {
		-o-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity:1
	}
}
@keyframes ae-animation-entrance {
	0% {
		transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity:.2
	}
	30% {
		transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity:1
	}
	45% {
		transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	60% {
		transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	75% {
		transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity:1
	}
	90% {
		transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity:1
	}
	100% {
		transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity:1
	}
}
