/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic
  Copyright (c) 2011-2012 Project Seven Development
  www.projectseven.com
  Responsive Rules
  ------------------------------------------------
*/


/*MEDIA QUERIES*/


/*SMARTPHONE AND NARROW WINDOWS*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.responsiveImage{width:100%; align:center}
body {min-width: 0px !important;}
.p7ccm-col {
	float: none !important;
	width: auto !important;
	position: static !important;
	margin: 0px !important;
}
.p7ccm01-content, .p7ccm02-content, .p7ccm03-content, .p7ccm04-content, .p7ccm05-content, .p7ccm06-content {
	padding: .5em 1.5em !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
.p7CCM01, .p7CCM02, .p7CCM03, .p7CCM04, .p7CCM05, .p7CCM06 {
	min-width: 0px !important;
	max-width: none !important;
	width: auto !important;
}
}

/*Medium Windows and Tablets*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
body {min-width: 0px !important;}
.p7CCM01, .p7CCM02, .p7CCM03, .p7CCM04, .p7CCM05, .p7CCM06 {
	min-width: 0px !important;
	max-width: none !important;
	width: auto !important;
}
}

/*Smartphones ONLY - Use this Query to include additional special rules for smartphones only.*/
@media only screen and (max-device-width: 480px) {
	  .responsiveImage{width:100%; align:right;}
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {

 .responsiveImage{width:40%; align:right;}

}

@media only screen and (min-width: 1000px) {

 .responsiveImage{width:30%; align:right;}

}


/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button {
display: inline-block;
    background: #248b21;
    border-radius: 5px;
    line-height: 3.2em;
    padding: 0 1em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    white-space: nowrap;
    font-family: 'Calibri', sans-serif;
    font-weight: 700;
    font-size: 0.90em !important;
    color: #fff !important;
	    border: 1px solid #000;
}

.button-big {
    line-height: 3.5em;
    /*padding: 0 3em;
    font-size: 1.1em !important;*/
}

.button:hover {
    background: #ff1313;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}