*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0;
 }

.columnsContainer { position: relative; margin: .5em; }

.leftColumn, .rightColumn {  border: 1px solid  #ccc; padding: 1.25em; }

.leftColumn { margin-bottom: .5em; }


/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 31em; }

	.rightColumn { position: absolute; top: 0; right: 0; width: 30em; }   
}

.Container { position: relative; margin: .5em; border: 1px solid  #ccc;}

.left, .right { solid  #ccc; padding: 1.25em; }

.left, .right { margin-bottom: .5em; }



/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .left { margin-right: 41em; }

	.right { position: absolute; top: 0; right: 0; width: 35em; }   
}



.border { position: relative; margin: .5em; border: 1px solid  #ccc;}

.images, .text { solid  #ccc; padding: .2em; }
    .images, .text { margin-bottom: .1em; }



/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .images { margin-right: 60em; }

	.text { position: absolute; top: 0; right: 0; width: 58em; }   
}

#back-top {
  position: fixed;
  bottom:20px;
  right: 2%;
  z-index: 100; }

.image-wrapper { position: relative; width: 100% } 
.image-wrapper p { position: absolute; left: 400px; top: 280px; padding: 20px; border: 1px solid #FFFFFF; width: 600px; height: 100px; color: #000000; margin: 5px;text-align: center;opacity: 0.75;
  filter: alpha(opacity=75) ;background-color: #ffffff; font-size:3rem;}
  
/*@media screen and (min-width: 0px) and (max-width: 720px) {
  .image-wrapper { display: none; }
  .image-wrapper p{ display: none; }
}*/

@media screen and (min-width: 0px) and (max-width: 300px) {
  .image-wrapper { position: relative; width: 100%; }
  .image-wrapper p{ position: absolute; left: 0px; top: 30px; padding: 20px; border: 1px solid #FFFFFF; width: 98%; height: 70px; color: #000000; margin: 5px;text-align: center;opacity: 0.75;
  filter: alpha(opacity=75) ;background-color: #ffffff; font-size:1rem}
}

@media screen and (min-width: 301px) and (max-width: 480px) {
  .image-wrapper { position: relative; width: 100%; }
  .image-wrapper p{ position: absolute; left: 0px; top: 30px; padding: 20px; border: 1px solid #FFFFFF; width: 98%; height: 80px; color: #000000; margin: 5px;text-align: center;opacity: 0.75;
  filter: alpha(opacity=75) ;background-color: #ffffff; font-size:1.5rem }
}

@media screen and (min-width: 481px) and (max-width: 720px) {
  .image-wrapper { position: relative; width: 100%; }
  .image-wrapper p{ position: absolute; left: 80px; top: 70px; padding: 20px; border: 1px solid #FFFFFF; width: 70%; height: 90px; color: #000000; margin: 5px;text-align: center;opacity: 0.75;
  filter: alpha(opacity=75) ;background-color: #ffffff; font-size:1.7rem }
}

@media screen and (min-width: 721px) and (max-width: 800px) {
  .image-wrapper { position: relative; width: 100%; }
  .image-wrapper p{ position: absolute; left: 50px; top: 120px; padding: 20px; border: 1px solid #FFFFFF; width: 600px; height: 100px; color: #000000; margin: 5px;text-align: center;opacity: 0.75;
  filter: alpha(opacity=75) ;background-color: #ffffff; font-size:2rem }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .image-wrapper { position: relative; width: 100%; }
  .image-wrapper p{ position: absolute; left: 70px; top: 120px; padding: 20px; border: 1px solid #FFFFFF; width: 600px; height: 100px; color: #000000; margin: 5px;text-align: center;opacity: 0.75;
  filter: alpha(opacity=75) ;background-color: #ffffff; font-size:2.5rem }
}

@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .image-wrapper { position: relative; width: 100%; }
  .image-wrapper p{ position: absolute; left: 200px; top: 200px; padding: 20px; border: 1px solid #FFFFFF; width: 600px; height: 100px; color: #000000; margin: 5px;text-align: center;opacity: 0.75;
  filter: alpha(opacity=75) ;background-color: #ffffff; font-size:2.8rem }
}

.gallery-grid {
	clear: both;
  background: orange;
  display: block;
  float: left;
  width: 100%;
  padding: 8px;
}
.gallery-grid.columns {
	margin-right: 0;
}
.one-third {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: -ms-calc(33.3333% - 16px);
  width: -moz-calc(33.3333% - 16px);
  width: -webkit-calc(33.3333% - 16px);
  width: calc(33.3333% - 16px);
  margin: 8px;
  height: auto;
  position: relative;
  float: left;
}
.one-third:last-of-type {
  margin-right: 0;
}
.gallery-grid img {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
.gallery-grid a {
  display: block;
}
.screen {
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	border-radius: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.screen:hover {
  opacity: 1
}
.title {
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  margin-left: -30px;
}
.screen:hover .title {
  margin-left: 0;
}

.screen.fade-in .title {
  margin-left: 0;
}
.screen.fade-in:hover {
}
.cta {
	clear: both;
	font-weight: bold;
	font-family: arial,helvetica, sans-serif;
	display: block;
	font-size: 2em;
}

  .textbox { 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 275px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

body{
	font-family: 'Arvo', serif;
	color:#444;
	font-size:1.6em;
	background:#ccc;
}

.button1{
	height:1em;
	padding:15px 50px;
	margin-top:3px;
	/*margin:20px 40px;*/
	cursor:pointer;
	display:inline-block;
	color:#FFF;
	font-size:1em;
	border:1px solid #eee;
	background:#eee;
	border-radius:4px;
	line-height:0.1em;
	border:1px solid #aaa;
	text-decoration:none;
		
	-webkit-transition: all 0.3s linear;
     -khtml-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
.button1:hover{
	-webkit-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
     -khtml-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
       -moz-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
         -o-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
            box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}
.button1:active {
    -webkit-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
     -khtml-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
       -moz-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
         -o-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
            box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    text-shadow:1px 1px 1px #eee;
}
.button1:disabled {
  background: #aaa;
}

.light {
    display: block;
    position: relative;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    padding: 1px 9px;
    top: -16px;
    left: -53px;
    height: 0px;
}
.button1:hover .light{
	
	padding:1px 5px;
  
    -webkit-animation-name: shine;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    -khtml-animation-name: shine;
    -khtml-animation-duration: 0.6s;
    -khtml-animation-timing-function: linear;
    -moz-animation-name: shine;
    -moz-animation-duration: 0.6s;
    -moz-animation-timing-function: linear;
    -o-animation-name: shine;
    -o-animation-duration: 0.6s;
    -o-animation-timing-function: linear;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    left:45px;
}

@-webkit-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -webkit-transform: rotate(-360deg); }
}

@-khtml-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -khtml-transform: rotate(-360deg); }
}

@-moz-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -moz-transform: rotate(-360deg); }
}

@-o-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -o-transform: rotate(-360deg); }
}

@-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; transform: rotate(-360deg); }
}

/***********************************************************************
 * 	Blue Background
 **********************************************************************/
.blue{
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}


