body.pageload * {

}

.navbar-right *, .navbar-collapse{
	transition: all 0s;
	}

body{
	padding-top: 79px;
	}

*{
	transition: all 1s;
	}

.noanimate *{
	transition: all 0s !important;
	}

p, h1, h2, h3, h4, h5, h6, li, a, td{
	font-family: "Droid serif";
	}

p{
	margin-bottom: 15px;
	}

.greyback{
	background-color: #ececec;
	}

.purple{
	background-color: #6D0844;
	}

.purple p, .purple h1, .purple h2, .purple h3, .purple h4, .purple h5, .purple h6{
	color: #fff;
	}

.purple h2{
	margin-bottom: 15px;
	margin-top: 30px;
	}

.outcontainer .purple, .outcontainer .white{
	text-align: left;
	}

.white{
	background-color: #fff;
	}

.outcontainer{
	float: left;
	width: 100%;

	position: relative;
	}

.center img{
	margin: auto 0;
	}

.outcontainer .center{

	}

.wrap{
	width: 100%;
	}

.innerwrap{
	max-width: 1318px;
	margin: 0 auto;
	}

.float-top{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9000;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	min-height: 80px;
	padding: 0 !important;
	}

.navbar-default{
	background: #fff url(../..) no-repeat left top;
	border: 0;
	margin-bottom: 0;
	border-radius: 0 0 0 0;
	box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
	}

.navbar-brand{
	height: auto;
	padding: 10px 0 0 15px;
	}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #6D0844;
	}

a:hover{
	color: #6D0844;
	}


div[class*="col-"] div[class*="col-"], div[class*="col-"] div[class*="col-"] div[class*="col-"]{
	padding: 0;
	}

div[class*="col-"] img{
	width: 100%;
	height: auto;
	}

.center{
	text-align: center;
	}

div[class*="col-"].center img{
	width: auto;
	height: auto;
	}

.adcontainer{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	}

.adcontainer img{
	width: 100%;
	max-width: 1288px;
	height: auto;
	margin: 0 auto;
	}

.navbar-right{
	margin-top: 35px;
	}

ul.navbar-right.navbar-nav  li a{
	font-size: 1.2em;
	color: #e8008a;
	border-right: 1px solid #333;
	padding: 0px 15px;
	}

ul.navbar-right.navbar-nav  li a{
	font-size: 1.2em;
	color: #e8008a;
	border-right: 1px solid #333;
	padding: 0px 15px;
	}

ul.navbar-right.navbar-nav  li:last-child a{
	border-right: 0px solid #fff;
	}

.greyback-lg{
	background-color: #f3f3f3;
	}

.rightchev-lg{

	padding-right: 10px;
	overflow:visible;
	min-height: 218px;
	}

h2{
	font-size: 1.6em;
	font-style: italic;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
	}

h1{
   	font-size: 3.2em;
   	font-style: italic;
   	font-weight: 600;
   	padding-left: 55px;
   	text-align: center;
   }

h1 span, h3 span{
	color: #e8008a;
	}

h3{
	font-size: 2.0em;
	padding-left: 55px;
	font-weight: 600;
	text-align: center;
	}

.headtext h3{
	font-style: italic;
	font-weight: 400;
	}

p.bold{
	font-weight: 600;
	}

a{
	color: #e8008a;
	}

h5{
	font-size: 1.2em;
	font-weight: 600;
	}

@media (min-width: 992px) {
	.col-md-8, .col-lg-8{
		width: 67.75%;
		}

	.col-md-4, .col-lg-4{
		width: 32.25%;
		}
	}

div[class*="col-"] img.greybackimg{
	position: absolute;
	right: -12%;
	top: 0;
	width: auto;
	height: auto;
	}

h2.pagehead{
	font-size: 2.3em;
	margin-bottom: 15px;
	margin-top: 20px;
	}

h4{
	font-size: 1.3em;
	margin-top: 5px;
	margin-bottom: 3px;
	}

p.larger{
	font-size: 1.15em;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.15em;
	}




.hideover{
	overflow: hidden;
	}

h4.overlay{
	position: absolute;
	width: 100%;
	background-color:  #e8008a;
	bottom: -35px;
	left: 0;
	padding: 5px 10px;
	-webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    	transition: all 0.3s;
    	margin-bottom: 0;
    	text-align: left;
	}

.whitetext:hover h4, .whitetext:hover p.larger, .whitetext.hover h4, .whitetext.hover p.larger{
	color: #e8008a;
	}

.greentext:hover h4, .greentext:hover p.larger, .greentext.hover h4, .greentext.hover p.larger{
	color: #99BE32;
	}

.bluetext:hover h4, .bluetext:hover p.larger, .bluetext.hover h4, .bluetext.hover p.larger{
	color:#00ADEF;
	}

h4.overlay.green{
	background-color: #99BE32;
	}

h4.overlay.blue{
	background-color: #00ADEF;
	}

.overlaylayer:hover ~ h4.overlay, .hover h4.overlay{
	bottom: 0;
	}

.overlaylayer{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	background-color: rgba(109,8,68,0.5);
	}

.pinkbottom{
	border-bottom: 1px solid #E8008A !important;
	padding-top: 15px;
	line-height: 1.2em;
	padding-bottom: 22px;
	}

.topborder25{
	margin-top: 25px;
	}

.topborder15{
	margin-top: 15px;
	}

.bottompad25{
	padding-bottom: 25px !important;
	}

.fixedheight{
	height: 90px;
	}

.blackstrip{
	height: 14px;
	width: 100%;
	background: transparent url(/images/dl_divide.png) no-repeat left top;
	margin-top: 20px;
	}

.pink{
	color: #E8008A;
	}

.innerhead{
	padding-left: 10px;
	font-weight: 600;
	margin-top: 20px;
	font-style: italic;
	}

.purplebacktext{
	width: 100%;
	background: #E8008A url(/images/bracket_smallbutton.png) no-repeat 97% center;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.6em;
	padding-left: 0;
	text-align: center;
	margin-top: 15px;
	}

h2.download{
	margin-top: 10px;
	margin-bottom: 0;
	}

h4.download{
	margin-top: 10px;
	}

.funkyback{
	background: transparent url(/images/dl_bg_large.png) no-repeat center 30px;
	height: 100%;
	}

.funkyback2{
	background: transparent url(/images/tile3.jpg) repeat center 30px;
	height: 100%;
	}

.multitext h2{
	margin-top: 15px;
	font-weight: 600;
	}

.multitext ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

.greentext h2{
	color: #99BE30;
	}

.greentext ul li{
	background-image: url('/images/greenbullet.gif');
	background-repeat: no-repeat;
	    background-position: 0px 4px;
    padding-left: 18px;
	}

.pinktext h2{
	color: #E40288;
	}

.pinktext ul li{
	background-image: url('/images/magentabullet.gif');
	background-repeat: no-repeat;
	    background-position: 0px 4px;
    padding-left: 18px;
	}

.pinktext ul li ul li{
	background-image: url('/images/pinkbullet.gif');
	}

.bluetext h2{
	color: #00ADEC;
	}

.bluetext ul li{
	background-image: url('/images/bluebullet.gif');
	background-repeat: no-repeat;
	    background-position: 0px 4px;
    padding-left: 18px;
	}

.col-4-big{
	width: 34.9%;
	}

.bluetext{
	margin-bottom: 20px;
	}

.blackstrip.title{
	padding-left: 0;
	height: auto;
	background-position: 10% center;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	}

.blackstrip.title span{
	float: left;
	background-color: white;
	box-shadow: 10px 0 10px #fff;
	padding-right: 10px;
	border-radius: 25px;
	padding-left: 5px;
	margin-left: -5px;
	color: #000;
	font-style: italic;
	font-size: 0.9em;
	}

.padd-le10{
	padding-left: 10px !important;
	}

.register{
	margin-top: 20px;
	position: relative;
	min-height: 342px;
	padding: 15px 100px 0px 15px;
	}

div[class*="col-"] .register img.greybackimg{
	right: 0%;
	top: 0;
	height: auto;
	width: auto;
	}

.register h4{
	font-style: italic;
	font-weight: 600;
	font-size: 1.3em;
	margin-bottom: 20px;
	}

.register h4:last-of-type{



	margin-bottom: 0px;
	}

.form-control, label{
	margin-bottom: 10px;
	background-color: #eee;
	border: 0px solid #fff;
	box-shadow: 0 0px 0px #fff !important;
	color: #000;
	font-family: "Droid serif";
	font-weight: 300;
	font-size: 1.00em;
	font-style: italic;
	float: left;
	}

label{
	background-color: transparent;
	}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #777 !important;
    font-family: "Droid serif";
    	font-weight: 300;
	font-size: 1.00em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #777 !important;
   opacity:  1 !important;
   font-family: "Droid serif";
   	font-weight: 300;
	font-size: 1.00em;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #777 !important;
   opacity:  1 !important;
   font-family: "Droid serif";
   	font-weight: 300;
	font-size: 1.00em;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #777 !important;
   font-family: "Droid serif";
   	font-weight: 300;
	font-size: 1.00em;
}

.btn-default{
	color: #000 !important;
	}

.btn-default[title="Type of Organisation"], .btn-default[title="Country"], .btn-default[title="Title"]{
	color: #777 !important;
	}

label{
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	}

label input{
	float: right;
	height: 20px;
	width: 20px;
	border: 0;
	width: auto;
	}

button.form-control{
	color: #fff;
	background-color: #e8008a;
	border-radius: 0;
	border: 1px solid #000;
	font-size: 1.4em;
	line-height: 1.0em;
	font-style: normal;
	}

select.form-control{
	padding-left: 8px;
	}

.footer{
	padding-top: 35px;
	padding-bottom: 20px;
	}

.footer div[class*="col-"] img{
	width: auto;
	height: auto;
	float: right;
	margin-top: 120px;
	}

.footer p.larger{
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 1.25em;
	}

.footer .formbig p a{
	color: #fff;
	}

.footer .formbig p a:hover{
	color: #e8008a;
	}

form label{
	position: relative;
	padding-right: 40px;
	}

form label input.form-control{
	position: absolute;
	height: 34px;
	width: 34px;
	right: 0;
	top: 0;
	margin-top: 0;
	}

.overlaylayer:hover, .hover .overlaylayer{
	opacity: 0;
	}

.purple a:hover{
	text-decoration: none;
	color: #fff;
	}

.white a:hover, .white a:hover span span, .white a:hover span{
	text-decoration: none;
	color: #6D0844;

	}

.jumpto{
	position: absolute;
	top: -160px;
	height: 1px;
	width: 1px;
	display: block;
	}

table{
	border-bottom: 1px solid #863f6b;
	margin-bottom: 20px;
	}

tr.odd td, tr.even td{
	border-top: 1px solid #863F6B;
	background-color: #FAD5E6;
	padding: 0 5px;
	font-size: 1.2em;
	}

tr.even td{
	background-color: #F7ADCE;
	}


h4.tablehead{
	font-weight: 600;
	font-size: 1.4em;
	color: #EA098D;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-left: 1px;
	}

.tablecolumns{
	width: 48%;

	float: left;
}

.tablecolumns.right{
	float: right;
	}

.navbar-toggle{
	border-radius: 22px;
	border-width: 2px;
	padding: 10px 7px;
	}

.navbar-default .navbar-toggle .icon-bar{
	width: 17px;
	height: 3px;
	background-color: #E8008A;
	border-radius: 2px;
	}

.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 2px;
	}

.white.outcontainer{
	padding-top: 10px;
	padding-bottom: 20px;
	}

.white.outcontainer.head{
	padding-bottom: 0px;
	padding-top: 0px;
}

.max-227{
	padding-bottom: 10px !important;
	}

div[class*="col-"] .max-227 img{
	max-width: 161px;
	width: 100%;
	}

.max-227 img{
	box-shadow: 0px 0px 10px #666;
	}

.form-group{
	float: left;
	width: 100%;
	margin-bottom: 0;
	position: relative;
	}

.form-control-feedback.glyphicon-star{
	color: red;
	font-size: 0.7em;
	}

.form-group .bootstrap-select.btn-group{
	margin-bottom: 10px;
	margin-top: 0;
	}

.bootstrap-select > .dropdown-toggle{
	box-shadow: 0 0 0 #fff;
	border: 0px solid #fff;
	background: #eee url(../..) no-repeat left center;
	position: relative;
	}

.bootstrap-select.btn-group .dropdown-toggle .caret{
	border: 0px solid #fff;
	background: transparent url(/images/select.png) no-repeat center center;
	width: 7px;
	height: 100%;
	top: 0;
	margin-top: 0;
	right: 44px;
	}

.btn-group.open .dropdown-toggle, .bootstrap-select > .dropdown-toggle{
	background-image:  url(/images/star_required4.png);
	background-repeat: none;
	background-position: right top;
	
	
}

.dropdown-menu{
	margin-top: 0;
	}

.scrollbutton{
	height: 72px;
	text-align: center;
	}

.scrollbutton span{
	background: url(/images/scroll_button.png) no-repeat center center;
	width:72px;
	height: 72px;
	float: none;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	}

.scrollbutton span:hover{
	background: url(/images/scroll_button2.png) no-repeat center center;
	margin: 0 auto;
	}

.navbar-default .navbar-toggle{
	border-color: #fff;
	margin-top: 13px;
	}

.popup-error{

	min-width: 25%;
	position: fixed;

	top: 50%;
	left: 0;
	width: 100%;
	z-index: 10000;
	margin: 0 auto;
	text-align: center;
	}

.popup-inner{
	background: #6d0844 url(/images/close_button.png) no-repeat 99% 10%;
	border: 1px solid #6D0844;
	box-shadow: 0px 0px 0px #666;
	border-radius: 10px;
	color: #fff;
	padding: 10px 20px 0 20px;
	text-align: center;
	margin: 0 35%;
	max-width: 30%;
	display:none;
	position: relative;
	cursor: pointer;
	}


.popup-inner img{
	position: absolute;
	top: 100%;
	left: 30%;
	width: 26px !important;
	height: 22px !important;
	}

.popup-inner p{
	font-size: 1.3em;
	}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: #fff;
	}

.nav>li.logged{
	display: none;
	border-right: 0px solid #fff !important;
	}

.nav>li.logged a{
	border-right: 0px solid #fff !important;
}

.nav>li.notlogged {
	display: none;
}

#login-print-mag {
	display: none;
}

.btn-group.bootstrap-select.form-control.dropdown-menu{
z-index: 100;
}

.btn-group.bootstrap-select.form-control.dropdown-menu.open{
z-index: 101;

}

.dropdown-menu.inner{
max-height: 400px !important;
}

.overlaylayer{
	transition: all 0.3s;
	}

.swaptext p.larger{
	display: none;
	}

.swaptext p.larger.hover{
	display: block;
	}

.swaptext p.larger{
	border-top: 0px solid #fff !important;
	padding-top: 15px !important;
	padding-bottom: 22px !important;
	}

.form-control.error, .bootstrap-select  > .dropdown-toggle.error{
	background-color: #ffe6f0 !important;
	color: #aa6181 !important;
	}

.navbar-right *, .navbar-collapse{
	transition: all 0s;
	}

.arcselectouter{
	max-width: 100%;
	background: #6D0746;
	float: left;
	width: 100%;
	margin-top: 30px;
	}

.arcselectinner{
	width: 98%;
	float: left;
	margin: 4px 1%;
	border: 1px solid #AA1C72;
	}

.arcselectouter h3, .arcselectouter h5{
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: 300;
	margin: 10px 0 0 0;
	padding: 0;

	}

.arcselectouter h3{
	font-size: 1.7em;
	}

.arcselectouter h5{
	margin-top: 5px;
	margin-bottom: 12px;
	}

.arcselect{
	box-sizing: border-box;
	
	padding:  0 0% 0 2%;
	
	margin: 0 0 0;
	font-size: 1.1em;
	float: left;
	width: 107%;
	background-color: transparent !important;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	-webkit-appearance:none;
	}

.arcselectwrap{
	width: 90%;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 12px;
	margin-left: 5%;
	background: #fff url(/images/select_arrows.png) no-repeat 95% center;
	}

/*! Start of size based styles */

/*! Large tablet or bigger only */
@media (min-width: 992px) {
	.formbig{
		width: 33.75% !important;
	}

	.whitetext, .greentext, .pinktext, .bluetext{
		border-top: solid 2px #fff;
		padding: 1px 0 !important;
		min-height: 70px;
	}

	.multitext{
		padding-right: 140px !important;
		}

	.bigtoppad{
		margin-top: 88px;
		}

	.bluetext{
		border-bottom: solid 2px #fff;
		}


 
}

.maginner p{
	border-top: 2px solid #111;
	width: 171px;
	min-height: 82px;
	text-align: left;
	white-space: normal;
	margin: 0 20px;
	}

.magwrap .maginnerinner{
	max-width: 211px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	}

.maginner{
	vertical-align: middle;
    display: inline-block;
	width: 211px;
	float: left;
	margin: 0 auto;
	}

.maginnerinner img{
	border: 1px solid #999;
	padding: 4px;
	box-sizing: border-box;
	margin: 0 20px;
	width: 171px;
	clear: both;
	background-color: #fff;
	display: inline-block;
	max-width: 100%;
	}

.magwrap{
	margin: 0 0 120px 0;
    width: 100%;
    padding: 0px 0px 0px 0px;
    float: left;

    text-align: center

	}

.maginner a{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	}

/*! Mobile only styles  */



@media (max-width: 767px) {

.popup-inner{
	max-width: 80%;
	margin: 0 10%;
	}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	padding-bottom: 0px;
	margin-top: 10px;
	background-color: #540032;
	-webkit-transition: all 0.3s linear; /* Safari 3.1 to 6.0 */
    	transition: all 0.3s ease-in !important;
    	height: 0px !important;
    	padding-bottom: 0px !important;
    	overflow: hidden;
    	backface-visibility: hidden;
    	-webkit-backface-visibility: hidden;
}

.wrap .white .navbar-default .navbar-header .navbar-collapsing{
	height: 0 !important;
	}

.navbar-default .navbar-collapse.in, .navbar-default .navbar-form.in{
	max-height: 2000px !important;
	height: 500px !important;
	padding-bottom: 300px !important;
	}

ul.navbar-right.navbar-nav li a{
	border-right: 0 solid #fff;
	color: #fff;
	font-size: 1.5em;
	font-style: italic;
	padding: 8px 0;
	width: 100%;
	border-top: 1px solid #E8008A;
	font-weight: 300;
	}

ul.navbar-right.navbar-nav li:last-of-type a{
	border-bottom: 1px solid #E8008A;
	}

ul.navbar-right.navbar-nav li a:hover{
	color: #E8008A;
	}

.navbar .nav{
	width: 100%;
	margin-left: 0;
	}

.navbar-brand{
	height: 60px;
	padding: 5px 0 5px 15px;
	}
.navbar-brand>img{
	height: 100%;
	}

.float-top{
	min-height: 50px;
	}

	h1{
		font-size: 2.4em !important;
		margin-top: 0 ;
		}

	.head h3{
		font-size: 1.8em !important;
		margin-top: 5px;
		}

	h2.pagehead{
		font-size: 1.6em !important;
		}

	p.larger{
		font-size: 1.05em;
		}

	.pinkbottom p.larger{
		min-height: 107px !important;
	}

	h2{
		font-size: 1.3em !important;
		}

	.footer p.larger{
		font-size: 1.1em;
		}

}

@media (max-width: 500px){
	h1{
		font-size: 1.4em !important;
		margin-top: 0 ;
		}

	.head h3{
		font-size: 1.2em !important;
		margin-top: 5px;
		}

}



/*! Tablet or smaller only styles */

@media (max-width: 991px) {

	h1{
		text-align: center;
		padding-left: 0;
	}

	h3{
		text-align: center;
		padding-left: 0;
	}

	.mob-float{

		width: 100%;
		margin: 0 auto;
		max-width: 450px;
		clear: both;
		}

	.pinkbottom{
		text-align: center;
		}

	.mob-float p.larger{
		margin-top: 10px;
		text-align: left;
		padding-left: 1px;
		margin-bottom: 10px;
		padding-right: 10px;
		}

	.max-227{
		max-width: 227px;
		}

	h4.downloadtext{
		margin-bottom: 20px;
		}

	.register{
		padding: 10px 10px;
		min-height: 0px;
		}

	label{
		padding-right: 50px;
		height: auto;
		position: relative;
		}

	label input.form-control{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 30px;
		}

	button.form-control{
		height: auto;
		margin-top: 10px;
		}

	.whitebot p.larger{
		padding-bottom: 10px;
		border-bottom: 1px solid #E8008A;
		}

	.greenbot p.larger{
		padding-bottom: 10px;
		border-bottom: 1px solid #99BE32;
		}
	.bluebot p.larger{
		padding-bottom: 10px;
		border-bottom: 1px solid #00ADEF;
		min-height: 65px;
		}

	.funkyback{
		background: transparent url(/images/dl_bg_mobile.png) no-repeat center 30px;
		}

	.pinkbottom{
		border-bottom: 0px solid #fff !important;
		}

	.purplebacktext{
		font-size: 1.4em;
		background-position: 95% center;
	}

	.overlaylayer{
		display: none;
		}

}

@media (max-width: 700px) {
	.tablecolumns{
		width: 100%;
		margin-top: 10px;
		}

}

@media (max-width: 532px) {
	.funkyback{
		background: transparent url(/images/dl_bg_small.png) no-repeat center 30px;
	}


	}

@media (max-width: 1192px) {

.hideshrink{
	display: none;
	}

.purplebacktext{
	font-size: 1.20em !important;
	background-position: 98% center;
	}


}


@media (max-width: 360px) {
	.purplebacktext{
		font-size: 1.10em !important;
	}

}

@media (max-width: 1134px){
	h1{
		font-size: 3.0em;
		}

	.adcontainer{
		padding-left: 0 !important;
		padding-right: 0 !important;
		}

	}


@media (max-width: 1288px){
	h1{
		font-size: 3em;
		}

	.head h3{
		font-size: 1.8em;
		}

	h2{
		font-size: 1.5em;
		}
	}

@media (max-width: 1192px){
	h1{
		font-size: 3em;
		}

	.head h3{
		font-size: 1.8em;
		}

	h2{
		font-size: 1.4em;
		}
	}

@media (max-width: 1175px){
	.register h4{
		font-size: 1.2em;
		}
	}

@media (max-width: 1075px){
	.register h4{
		font-size: 1.1em;
		}
		h1{
			font-size: 2.8em;
			}

		.head h3{
			font-size: 1.7em;
			}

		h2{
			font-size: 1.4em;
		}
	}

@media (max-width: 1008px){
	.register h4{
		font-size: 1.1em;
		}
	}


@media (max-width: 1022px){
	h1{
		font-size: 2.6em;
		}

	.head h3{
		font-size: 1.6em;
		}
	
}

@media (min-width: 1200px){
.col-lg-2 {
    width: 16.66666667%;
	}
}

@media (max-width: 445px){
	.maginnerinner img{
		margin: 0 10px;
		}
	
	.maginner{
		width: 191px;
		margin-bottom: 30px;
		}
	
	.magwrap .maginnerinner{
		max-width: 191px;
		}
	
	.maginner p{
		margin: 0 10px;
		}
}

@media (max-width: 398px){
	.maginner{
		float: none;
		}
	}