
@media only screen
and (max-width : 1024px){

header{
height:90px;
position:fixed;
z-index:999;
}

header nav{
width:949px;
height:45px;
padding:25px 50px;
}

header nav #logo{
float:left;
padding:0px;
}

header nav #logo h1{
font-size:34px;
color:#5a4c44;
}

header nav #menu ul{
padding:10px 100px 5px 0px;
margin-right:75px;
}

header nav #menu ul li a{
font-size:12px;
padding:20px 30px 0px 0px;
font-weight:700;
}

header nav #menu ul li a.active:after{
bottom:-6px;
left:0px;
height:1px;
width:25px;
}

section#slider{
width:100%;
height:500px;
overflow:hidden;
}

section#slider h2{
padding:0px 0px 7px 0px;
font-weight:400;
}

section#slider h3{
font-size:16px;
}

section#slider p{
font-size:11px;
line-height:20px;
font-weight:400;
}

.content{
width:900px;
margin:0px auto;
padding:50px 0px 100px 50px;
}

.content .title{
width:860px;
margin:85px 0px 50px 0px;
}

.content .title h1{
font-size:60px;
letter-spacing:1px;
}

.content .title h1 img{
top:5px;
}

.content .title h1 span{
font-size:15px;
top:-15px;
padding:0px 0px 0px 20px;
}

.content .title .description{
width:300px;
}

.content .subtitle{
margin:10px 0px 30px 0px;
}

.column-half{
width:410px;
margin:0px 15px 30px 0px;
}

.column-half.last{
margin:0px 0px 30px 15px;
}

.column-one-forth{
width:210px;
float:left;
margin:0px 15px 30px 0px;
}

.column-one-forth.last{
margin:0px 0px 30px 15px;
}

article.portfolio ul li{
width:280px;
height:320px;
margin:0px 20px 20px 0px;
padding:0px;
}

article.portfolio ul li .thumb{
width:280px;
height:250px;
}

article.portfolio ul li img{
height:250px;
margin:0px -10px;
}

article.portfolio ul li .info{
padding:10px 10px;
width:260px;
}

article.portfolio ul li .info h3{
font-size:14px;
line-height:16px;
}

article.portfolio ul li .info p{
font-size:11px;
}

#filter{
margin:20px 0px;
}

#filter a{
font-size:11px;
padding:3px 20px 3px 5px;
margin:0px 0px 0px 5px;
}

.post{
width:420px;
margin:0px 0px 30px 0px;
}

.post figure{
width:220px;
padding:25px;
}

.post figure img{
width:220px;
}

.post  figcaption{
width:120px;
font-size:14px;
padding:20px 15px;
left:-15px;
top:5px;
}

.formblock .txt{
height:25px;
font-size:14px;
padding:5px 10px;
margin:0px 20px 0px 0px;
width:360px;
}

.formblock .txtarea{
font-size:14px;
padding:5px 5px;
height:235px;
width:390px;
}

.subbutton {
font-size:14px;
padding:7px 25px;
margin:0px 1px 4px 1px;
width:200px;
height:75px;
}

.footer p{
width:960px;
}

.shot{
float:left;
position:relative;
width:210px;
margin:0px 10px 10px 0px;
}

.shot.medium{
width:410px;
}

.flickr-shot img{
width:65px;
height:65px;
}

.flickr-shot:after{
background-image:url(../images/icons/flickr-small.png);
width:16px;
height:16px;
bottom:10px;
right:10px;
}

}

@media only screen
and (max-width: 1200px) and (min-width: 769px) {

header{
height:90px;
position:fixed;
z-index:999;
}

header nav{
width:90%;
height:45px;
padding:25px 30px;
}

.navbar-element-independent[style*="right: 500px"] {
    right: 350px !important;
}

.navbar-element-independent[style*="right: 400px"] {
    right: 280px !important;
}

.navbar-element-independent[style*="right: 223px"] {
    right: 180px !important;
}

.navbar-element-independent[style*="right: 130px"] {
    right: 100px !important;
}

.navbar-element-independent[style*="right: 35px"] {
    right: 30px !important;
}

.navbar-logo-independent[style*="left: 200px"] {
    left: 100px !important;
}

.navbar-element-independent a.nav-link {
    font-size: 13px !important;
}

#myTabServices {
    font-size: 1.2rem !important;
    margin: 20px auto !important;
}

#myTabServices .nav-link {
    padding: 8px 12px !important;
    margin: 0 5px !important;
}

#myTabServices .icon {
    width: 35px !important;
    height: 35px !important;
}

.tab-carousel-wrapper {
    margin: 30px auto !important;
    max-width: 90% !important;
}

.content{
width:90%;
margin:0px auto;
padding:50px 20px 100px 20px;
}

}

@media only screen
and (max-width :768px){

header{
height:90px;
position:fixed;
z-index:999;
}

header nav{
width:95%;
max-width:680px;
height:45px;
padding:25px 20px;
}

.navbar-element-independent {
    position: relative !important;
    display: block !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

.navbar-logo-independent {
    display: none !important;
}

.navbar-logo-center-independent {
    left: 50% !important;
    top: 30% !important;
    transform: translate(-50%, -50%) !important;
}

.collapse.navbar-collapse {
    position: relative !important;
    height: auto !important;
    background-color: rgba(255, 255, 255, 0.98) !important;
    border-radius: 8px !important;
    margin-top: 10px !important;
    padding: 15px !important;
}

#myTabServices {
    font-size: 1rem !important;
    margin: 15px auto !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

#myTabServices .nav-link {
    padding: 6px 8px !important;
    margin: 2px !important;
}

#myTabServices .icon {
    width: 25px !important;
    height: 25px !important;
}

.tab-carousel-wrapper {
    margin: 20px auto !important;
    max-width: 95% !important;
    overflow-x: auto !important;
}

header nav #logo{
float:left;
padding:0px;
}

header nav #logo h1{
font-size:34px;
color:#5a4c44;
}

header nav #menu ul{
padding:10px 50px 5px 0px;
margin-right:25px;
}

header nav #menu ul li a{
font-size:12px;
padding:20px 20px 0px 0px;
font-weight:700;
}

header nav #menu ul li a.active:after{
bottom:-6px;
left:0px;
height:1px;
width:25px;
}

section#slider .info{
height:180px;
width:180px;
}

section#slider  h2{
font-size:30px;
margin-top:50px;
margin-bottom:10px;
}

section#slider .info p{
font-size:12px;
margin:0px 20px;
}

section#slider .more{
width:100px;
padding:10px 10px;
font-size:14px;
}

#content-slider{
height:300px;
}

#content-slider img{
min-height:320px;
}

.content{
width:640px;
margin:0px auto;
padding:50px 0px 100px 0px;
}

.content .title{
width:640px;
margin:85px 0px 50px 0px;
}

.content .title h1{
font-size:60px;
letter-spacing:1px;
}

.content .title h1 img{
top:5px;
}

.content .title h1 span{
font-size:15px;
top:-15px;
padding:0px 0px 0px 20px;
}

.content .title .description{
width:300px;
}

.content .subtitle{
margin:10px 0px 30px 0px;
}

.column-half{
width:640px;
margin:0px 0px 30px 0px;
}

.column-half.last{
margin:0px 0px 30px 0px;
}

.column-one-forth{
width:300px;
float:left;
margin:0px 15px 30px 0px;
}

.column-one-forth.last{
margin:0px 0px 30px 15px;
}

article.portfolio ul li{
width:300px;
height:320px;
margin:0px 20px 20px 0px;
padding:0px;
}

article.portfolio ul li .thumb{
width:300px;
height:250px;
}

article.portfolio ul li img{
height:270px;
margin:0px -10px;
}

article.portfolio ul li .info{
padding:10px 10px;
width:260px;
}

article.portfolio ul li .info h3{
font-size:14px;
line-height:16px;
}

article.portfolio ul li .info p{
font-size:11px;
}

#filter{
margin:20px 0px;
}

#filter a{
font-size:11px;
padding:3px 20px 3px 5px;
margin:0px 0px 0px 5px;
}

.post{
width:640px;
margin:0px 0px 30px 0px;
}

.post figure{
width:420px;
padding:25px;
}

.post figure img{
width:420px;
}

.post figure .video{
width:420px;
height:240px;
}

.post  figcaption{
width:140px;
font-size:14px;
padding:20px 15px;
left:-15px;
top:5px;
}

.flexslider{
min-height:320px;
}

.formblock .txt{
height:25px;
font-size:14px;
padding:5px 10px;
margin:0px 20px 0px 0px;
width:580px;
}

.formblock .txtarea{
font-size:14px;
padding:5px 5px;
height:235px;
width:600px;
}

.subbutton {
font-size:14px;
padding:7px 25px;
margin:0px 1px 4px 1px;
width:200px;
height:75px;
}

.footer p{
width:200px;
}

.shot{
float:left;
position:relative;
width:200px;
margin:0px 10px 10px 0px;
}

.shot.medium{
width:200px;
margin:0px 10px 10px 0px;
}

.flickr-shot img{
width:63px;
height:63px;
}

.flickr-shot:after{
background-image:url(../images/icons/flickr-small.png);
width:16px;
height:16px;
bottom:10px;
right:10px;
}

}

@media only screen
and (max-width: 576px) {

header nav{
width:100%;
padding:15px 10px;
}

.navbar-logo-center-independent {
    top: 25% !important;
}

.navbar-element-independent a.nav-link {
    font-size: 12px !important;
    padding: 8px 0 !important;
}

.container-fluid[style*="height: 160px"] {
    height: 120px !important;
    min-height: 120px !important;
}

.content{
width:100%;
padding:30px 10px 80px 10px;
}

.column-half{
width:100%;
margin:0px 0px 20px 0px;
}

.column-one-forth{
width:100%;
margin:0px 0px 20px 0px;
}

#myTabServices {
    font-size: 0.9rem !important;
    margin: 10px auto !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

#myTabServices .nav-link {
    padding: 4px 6px !important;
    margin: 1px !important;
}

#myTabServices .icon {
    width: 20px !important;
    height: 20px !important;
}

.tab-carousel-wrapper {
    margin: 15px auto !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}

}

@media only screen
and (max-width: 992px) and (min-width: 769px) {

.navbar-element-independent a.nav-link {
    font-size: 12px !important;
    white-space: nowrap !important;
}

.navbar-element-independent[style*="right: 500px"] {
    right: 400px !important;
}

.navbar-element-independent[style*="right: 400px"] {
    right: 320px !important;
}

.navbar-element-independent[style*="right: 223px"] {
    right: 200px !important;
}

.navbar-element-independent[style*="right: 130px"] {
    right: 120px !important;
}

#myTabServices {
    font-size: 1.1rem !important;
    margin: 15px auto !important;
}

#myTabServices .nav-link {
    padding: 6px 10px !important;
    margin: 0 3px !important;
}

#myTabServices .icon {
    width: 30px !important;
    height: 30px !important;
}

.tab-carousel-wrapper {
    margin: 25px auto !important;
    max-width: 85% !important;
}

}
