/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/11/2016, 09:54:16
    Author     : Damián
*/

section .container .row,
footer  .container .row { margin-top: 20px;}
section .container .row .col-sm-6:first-child { padding-right: 8px; }
section .container .row .col-sm-6:last-child { padding-left: 8px; }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	section .container .row .col-sm-6:first-child { padding-right: 15px; }
	section .container .row .col-sm-6:last-child { padding-left: 15px; margin-top: 20px; }
	section .container .row .col-sm-6 a { float: none !important;}
	section .container .row .col-sm-6 img { display: block; margin-right: auto; margin-left: auto;}
}