/* Enter Your Custom CSS Here */
/* function page css
.qode_image_gallery_no_space .controls a.next-slide span,.qode_image_gallery_no_space .controls a.prev-slide span{
	margin-left: -19px;
}
.max_width_container{
  	max-width:70%;
  	margin:auto;
  	text-align:justify;
}*/
.nt-col-12{
	display:inline-block;
  	box-sizing:border-box;
  	width:100%;
  	margin-top:5px;
  	margin-bottom:5px;
}
@media screen and (min-width:768px){
  	.nt-col-6{
        position:relative;
        float:left;
        width:50%;
        z-index:1;
    }
    .element_1{
    	width:99%;
        margin-right:1%;
    }
    .element_2{
    	width:99%;
        margin-left:1%;
    }
}
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea{
  	margin:0;
}
div.wpcf7 .screen-reader-response{
	position: relative;
    text-align: center;
  	width: 100%;
    height: auto;
}
.nt-link-dark a:hover{
	color:#DFB135;
}
.nt-list li, .nt-list-1 li, .nt-list-2 li{
    padding: 0 0 0 35px !important;
}
.nt-list li:before, .nt-list-1 li:before, .nt-list-2 li:before{
	background:url('wp-content/uploads/2017/04/icons_dosamigos.png');
    width: 25px !important;
    height: 25px !important;
    top: 3px !important;
    background-color: transparent !important;
    background-size: 50px !important;
}
.nt-list li:first-child:before, .nt-list-1 li:first-child:before{
 	background-position: 0px -75px;
}
.nt-list li:nth-child(2):before, .nt-list-1 li:last-child:before{
	background-position: -25px -75px;
}
.nt-list li:nth-child(3):before, .nt-list-2 li:first-child:before{
	background-position: 0px -100px;
}
.nt-list li:nth-child(4):before, .nt-list-2 li:last-child:before{
	background-position: -25px -100px;
}
.nt-padding-inner-o {
padding-left:15px;
  padding-right:15px;
}
.nt-padding-inner-o .vc_column-inner  {
padding-left:0;
  padding-right:0;
}
.title.has_fixed_background{
    background-size: cover !important;
}
.nt-height-same-6-1 .vc_col-sm-6:first-child .vc_column-inner, .nt-height-same-6-2 .vc_col-sm-6:last-child .vc_column-inner{
    display: flex;
    align-items: center;
}
.title.has_fixed_background:before{
  	content:"";
	width:100%;
    height:100%;
  	position:absolute;
  	display:block;
    top:0;
  	left:0;
  	background:rgba(0, 0, 0, 0.5);
  	z-index: 1;
}
.font-fff *{
	color:#fff;
}
.nt-height-same .vc_column-inner{
	padding:20px 15px;
}
.nt-fill-color-red .vc_column-inner{
    background-color: #340e09 !important;
}
.qode_image_gallery_no_space .controls a.prev-slide{
  	left:20px;
}
#item_list ul li{
  	list-style: none;
    line-height: 35px;
    display: flex;
    align-items: center;
  	width: 33%;
    float: left;
}
#item_list ul li:before{
   	content: '';
    display: inline-block;
    height: 27px;
    width: 25px;
    padding: 0px 0px 0px 20px;
    background-image: url(wp-content/uploads/2017/04/list_decoration.png);
    background-repeat: no-repeat;
}
.image_list .image_container{
  	margin: 25px 10px;
    background: #fff;
  	transition:all 0.2s ease-in;
}
.image_list .image_container:hover{
	box-shadow: 2px 2px 5px #333;
  	transform: scale(1.02);
}
.image_list .image_container .text_container{
  	padding:20px;
  	min-height: 150px;
}
.image_list .image_container .text_container h2{
  	text-align:center;
}
.image_list .image_container .text_container hr{
  	max-width: 100px;
    height: 5px;
    background: #691F17;
    border: none;
}
.image_list .image_container .text_container p{
  	text-align:justify;
}
.custom_footer{
  	margin: 30px 0;
}
.custom_footer p{
  	position:relative;
  	padding-left:30px;
}
.custom_footer p::before{
  	content: "";
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute;
    left: 0;
    background-size: 50px !important;
  	background-repeat:no-repeat;
    margin: 2.5px 0;
}
.custom_footer p.address::before{
 	background: url(wp-content/uploads/2017/04/icons_dosamigos.png);
  	background-position: 0px 0px;
}
.custom_footer p.number::before{
 	background: url(wp-content/uploads/2017/04/icons_dosamigos.png);
  	background-position: -25px 0px;
}
.custom_footer p.email::before{
 	background: url(wp-content/uploads/2017/04/icons_dosamigos.png);
  	background-position: 0px -25px;
}
.custom_footer p.time::before{
 	background: url(wp-content/uploads/2017/04/icons_dosamigos.png);
  	background-position: -25px -25px;
}
.custom_footer_social{	
	margin: 40px 0;
    text-align: center;
}
.custom_footer_social a{
  	margin-bottom: 10px;
}
ul.social_icons li a.facebook{
 	background: url(wp-content/uploads/2017/04/icons_dosamigos.png);
  	background-position: -00px -100px;
  	width: 50px;
    height: 50px;
  	display:block;
    margin-bottom: 0;
    background-size: 100px !important;
}
ul.social_icons li a.google{
 	background: url(wp-content/uploads/2017/04/icons_dosamigos.png);
  	background-position: -50px -100px;
  	width: 50px;
    height: 50px;
  	display:block;
    margin-bottom: 0;
    background-size: 100px !important;
}
ul.social_icons li{
  	display: inline-block;
  	text-align: center;
}

/*Contact Form*/
input[type=submit]{
margin: 15px 0 10px !important;
}
.form_container{
	width:100%;
}
/*Contact Form*/