	.MyContent {
		display: block;
		position: relative;
		max-width: 1250px;
		margin: 0 auto;
		font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
		line-height: 1.75em;
		font-size: 14px;
	}

	.logo{
		width: 258.38px;
		height: 103.13px;
	}

	.ContentBox{
		display: inline;
		text-align: center;
		display: block;
		margin-left: auto;
	 	margin-right: auto;
  	    width: 100%;
	}

	.Title{

		font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
		font-size: 14px;
		/*color: #8b8b8b;*/
	}

	.text{

		font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
		font-size: 14px;
		/*color: #8b8b8b;*/
	}

	.BtnLink{
		font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	    font-size: 11px;
	    text-transform: uppercase;
	    color: #fff;
	    text-decoration: none;
	    position: relative;
	    background-color: #000;
	    padding: 16px 26px;
	    display: inline-block;
	    line-height: 14px;
	    -webkit-transition: all ease-in-out .2s;
	    transition: all ease-in-out .2s;
	    border: 2px solid #000;
	}
	p.BtnLink a {
		 font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	    font-size: 11px;
	    text-transform: uppercase;
	    color: #FFF;
	    text-decoration: none;
	    position: relative;
	    background-color: #000;
	    display: inline-block;
	    -webkit-transition: all ease-in-out 0.2s;
	    transition: all ease-in-out 0.2s;
	    border: 2px solid #000;
	}

	
	.slick-slide img{
		width: 50%;
		height: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	.SlickContent{
		display: inline;
		text-align: center;
		display: block;
		margin-left: auto;
	 	margin-right: auto;
  	    width: 100%;
	}

	.Maintitle{
		font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
		line-height: 1.75em;
		font-size: 22px;
		color: #be0f34;
		font-weight: normal;
	}
	.Subtitle{
		font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
		/*color: #8b8b8b;*/
		line-height: 1.75em;
		font-size: 14px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;

	}

	.slick-next{
		right: 190px;
	}
	.slick-prev{
		left: 190px;
	}

	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
	and (orientation : portrait) { 
		.ContentBox{
			width: 80%;
		}
		.slick-next{
			right: 100px;
		}
		.slick-prev{
			left: 100px;
		}
 }

 @media only screen and (min-device-width : 834px) and (max-device-width : 1112px;) 
	and (orientation : portrait) { 
		.slick-next{
			right: 100px;
		}
		.slick-prev{
			left: 100px;
		}
 }

 @media only screen and (max-width: 761px){
	 	.Maintitle{
	 		font-size: 20px;
	 	}
	 	.ContentBox{
	 		width: 80%;
	 	}
	 	.slick-slide img{
	 		width: 100%;
	 	}
 }