p{
font-size:17px;
}

#content{
margin-bottom:50px;
}
#map{
margin-top:100px;
}
/**Footer**/
.copry{
padding:20px  0 10px 0;
}
ul#menu-menu li a{
color:#00B6BD;
}

/**Karvounis**/

/* Change the margin top of the menu*/

.col-md-10 {
    margin-top: 15px;
}

/*Change the width of logo column*/
.col-md-2 {
   width: 170px;
}

/*load as background image the image nest only. You should call the custom css also in page.*/

.col-md-3{
background: url("http://nestcom.gr/wp-content/uploads/2015/06/nest_only.png");
height:300px;
background-repeat: no-repeat;
}

/*Change the padding of the menu*/
.sf-menu, .menu-logo {
padding: 0px; 
}

/*Media queries for the mobile navigation and the sticky header*/
@media handheld, only screen and (max-width: 1024px){
.tinynav {
    display: inline-block;
    width: 55%;
    position: relatve;
    right: 20px;
    border-radius: 0;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    height: 30px;
    top: 13px;
    margin-top: -20px;
}
}

@media handheld, only screen and (max-width: 1000px){
.tinynav {
    display: inline-block;
    width: 55%;
    position: relatve;
    right: 20px;
    border-radius: 0;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    height: 30px;
    top: 13px;
    margin-top: -65px;
}
}


@media (min-width: 1200px){
#undefined-sticky-wrapper.sticky-wrapper {
height: 100px!important;
top: 0px !important;
}
}

@media (min-width: 1000px){
.col-md-10 {
    width: 700px;
}
}

@media (min-width: 768px){
#undefined-sticky-wrapper.sticky-wrapper {
height: 100px!important;
top: 0px !important;
}
}

@media (min-width: 400px){
#undefined-sticky-wrapper.sticky-wrapper {
height: 150px!important;
top: 0px !important;

}
}



@media (max-width: 1200px){
.sf-menu > li {
 margin-right: 7px;
}
}

@media hanheld, only screen and (max-width:480px){
.tinynav {
    display: inline-block;
    width: 42%;
    position: absolute;
    right: 20px;
    border-radius: 0;
    font-size: 10px;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    height: 30px;
    top: 13px;
    margin-top: -70px;
    margin-right:-20px;
    }
}

/* Change the primary theme color to custom */
.color {
color:#00B6BD;
}


/*Change the color of the icons in contact page*/
.contact i{
color: #00B6BD;
}

/*Change the color of send button*/
.wpcf7-form input[type=submit] {
background-color: #00B6BD;;
}