@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

body,
html, 
body button, 
body input, 
body select, 
body textarea,
.bigtitle .header,
h1,h2,h3,h4,h5,h6,
.box.menu,
.gkTabsWrap ol li { 
  font-family: 'Open Sans', Arial, sans-serif; 
}


.gkIsWrapper-gk_creativity .figcaption h2 { font-family: Arial, Helvetica, sans-serif; }
#gkContent { width: 100%; }
#gkContentWrap { width: 100%; }
.Page { max-width: 1100px;}



html {
	background: #F8F8F8;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	min-height: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
body {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a {
	color: #7484ff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus,
article header h1 a,
article header h2 a,
.pane-sliders .panel h3 a {
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 12px 0;
	padding: 0;
}
h1 {
	font-size: 52px;
	font-weight: 300;
	margin: 0 0 24px 0;
}
h2,
.componentheading {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 18px 0;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 52px;
}
h6 {
	font-size: 30px;
  text-align: center;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 2.0;
}
p {
	margin: 0.5em 0 1.5em;
}
iframe {
	max-width: 100%!important;
  border: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}




/* Containers */

#Content {
	padding: 0 0 30px 0;
}
#ContentWrapper {
	background: #fff;
	position: relative;
	z-index: 50;
}
#ContentWrapper.noSlide {
	padding: 75px 0 0 0;
}
#PageContentWrap {
	background: #fff;
	padding: 60px 0 0 0;
}
.Page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0 10px;
}
#WhatWeDo {
	background: #f8f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -60px;
	margin-bottom: 0px;
}

#PageWrap {
	margin: 0 auto;
}
#Content,
#PageCotnentWrap {
	width: 100%;
}

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 52px 0;
	padding: 0;
	width: 100%;
}
div.content {
	clear: both;
}
.box.greybg {
	background: #F3F3F3;
}
#WhatWeDo .box {
	margin: 0!important;
	padding: 60px 0!important;
	width: 100%!important;
}
#AmpServices .box {
	margin: 0!important;
	padding-left: 102px !important;
  padding-right: 102px !important;
  padding-top: 50px;
  padding-bottom: 50px;
	width: 100%!important;
  overflow: hidden;
}
#gkContent,
#AmpServices {
	padding: 0;
}
.gkCols3,
.gkCols4,
.gkCols6 {
	margin: 0!important;
}
.clear div.content {
	clear: both;
}
.box.bigtitle .header {
	font-size: 50px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.box.bigtitle .header small {
	clear: both;
	color: #999;
	display: block;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}
.box.mediumtitle .header {
	font-size: 36px;
	font-weight: 500;
	line-height: 2.0;
	margin: 0 0 45px 0;
	text-align: center;
	text-transform: uppercase;
}
.box.mediumtitle .header small {
	clear: both;
	color: #999;
	display: block;
	font-size: 22px;
	font-weight: 300;
	line-height: 2.0;
	text-align: center;
	text-transform: none;
}
.onlytablet {
	display: none;
}
.onlymobile {
	display: none;
}

/**-----TEXT AREA, BUTTONS------**/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	height: 38px;
	max-width: 100%!important;
	padding: 0 10px;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}
select {
	height: inherit;
	padding: 6px
}
html.-moz-select {
	padding: 3px 5px
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #fffef4;
}
.bigbutton,
button,
.button,
.button.inverse:active,
.button.inverse:focus,
.button.inverse:hover,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"] {
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 400!important;
	margin: 0 5px 2px 2px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
button:hover,
.button:hover,
.button.inverse,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #5a69de;
	color: #fff!important;
}
.readon {
	font-weight: 400
}
.border {
	background: transparent!important;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #888!important;
}
.border:hover {
	background: #7484ff!important;
	border-color: #7484ff!important;
	color: #fff!important;
}
.bigbutton {
	border-width: 2px!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	float: none;
	height: 58px;
	line-height: 58px;
	padding: 0 32px;
	text-transform: uppercase !important;
  background: #7484FF;
}






/* LOGO */

#Top {
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	height: 60px;
	position: fixed;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 999;
  max-width: 1600px;
}
#Top.isSlide {
	top: -200px;
}
#Top.noSlide {
  margin-top: 0px;
}
#Logo {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
  width: 265px;
}
#Logo .logo {
  background: url("../images/media_production_logo.png") no-repeat scroll 0 0;
  background-size: 60px;
  text-indent: -999em;
  height: 75px;
  margin-bottom: -20px;
  margin-left: 5px;
  margin-top: 2px;
  width: 65px;
  display: block;
  float: left;
}
#Logo .text {
  font-family: Arial, Helvetica, sans-serif;
	color: #595858;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 10px 5px 5px 2px;
	text-align: center;
	width: auto;
}
#Logo .text > span {
	display: block;
	font-size: 16px;
  font-weight: 400;
  font-family: open sans;
	line-height: 24px;
	padding: 0;
	text-transform: uppercase;
  letter-spacing: 4px;      
}
#Logo .text p { 
  font-family:  open sans;
  font-size: 13px;
  font-weight: 400;
  margin-left: -5px;
  margin-top: 2px;
  line-height: 10px;
}




/* MAIN MENU */

#MobileMenu {
	display: none;
}
#MainMenu {
	float: right;
	margin-top: 0;
	padding: 0;
	width: auto;
}
#MainMenu .Menu {
	display: block;
	margin: 0;
	position: relative;
}
.Menu > ul > li {
	clear: none!important;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 74px;
	line-height: 75px;
	text-transform: uppercase;
	width: auto;
}
.Menu > ul > li > a {
	color: #333;
	display: block;
	height: 40px;
	line-height: 39px;
	padding: 0 16px;
  margin-top: 9px;
  margin-right: 4px;
}
.Menu > ul > li > a:hover {
  background: #FFF;
}
.Menu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.Menu > ul {
	margin: 0;
	padding: 0;
}
.Menu a:hover,
.Menu a:active,
.Menu a:focus,
.Menu li.active > a {
	color: #7484ff;
}



/* SLIDESHOW */      

.bg {
  background: url(../images/amp_background.jpg) no-repeat top center;
  height: 100%;
  left: auto;
  right: auto;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1600px;
  z-index: -1;   
}
div.SlideShow {  
  background-size: cover;
  overflow: hidden;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.contrast {
  padding: 1px 30px;
}
.contrast2 {
  padding: 1px 10px;
  margin-bottom: 50px;
}
.arrow {
  width: 60px !important;
  height: 60px !important;
  position: relative !important;
  left: 0px !important;
  max-width: none;
  top: 0px !important;
  z-index: 0 !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.arrow:hover {
  margin-top: 10px;
}
img.keep-original {
  max-width: 100% !important;
  height: auto;
}
.slide-subtitle {
  font-size: 24px;
  color: #FFF;
  font-family: Courier New;
  letter-spacing: 2px;
  line-height: 36px;
  text-transform: uppercase;
}
.slide-title {
  color: #FFFFFF;
  font-family: open sans;
  font-size: 44px;
  font-weight: 500;
  margin: 30px 0;
  text-transform: uppercase;
  line-height: 48px;
}
.container {
  position: absolute;
  width: 80%;  
  max-width: 1200px;
  margin: auto;
  top: -20%;
  left: 50%;
  padding: 10px 20px;
  text-align: center;
  font-family: arial;
  transform: translate(-50%, 30%);
  -webkit-transform: translate(-50%, 30%);
  -moz-transform: translate(-50%, 30%);
  -o-transform: translate(-50%, 30%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}




/** MEDIA SLIDE1 **/
@media screen and (max-width: 900px) {.container {width: 75%;} }
@media screen and (max-width: 767px) {.arrow {width: 60px !important; height: 60px !important;} .slide-subtitle {display: none;} .slide-title {font-size: 38px;}}
@media screen and (max-width: 560px) {.slide-title {font-size: 32px;}}
@media screen and (max-width: 450px) {.contrast {padding: 1px 5px;} .slide-title {font-size: 26px; line-height: 32px;} .arrow {width: 42px !important; height: 42px !important;} .slides-navigation {display: none;}}





/* THREE MENU ICON */

#MenuIcons {
  background-image: url('../images/desk.jpg');
  background-position: 50% 20%;
	background-size: cover; 
  overflow: hidden;
	padding: 0
}
#MenuIcons .paddnull {
  padding: 0 !important;
}
.menuspace {
margin-top: 60px !important;
}
.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
} 
.view-first span {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}   
.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view-first:hover img {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.1)";
  filter: alpha(opacity=0.1);
  opacity: 0.1;
}  
.view-first:hover span {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.0)";
  filter: alpha(opacity=0.0);
  opacity: 0.0;
}  
.view-first a.info {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask,.view .content {
  position: absolute;
  overflow: hidden;
  left:0;
  right:0;
  top:25%;
  bottom:0;
  text-align: center;
  margin: 0 !important;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 22px;
   padding: 10px;
}
.view a.info {
   background: none repeat scroll 0 0 #7484FF;
   border-radius: 2px 2px 2px 2px;
   color: #FFFFFF !important;
   cursor: pointer;
   font-size: 14px;
   font-weight: 400 !important;
   line-height: 24px;
   padding: 15px 25px;
   text-align: center;
   text-transform: uppercase;
}
.view a.info: hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.view .picture_text {
  font-size:18px;
  color: rgb(255, 255, 255)
}
.menu-icon-col3 {
	float: left;
	width: 33%;
  padding-top: 30px;
  padding-bottom: 30px;  
}
.menu-icon-col3:hover {
  background-color: rgba(114,108,110, 0.4);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.img2 {
 width: 160px;
}
.img3 {
 width: 160px;
 margin-top: 22px;
}
.img4 {
 width: 160px;
 margin-top: 10px;
}
.img5 {
 width: 130px;
 margin-top: -20px;
}


@media screen and (max-width: 900px) {
.img2 {
  width: 130px;} 
.img3 {
  width: 135px;
  margin-top: 15px;}
.img4 {
  width: 135px;
  margin-top: 5px;}
.img5 {
 width: 100px;
 margin-top: -20px;
}  
}
@media screen and (max-width: 675px) {
.img2 {
  width: 180px;} 
.img3 {
  width: 190px;
  margin-top: 0px;} 
.img4 {
  width: 190px;
  margin-top: 0px;}
.img5 {
 width: 130px;
 margin-top: -20px;
}   
}




/* WHAT WE DO SECTION */

.Portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 0 0 0;
	position: relative;
	text-align: center;
}
.Portfolio .ImagesWrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -1%;
	overflow: hidden;
	padding: 0 0 70px 0;
	width: 102%;
}
.Portfolio .ImagesWrapper:after {
	clear: both;
	content: "";
	display: table;
}
.Portfolio .ImagesWrapper > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0.98%;
	padding: 0;
	position: relative;
}
.Portfolio .ImagesWrapper > a.active {
	display: block;
}
.Portfolio .ImagesWrapper.ImagesCols1 > a { width: 98%; }
.Portfolio .ImagesWrapper.ImagesCols2 > a { width: 48%; }
.Portfolio .ImagesWrapper.ImagesCols3 > a { width: 31.3%; }
.Portfolio .ImagesWrapper.ImagesCols4 > a { width: 23%; }
.Portfolio .ImagesWrapper.ImagesCols5 > a { width: 18%; }

.Portfolio .ImagesWrapper > a img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.Portfolio .ImagesWrapper span.text-content {
  background-color: #7484ff;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.Portfolio .ImagesWrapper span.text-content span {
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 35%;
  text-transform: Uppercase;
}
.Portfolio .ImagesWrapper > a:hover span.text-content {
  opacity: 1;
}

@media screen and (max-width: 645px) {
  .Portfolio .ImagesWrapper span.text-content span {margin-top: 33%;}
}


/* QUOTE SECTION */

#QouteContent {
	margin-bottom: 0!important;
  width: 100%;  
  padding: 70px 0!important;  
}
#QouteContent .content img {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 50px;
  margin-bottom: -20px;
}
#QouteContent .content h2 {
  color: #6d6b6b;
  font-family: open sans;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 36px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
#QouteContent .content p {
  text-align: center; 
  margin-top: -26px; 
  color: #A8A8A8; 
  margin-bottom: 0px; 
  text-transform: uppercase;
}
#QouteContent .content i { 
 display: block;
 margin: 0 auto;
 position: relative;
 font-size: 36px;
 color: #000;
 width: 16px;
}

#QouteContent + #Footer {
	margin-top: 20px;
}

.ajax-text-and-image {max-width:800px; margin: 20px auto; background: #FFF; padding: 0; line-height: 0;}
.ajcol {width: 50%; float:left;} 
.ajcol img {width: 100%; height: auto; margin-top: 30px;}
.ajcol2 {width: 50%; float:left;} 
.ajcol2 img {width: 99%; height: auto; padding: 2px;}

@media all and (max-width:675px) {  
.ajcol {width: 100%; float:none;}
.ajcol img {display: none;}
}









/** SERVICES SECTION **/

.servicesMain { 
	position: relative;
}

/* Pagination */
.nspBotInterface,
.nspTopInterface { 
	clear: both; 
  margin-top: 20px;
  margin-bottom: 60px;
}

.nspTopInterface {
	position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
	top: 0px;
}

.nspBotInterface .nspPagination {
	margin-top: 0;
}


.nspPagination { 
	float: left;
	list-style-type: none!important; 
	margin: 3px 0 0 0!important; 
	padding: 0!important; 
}
.nspPagination li { 
	background: #ddd;
	border: none!important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	display: block;
	float:left; 
	height: 10px; 
	margin: 4px 4px 0 0!important; 
	padding: 0;
	text-indent:-999em; 
	width: 10px; 
}
.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #7484ff;
}
.nspNext,
.nspPrev {  
	cursor: pointer;
	float: left; 
	height: 16px; 
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.nspNext:after,
.nspPrev:after {
	color: #000;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 22px;
	text-indent: 0;
}
.nspNext:after {
	color: #ccc;
	content: '\f105';
}
.nspPrev:after {
	color: #ccc;
	content: '\f104';
}
.nspNext:hover:after,
.nspPrev:hover:after { 
	color: #7484ff;
}


/* Articles layout */
.nspArts { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden; 
	padding: 0;
}
.nspArtPage { 
	float: left; 
}
.nspArt { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
	float:left; 
}
.nspArt div { 
	overflow: hidden; 
}
.nspArt h4.nspHeader { 
	color: #222;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0 15px 0;
	
}
.nspArt img.nspImage { 
	border: none;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspArt .nspImageWrapper img {
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}
.nspArt .nspImageWrapper:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.nspArt p.nspText { 
	display: block!important;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspInfo {
	color: #888;
	display: block!important;
	font-size: 12px;
	padding: 5px 0; 
}
.nspArt p.nspInfo > * {
	padding-left: 10px;
}
.nspArt p.nspInfo > *:first-child {
	padding-left: 0;
}
.nspArt p.nspInfo img {
	vertical-align: middle;
}
.nspArt .tleft { 
	text-align: left; 
}
.nspArt .tright { 
	text-align: right; 
}
.nspArt .tcenter { 
	text-align: center;
}
.nspArt .tjustify { 
	text-align: justify; 
}
.nspArt .fleft { 
	float: left; 
}
.nspArt .fright { 
	float: right; 
}
.nspArt .fnone { 
	clear: both; 
	float: none;
	width: 100%; 
}

.readon.left,
.readon.right,
.readon.center { 
	clear: both; 
}
.readon.left { 
	float: left; 
}
.readon.right { 
	float: right; 
}
.readon.center { 
	display: inline; 
	float: none; 
}
.nspAvatar { }

/* Links layout */
.nspLinks { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.nspList { 
	float: left; 
}
.nspLinks ul { 
	list-style-type: none!important; 
	padding: 0!important; 
}
.nspLinks .nspLinkScroll1 ul li { 
	margin: 0!important;
	padding: 10px 0;
}
.nspLinks ul li h4 { 
	font-size: 16px;
	font-weight: 400;
	
}
.nspLinks ul li h4 a { 
	text-decoration: none; 
}

.nspLinks ul li p { 
	font-size: 13px;
	margin: 0;
}

/* positioning */
.nspArts.left { 
	float: right; 
}
.nspLinksWrap.left { 
	float: left;
}
.nspArts.right { 
	float: left; 
}
.nspLinksWrap.right { 
	float: right; 
}

/* make element unvisible */
.servicesMain .unvisible {  
	left: -9999px;  
	position: absolute; 
	top: auto; 
}

/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive { 
	height: auto;
	width: 100%!important; 
}
.nspArt img.nspImage { 
	max-width: 100%; 
}
.nspArtScroll1,
.nspLinkScroll1 { 
	overflow: hidden;
	width: 100%; 
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }

/* Animation */
.nspList,
.nspArtPage { 
	opacity: 0; 
	-webkit-transition: opacity 0.5s ease-out; 
	   -moz-transition: opacity 0.5s ease-out; 
	    -ms-transition: opacity 0.5s ease-out; 
      	 -o-transition: opacity 0.5s ease-out; 
	        transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { 
	opacity: 1; 
}




/** SHORT ABOUT US SECTION **/

.AboutCont {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.AboutCont .AboutCol2 { 
  width: 50%; 
}
.AboutCont .AboutCol2 img { 
  width:95%; 
  margin-top: 5px; 
}
.AboutCont .AboutCol2 h2 { 
  font-size:36px;
  color:#000;
}
.AboutCont .AboutCol2 p { 
  color:#808080;
}

@media screen and (max-width: 910px) {
  .AboutCont {width: 100%;}
  .AboutCont .AboutCol2 {width: 100%;}
  .AboutCont .AboutCol2 img {width:100%;} 
  .AboutCont .AboutCol2 h2 {font-size:26px;}; 
  .AboutCont .AboutCol2 .sab {text-align: center;}
}


/** CONTACT US SECTION **/

.ContactTitle {
  background-color: #272727;
  color: #FFFFFF;
  font-family: 'Open Sans',Arial,sans-serif;
  letter-spacing: 2px;
  line-height: 39px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 645px) {
  .ContactTitle {font-size: 18px; line-height: 29px;}
}
.Title { 
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px 10px;  
}
.ContactForm {
	overflow: hidden;
	padding: 20px 0 0 0;
}
.ContactForm[data-cols="2"] > div {
	float: right;
	width: 41%;
  text-align: center;
}
.ContactForm[data-cols="2"] > form {
	float: left;
	width: 45%;
  margin-left: 2px;
}
.ContactForm h3 {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.ContactForm form p {
	margin: 0 0 12px 0;
}  
.ContactForm form img {
	width: 40px;
  margin-top: 5px;
  margin-bottom: -10px;
}  
.ContactForm form p .subject {
  display: none;
}  
.ContactForm input[type="text"],
.ContactForm input[type="email"],
.ContactForm textarea {
	width: 100%;
}
.ContactForm input[type="text"],
.ContactForm input[type="email"] {
	height: 45px;
	line-height: 45px;
	padding: 0 22px;
}
.ContactForm textarea {
	height: 190px;
	padding: 22px;
}
.ContactForm address {
	color: #999;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	padding: 30px 0;
}
.ContactForm address p {
	margin: 0;
}
.ContactFooter {
	color: #999;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	margin: 10px 0 0 0;
}
.ContactSocialIcons {
	margin: auto;
	overflow: hidden;
	padding: 10px 0 0 0;
  position: relative;
  text-align: center;
  width: 158px;
}
.ContactSocialIcons > a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 10px;
  margin-left: 10px;
	overflow: hidden;
	width: 32px;
  outline: 0 none;
}
.ContactSocialIcons > a:before {
	border: 2px solid #ebebeb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #888888;
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	text-indent: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 32px; 
}
.FbIcon:before {
	content: '\f09A';
}
.FbIcon:hover {
  padding-top: 5px;
}
.VimeoIcon:before {
	background: url('../images/vimeo.png') no-repeat 0 0;
  background-size: 23px;
  content: "";
}
.VimeoIcon:hover {
  padding-top: 5px;
}   
.FlickrIcon:before {
	background: url('../images/flickr.png') no-repeat 0 0;
  background-size: 23px;
  content: "";
}
.FlickrIcon:hover {
  padding-top: 5px;
} 



/* FOOTER */

#Footer {
	background: #5a69de;
	border-top: 1px solid #707ff4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #a4aeff;
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
	padding: 0;
  position: absolute;
  width: 100%;
  max-width: 1600px;
}

@media screen and (max-width: 1100px) {

#Footer {line-height: 20px;}
#FooterNav li {line-height: 20px;}

}

@media screen and (max-width: 870px) { .phonenumber {font-size: 18px;}  }

.phonenumber {color: #000; font-size: 100%;} 


#Footer > div > div {
	padding: 0;
}
#FooterNav {
	float: left;
}
#FooterNav li {
	border: none;
	float: left;
	line-height: 60px;
	margin: 0 16px 0 0!important;
	padding: 0;
	text-transform: uppercase;
}
#Footer a {
	color: #c6cfff;
}
#Footer li:hover,
#Footer a:hover {
	color: #fff;
}
#Copyrights {
	float: right;
	margin: 0;
	padding: 0;
}
.copyrights-link {
  padding-left: 15px;
  font-size: 11px;
  color: #8b97f7 !important;
}



@media screen and (max-width: 1100px) {
#Copyrights {
  float: none;
  margin-bottom: 5px;} 
}
.itemBody {
	padding: 0 10px;
}